Top "Gdata-api" questions

The GData API is a Rest style web protocol to pragmatically interact with google applications and a services, like Google Docs, Contacts and Calendar etc.

Not receiving Google OAuth refresh token

I want to get the access token from Google. The Google API says that to get the access token, send …

gdata gdata-api access-token
Embed Google Docs PDF viewer in IFRAME

When I upload PDF to Google Docs (using Python's gdata library), I get link to the document: >>> …

python gdata-api google-docs
Best option for using the GData APIs on Android?

What's the least painful and most size efficient way to use the Google Data APIs in an Android application? After …

android gdata-api
Show YouTube private videoes only for website users

I have experience with YouTube API. But I always used it for public videos. Now. what I want to achieve …

youtube youtube-api gdata gdata-api
How to convert Google spreadsheet's worksheet string id to integer index (GID)?

To export google spreadsheet's single worksheet to CSV, integer worksheet index(GID) is required to be passed. https://spreadsheets.google.…

google-sheets gdata-api google-spreadsheet-api gdata-python-client
NoSuchMethod error getting a gdata service

I get the following error: Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of([Ljava/lang/…

java service youtube gdata gdata-api
Using YouTube Data Api in Android

Am trying to use YouTube Data Api in my android app. When i try to run it as a java …

android youtube-api gdata-api
Gmail Task API exist?

Inside Gmail, there is a small function called "Task". It can allow me to enter a to-do-list. I'm wondering if …

java api gmail gdata-api
Approach for fixing NoClassDefFoundError?

Possible Duplicate: NoClassDefFoundError - Eclipse and Android I'm seeing this question is getting asked a lot in many different contexts. …

java android eclipse gdata-api noclassdeffounderror
how to work with spreadsheets using Google Drive API on iOS

I'm trying to write an iPhone app that stores its database in a Google spreadsheet. I followed the DrEdit example …

ios google-drive-api gdata-api google-spreadsheet-api