The google-data-api tag has no wiki summary.
2
votes
2answers
614 views
Can I use google API to convert a PDF into PNGs?
I have noticed that when you view PDFs in google docs the PDF viewer renders the PDF file into PNG images.
I was wondering if you could use Google Data API to upload a PDF and get the URLs of the ...
2
votes
6answers
652 views
Getting Error “Namespace Name ”Contacts“ Does Not Exists” in spite of using using “Google.GData.Contacts”?
I want to create Contact on Google Apps.
I am Using this API
And referring this link
In below code i am using "Using Google.GData.Contacts" :
using Google.GData.Contacts; // Using ...
0
votes
1answer
139 views
Nullreferenceexception when adding a GData.Extensions.Reminder to Reminders
I'm using
Reminder fifteenMinReminder = new Reminder();
fifteenMinReminder.Minutes = 15;
fifteenMinReminder.Method = Reminder.ReminderMethod.email;
entry.Reminders.Add(fifteenMinReminder);
on a ...
1
vote
1answer
235 views
Zend GData - seems really big
I've downloaded the Zend GData package to use the Google Calendar API. When I look through the contents of the package it seems to contain loads and loads of stuff. Do I really need all of it just for ...
0
votes
2answers
686 views
Reading a document's content from the gdata API?
I'm using the java library to access the gdata api. I just want to be able to print the contents of a document. I setup my project to list all the docs in my feed, now that I have a document listing, ...
0
votes
1answer
702 views
Google Data API: what is the limit of Extended Properties?
Is there any limit on number of properties and value length in Extended Properties of Google Data API (in particular Calendar API)?
0
votes
2answers
2k views
Get a exception of “error connecting with login URI” when running Google Data's example
When I run the example CalendarFeedDemo in the JAVA package of the Google Data API client library, I've encounterd a exception like this
java -classpath "classes:lib/*" CalendarFeedDemo ...
0
votes
2answers
1k views
Can not get the Auth Token for GData After Authentication on App Engine
I would like to pull the Auth Token for the Gdata auth so that I can write to a google calendar. I am having issues getting the token after authentication so that I can send the token to the calendar ...
1
vote
1answer
696 views
How to get all the videos thumbnails and information shown in Youtube channel?
I have a simple application which has to show the thumbnails of videos present at a particular channel and the links associated with them in a tableview, I have integrated google data api in my ...
2
votes
4answers
271 views
GData for my own API?
Im currently planning to build an API for my service. I want to use GData because it fits the application scheme and there are libraries for many programming languages available. The first question ...
1
vote
2answers
530 views
What is a GDATA extension profile?
I want to get the XML in atom format of a GoogleDocs spreadsheet using the [generateAtom(..,..)][1] method of the class BaseEntry which a SpreadsheetEntry inherits. But I don't understand the the ...
3
votes
3answers
4k views
Google App Engine cannot find gdata module
I can run a simple "Hello World" Google App Engine application on localhost with no problems. However, when I add the line "import gdata.auth" to my Python script I get "ImportError: No module named ...
1
vote
1answer
2k views
How to correct Zend_Uri_Exception (YouTube API with PHP Zend Gdata)
I am using Zend Gdata to interface with the YouTube API from a PHP script. I actually had this working fine, and suddenly I am getting a fatal error about a 'Zend_Uri_Exception' with message 'Invalid ...