Questions tagged [gdata-api]

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.

The GData API is a rest style web protocol based on Atom/RSS. It can be used to query, modify and data hosted by Google's web based applications like Google Docs, Contacts and Calendar etc..

Google has wrapped the GData API to client libraries for Java, JavaScript, .NET, PHP, Python, Objective-C. If you are asking a question regarding the GData API and one of these client libraries ensure you include the tag for the language also.

For more information see:

532 questions
0
votes
3 answers

YouTube Playlist "Not Found"

Link to playlist: http://www.youtube.com/playlist?list=PL89275CCCD333C8EE Should be RSS from playlist: http://gdata.youtube.com/feeds/api/playlists/PL89275CCCD333C8EE Says: "Playlist Not Found" I have found no references to privacy settings of any…
Jason Pawlak
  • 792
  • 1
  • 6
  • 20
0
votes
2 answers

Uploading Any File To Google Docs Using GData

I'm trying to use the Google Docs GData API (.NET) to upload a file to my docs, but I keep getting errors thrown. I can't find any example that uses this method, so I'm not even sure that I am usign it correctly. DocumentsService docService = new…
Abion47
  • 22,211
  • 4
  • 65
  • 88
-1
votes
1 answer

How can i list google documents android?

Using Accountmanager i get the token now what? m using the following class package com.googleaccount; import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.app.AlertDialog; import…
Harinder
  • 11,776
  • 16
  • 70
  • 126
-1
votes
2 answers

Restaurant menu search Api

I'm would like to develop an application which searches restaurants in a given location and also displays the restaurant's menu details. Are there any existing APIs which I could reuse to develop such a restaurant search?
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
-1
votes
3 answers

Searching book using Google Data API

I'm developing an application in which user can search for a specific book and read it and purchase it. I want to use GData book search API for that. Can anyone tell me in which format I will get response as well as how to send request for book…
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
-1
votes
1 answer

Writing to Google Spreadsheet from Python Code

I am using the following python code for appending rows to a google sheet. KEY = "--snip--" SHEET = "Sheet1" def update_gdoc(): gdc = gdata.spreadsheet.service.SpreadsheetsService() gdc.email = gDataConstants.GDATA_USERNAME …
Apurv
  • 4,458
  • 2
  • 21
  • 31
-2
votes
1 answer

NullPointerException throw while using gdata docs java library upon attempting a file upload

Basically I'm getting this error... java.lang.NullPointerException: Null response body com.google.gdata.util.ServiceException.setResponse(ServiceException.java:222) at…
Peter Fox
  • 1,809
  • 2
  • 20
  • 34
1 2 3
35
36