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
5
votes
2 answers

YouTube API: How can I get the date/time in which a user marked video as favorite?

I'm accessing the feed of a user's favorite videos through the YouTube API. How can I get the date/time in which he marked each video as favorite? Update: Someone pointed out that the YouTube API documentation says that the "Published" date on a…
Ram Rachum
  • 84,019
  • 84
  • 236
  • 374
5
votes
1 answer

gdata unknown authorization header

I'm writing a web app to autopost on google buzz. I wrote a C# library to manage with "Oauth dance" and in it works fine, I can get oauth_token and oauth_token_secret. I used www.googlecodesamples.com/oauth_playground/ to validate my oauth_token…
Stefano
  • 273
  • 1
  • 2
  • 8
5
votes
2 answers

something wrong in my program by using GData xmlsupport

I'm new here ,i don't know how to use this...here is my code : NSString *strParse=@"url"; NSURL *urlParse=[NSURL URLWithString:strParse]; NSString *content=[[NSString alloc] initWithContentsOfURL:urlParse]; NSError *error; GDataXMLDocument…
ben
  • 1,020
  • 1
  • 15
  • 27
5
votes
2 answers

Using GData and the Google Analytics on Android

I am wondering what my options are for using GData and specifically the analytics api on android to build a small widget. After searching around for a while I couldnt come up with any libraries with decent examples. Are there any dedicated libraries…
Luke Lowrey
  • 3,203
  • 3
  • 28
  • 40
5
votes
2 answers

Google's Oauth for Installed apps vs. Oauth for Web Apps

So I'm having trouble understanding something... If you do Oauth for Web Apps, you register your site with a callback URL and get a unique consumer secret key. But once you've obtained an Oauth for Web Apps token, you don't have to generate Oauth…
LetMyPeopleCode
  • 1,895
  • 15
  • 20
5
votes
1 answer

Adding an Event to a "specific" Google Calender with GData API

I'm trying to add an event to a specific calendar in google calendar and I just don't find how. Here's my code : CalendarService service = new CalendarService("MyTEst"); service.setUserCredentials("Username", "Password"); …
Simon Dugré
  • 17,980
  • 11
  • 57
  • 73
5
votes
2 answers

Client-side retrieval of Google Contact pictures

I'm fetching google contacts in a webapp using the Google JavaScript API and I'd like to retrieve their pictures. I'm doing something like this (heavily simplified): var token; // let's admit this is available already function getPhotoUrl(entry,…
NiKo
  • 11,215
  • 6
  • 46
  • 56
5
votes
2 answers

com.google.gdata.util.ResourceNotFoundException

I had working code till yesterday and today i am seeing exception com.google.gdata.util.ResourceNotFoundException while reading google doc from my gae code as follows. Please note that the last line is throwing this exception. DocsService client =…
Vik
  • 8,721
  • 27
  • 83
  • 168
5
votes
0 answers

How to share iPhone application video on You Tube?

I am uploading video on YouTube from my app. I have followed these steps http://urinieto.com/2010/10/upload-videos-to-youtube-with-iphone-custom-app/ But i am getting 19 errors of not finding library classes in that sample code. In…
Marmik
  • 459
  • 4
  • 10
5
votes
2 answers

Getting Zend_GData Feed for a Specific Google Calendar

I had a long detailed question about how to get a specific calendar's event feed, but figured (I think) a solution out before I posted. However, even with the solution I'm left wondering what I'm missing about this process. To get a single…
Tim Lytle
  • 17,549
  • 10
  • 60
  • 91
5
votes
3 answers

Accessing Google Contacts Api via OAuth 2.0 and private key aka Service Account

I am currently implementing access to Google Contacts via OAuth 2.0 and a so called Service Account. The service account is generated for an ordinary user like "My.Name@gmail.com". The code to generate the OAuth 2.0 credentials is: public static…
5
votes
1 answer

How to read/write google spreadsheets from javascript with supported APIs?

I am terribly confused on how one is to write a javascript client (non-gadget) to a private Google Spreadsheet using supported APIs? I have no difficulties getting an OAuth2 Drive API client going, but then there is no spreadsheet…
daryl
  • 1,190
  • 10
  • 19
5
votes
4 answers

Google Apps domain as OpenID provider

How can I make my Google Apps domain to be OpenID provider. Is there any documentation, tutorial, working example something? How to authenticate users in my own application using Google Apps domain authentication (I mean without OpenID). I've heard…
Alex Bolotov
  • 8,781
  • 9
  • 53
  • 57
5
votes
1 answer

Google Docs API with Python

Using Google Document API, I'm trying to create new documents as well as supplying a list of all current documents within a specific folder in my Google Documents. I am starting out with python development, so I'm a little rough around the edges…
user791793
  • 413
  • 1
  • 6
  • 19
4
votes
0 answers

gdata SetAuthenticationToken() - 403 forbidden

I am just trying to get list of Albums in a web app using following c# code. For AccessToken, I wen to OAuthPlaygound and generated an accessToken with Picasa in scope using valid consumer key and password which relevant to my web…
helloworld
  • 2,179
  • 3
  • 24
  • 39
1 2
3
35 36