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

Possible to access gdata api when using Java App Engine?

I have a dilemma where I want to create an application that manipulates google contacts information. The problem comes down to the fact that Python only supports version 1.0 of the api whilst Java supports 3.0. I also want it to be web-based so I'm…
John Jiang
  • 11,069
  • 12
  • 51
  • 60
0
votes
1 answer

java.lang.nullpointerexception no authentication header informatio

When I am Using the batch functionality of the GData Java client library getting this exception. We are able to get the feed but unable to do batch deletes. com.google.gdata.client.GoogleAuthTokenFactory$OAuthToken@259e215b …
0
votes
1 answer

Finding the content element of a gdata entry

The Google Documents List API (v3) references a "content element" several times. In the content element there is a URI to export the file and the mime type of the file. How can I find the content element and extract that information? Thank you!
benkdev
  • 673
  • 2
  • 16
  • 32
0
votes
1 answer

youtube gdata api doesn't return full reports

I am trying to fetch subscriptions of a youtube channel $feedURL = 'http://gdata.youtube.com/feeds/api/users/BHUMGroup/subscriptions?v=2'; XML returned doesn't cover all the statistics. For example there is a channel http://gdata.youtube.com/apple…
Bilal
  • 2,645
  • 3
  • 28
  • 40
0
votes
2 answers

How do you perform a resumable upload to a google docs collection? Namely using Java and g-data library

I've got a working system to upload to the default root using resumable uploads and I've been able to make the meta data in a collection but I need to be able to do this type of upload straight to a collection or sub collection. My main problem is…
Peter Fox
  • 1,809
  • 2
  • 20
  • 34
0
votes
1 answer

Picasa Login in iphone

Hi i'm a newbie to iphone application development.. present i'm working on Picasa web albums..i integrated well in my project ,but i was stucked in a situation where passing user credentials... i'm using GTMOAuth2ViewControllerTouch in order to…
vsandeepraju
  • 129
  • 1
  • 10
0
votes
1 answer

android: google APi OAuth 2.0 - error 400 getting user info

I have the following on a web servlet: EDITED: public String tryGoogleAuthentication(String auth_token){ HttpURLConnection connection = null; try { //connection = (HttpURLConnection) new…
Alexandru Circus
  • 5,478
  • 7
  • 52
  • 89
0
votes
1 answer

GDataCalendar.h is not found when I try to archive

My project is connected with Google Calendar by using GData API. I test everything work fine in Debug mode on both simulator and device. But when I archive in order to create an adHoc. It give me an error that say GDataCalendar.h is not found.…
JHHoang
  • 653
  • 1
  • 8
  • 22
0
votes
1 answer

Google Docs API. Java Specific Resumable Upload

I have been working with the google docs api found here: https://developers.google.com/google-apps/documents-list/#introduction This issue I'm having is that when you get past the authentication sections there is no more java specific information. I…
0
votes
1 answer

Zend Gdata Calendar Bad Request Error

I've been trying to work wit the ZEND GData API in CakePHP and have it setup and retreiving a list of calendars. All of that works, however when I try to retrieve calendar events, I get a bad request error and I am not sure how to solve it. Here is…
Edwin
  • 797
  • 2
  • 14
  • 23
0
votes
1 answer

How to check a particular event is available in google calendar using gdata iphone client

Using GData client i'm able to get all the event from Google calendar, but i want to fetch only a particular event (i.e by iCalUDID) from Google calendar.
0
votes
2 answers

Unable to google Google-API directory

I know its silly, but previously this URL used to show me all available google open source API's Pervious working API link but now its showing some other page. I am tired of searching the complete API directory. I want to pick one to learn. I have…
user381878
  • 1,543
  • 5
  • 17
  • 30
0
votes
1 answer

Google Docs API fetch ACL with batch operation

I'm developing an iPhone app than uses the Google apps API. I'm fetching all the documents in Google Docs and want to fetch the ACL for each document. I can do this by calling: [service fetchFeedWithURL:entry.ACLFeedLink.URL…
Peter
  • 1,495
  • 1
  • 14
  • 21
0
votes
1 answer

Retrieve Access Information Google gdata-api C#

I am attempting to retrieve the most recent date that my users have logged into any Google app service such as Gmail (or had this done for them via mobile device/imap/pop etc). I am an administrator of the domain on Google apps for Education and…
DFTR
  • 861
  • 10
  • 30
0
votes
1 answer

What is the youtube Zend gdata api rate limit?

I am using Youtube Zend GDATA API, I want to know the exact limit of the API calls i make to Youtube. And also tell me what is the procedure they follow if limit is exceed? Thanks in advance.
1 2 3
35
36