Questions tagged [zend-gdata]

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

150 questions
0
votes
1 answer

I am trying to upload the document from my site to Google Docs using Zend Gdata library, but it gives below error

I am trying to upload the document from my site to Google Docs using Zend Gdata library, but it gives below error. Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400 Inconsistent…
Jackpop
  • 1
  • 1
0
votes
3 answers

How to parse ZendGData Picasa GPhotoTimestamps in PHP

So, i'm having a lot of trouble with this little piece of code. An example timestamp is this: '1278509422000'.. the problem is that it comes in as a string and I have to convert it somehow. I know about the problem with milliseconds and have tried…
user171354
0
votes
1 answer

Zend GData is driving me crazy

I'm working on a project to pull in album information from a user after authenticating using AuthSub. I cannot for the life of me figure out how to pull a list of all the albums associated with the default authenticated user. When I call…
mmazing
  • 11
  • 1
0
votes
1 answer

Picasa image/video resumable upload issue

I am trying to upload a video/image by using google api resumable upload option . If i have 200MB file So i have to do chunk upload N times . My code return 308 status code for N-1 times (Except last one). For last chunk google not responding me…
0
votes
0 answers

Auto loading zendGdata files & accessing data

I am trying to connect my website with my blog on blogger using the zendGdata API and am having 2 issues: Firstly the Zend_Loader:: functions do not appear to be loading anything and just result in a blank screen. my code so far is as…
Dave Whitwell
  • 81
  • 1
  • 8
0
votes
2 answers

How do we read the data from a public google spreadsheet using Zend_Gdata

I have read the examples here: http://framework.zend.com/manual/en/zend.gdata.spreadsheets.html But those examples assume the spreadsheet to be read needs authentication: $service = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; $client =…
bobo
  • 8,439
  • 11
  • 57
  • 81
0
votes
1 answer

Zend Framework Zend_Gdata google apps api changes

We got this notice about API changes: http://googleappsupdates.blogspot.com/2014/09/deprecated-google-apps-admin-apis-to-be.html How does this affect Zend_Gdata? I see the return is now JSON markup language. I am running ZendGdata 1.11.11 and I…
0
votes
1 answer

Can't upload from my php form to google docs - getting error

Hi guys I'm building a form that uploads documents to my google docs account however its not working I keep getting an error - the following is my code; $service = Zend_Gdata_Docs::AUTH_SERVICE_NAME; $client =…
Ali
  • 7,353
  • 20
  • 103
  • 161
0
votes
1 answer

Retrieve list of google calendar - Zend Framework

I have just started using Zend Framework to create, update, or delete events in google calendar. At the moment I have this piece of code that is supposed to retrieve a list of calendars but it is not working. When I run the page it displays nothing,…
Zalif
  • 125
  • 1
  • 12
0
votes
0 answers

Use Zend Gdata to share Google Docs folder

I created a folder using Zend Gdata function createFolder('FOLDERNAME'), but how to share this folder with someone with $name and $email? Actually, I succeeded with google-api-php-client by add permission into the folder: $permission = new…
mojitos
  • 3
  • 2
0
votes
1 answer

How to call direct REST call on Google api php client library?

Is this any possible to call post,put,get,delete methods directly on new Google Api php client library . For example in Zend gdata provide get(URL), Post(URL,content body) I need to call like this
0
votes
1 answer

Youtube API PHP problem

I downloaded the library Yotube API PHP (search for videos) from zend.com and its examples. On windows (localhost) everything works fine ... Uploading on the debian server, and there at the request search video gives an error: Invalid response…
Isis
  • 4,608
  • 12
  • 39
  • 61
0
votes
1 answer

Is Zend Gdata maintained?

Is it worth using Zend Framework for Google calendar or in other words Gdata ? I heard that it is not maintained anymore. Is it true? With regards
nurgasemetey
  • 752
  • 3
  • 15
  • 39
0
votes
1 answer

Zend GData, Google Calendar API Question

I read the tutorial from IBM development website. http://www.ibm.com/developerworks/xml/library/x-googleclndr/#resources I tested successfully. Now I don't know how to insert the event Description at my event view page. Based on the code below. Only…
Nano HE
  • 9,109
  • 31
  • 97
  • 137
0
votes
1 answer

Search multiple keywords in Youtube GData Youtube class

The Youtube API document says that multiple keywords can be searched during video fetch as per the below link. https://developers.google.com/youtube/2.0/reference#Searching_for_videos The below link gives some examples for the same. The example…
Purus
  • 5,701
  • 9
  • 50
  • 89
1 2 3
9
10