Short for the Google Data Protocol, it is a REST-inspired technology for reading, writing, and modifying information on the web.

learn more… | top users | synonyms

22
votes
8answers
13k views

Android java.lang.VerifyError?

In my Android app, I always get VerifyErrors! And I cannot figure out why. Whenever I include a external JAR, I always get VerifyErrors when I try to launch my app (except for once, when I included ...
10
votes
4answers
150 views

GData youtube video upload missing audio issue

I am using following code to upload .mov file to youtube. It upload successfully but the video don't have any audio. Please tell me if I am doing something wrong.... - (void)uploadVideoFile { ...
7
votes
2answers
143 views

GData youtube video upload missing audio

I am using GData Api to upload video on youtube from ios application. It successfully uploads the video but audio is missing from that. I am using .mp4 format of video. Do any one has a clue? Thanks ...
6
votes
1answer
925 views

Haskell REST/GDATA API library

Is there available REST api library for haskell? I need it primary for google gdata client, but will probably use it for other purposes too. I know there is HTTP library, but I need something more ...
5
votes
1answer
270 views

Youtube Upload Quality

I am using google's GData API in order to upload a video to youtube from my app. The upload works fine however the quality of the video uploaded is only 360p whereas the quality of the original video ...
5
votes
2answers
403 views

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 ...
5
votes
1answer
1k views

Access Gmail atom feed using OAuth

I'm trying to grab the Gmail atom feed from a python application using OAuth. I have a working application that downloads the Google Reader feed, and I think it should simply be a matter of changing ...
5
votes
3answers
2k views

Google Data API authentication

I am trying to get my Django app (NOT using Google app engine) retrieve data from Google Contacts using Google Contacts Data API. Going through authentication documentation as well as Data API Python ...
4
votes
2answers
335 views

When authenticating with oAuth and youtube, always get error : invalid_grant on 2nd auth attempt, why?

As of yesterday, my application is able to authenticate with google (youtube) via oAuth 2.0 the first time no problem but the 2nd time (re-authentication, same app + same user), when I exchange the ...
4
votes
2answers
268 views

Using the OAuth Access Token from django-social-auth with Google data api (calendar)

I'm trying to use the OAuth Token I get from django-social-auth to access the users calendars. So in the django-social-auth configuration I set: GOOGLE_CONSUMER_KEY = 'anonymous' ...
4
votes
1answer
366 views

YouTube API - Querying by publish date

I'm writing a webapp that uses the YouTube Code API to do specific types of searches. In this case, I'm trying to search for all videos that match a query, and which were uploaded between two dates. ...
4
votes
1answer
574 views

Google Data API: how to do authentication for desktop applications

I wonder about the best/easiest way to authenticate the user for the Google Data API in a desktop app. I read through the docs and it seems that my options are ClientLogin or OAuth. For ClientLogin, ...
4
votes
3answers
247 views

What is the difference between drop.levels(x) in the gdata package and as.factor(as.character(x))?

as question, as I can see the speed is higher for the later method, why use the first one? Thanks.
4
votes
2answers
530 views

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 ...
4
votes
4answers
5k views

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 ...
3
votes
1answer
107 views

Google API OAuth - getting 401 (Unauthorized) when trying to upload to YouTube

The last days I've been banging my head against the wall trying to upload a movie to YouTube using its official Python Wrapper lib. What I've succeeded till now: Building an Request Access URL ...
3
votes
1answer
138 views

google hybrid protocol authentication issue

I've been successfully using OAuth1.0+OpenID Hybrid protocol for authentication with Google and thereafter using its services. However, I am facing an error for a specific user account. My current ...
3
votes
3answers
333 views

Remove from a string all except selected characters

I want to remove from a string all characters that are not digits, minus signs, or decimal points. I imported data from Excel using read.xls, which include some strange characters. I need to convert ...
3
votes
2answers
118 views

Is it recommended to use GAE types?

I see that GAE provides several types like Email or PostalAddress for its entities. I've read they don't provide any validation. So I wonder: what's the benefit of using them instead of storing the ...
3
votes
1answer
236 views

Not able to change a date of my Picasa Web Albums album via Python API

I am not able to change a date of my Picasa Web Albums album via Python API. Spent many hours with that and I am hopeless now. Code: # set values remote_album.timestamp.text = ...
3
votes
1answer
622 views

Error 403 uploading a file to Google Docs with Python

I'm having a 403 error when trying to upload a file to Google Docs with Python / gdata-2.0.13: import gdata.docs.data import gdata.docs.client client = ...
3
votes
2answers
3k views

Using Android AccountManager to get authtoken for gdata

So I am trying to sync to google docs, without having to ask the user for his credentials. I use this code to get an auth-token: AccountManager mgr = AccountManager.get(activity); authToken = ...
3
votes
2answers
405 views

How can I insert a new Event for non primary Calendar? Using python gdata

def addEvent(calendar_service): event = gdata.calendar.CalendarEventEntry() event.content = atom.Content(text='Tennis with John 30.12.2009 15:00-16:00') event.quick_add = ...
3
votes
2answers
892 views

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 ...
3
votes
1answer
642 views

AuthSub session token never expires; security problem?

I'm using GData's AuthSub so that my administrative application doesn't need to store user/password information. I just came to the point in the documentation where I learned how to exchange the ...
3
votes
3answers
2k 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 ...
3
votes
1answer
1k views

Accessing Google APIs from iPhone native app

I'd like to access some Google API's from within an iPhone native app. I'm not a web programmer and have never used AJAX, but I'm guessing I need some kind of bridge between Objective-C and ...
2
votes
0answers
30 views

How to use Google Calendar's “Private Address” with gdata.calendar.service?

There are several examples online describing how to use the gdata.calendar.service (I mistakenly wrote "client" here) class to log in to a calendar with an email address and a password. Is there a way ...
2
votes
1answer
127 views

Upload docs using zend gdata plugin

I am trying to upload a document into Google docs using the Zend_Gdata plugin. It uploads fine. But the document by default becomes private. How can I set it to public. And how can I get the doc id ...
2
votes
0answers
59 views

Progress bar for YouTube direct uploads with data?

I would like to display a progress bar for direct youtube uploads using the gdata api. I have the uploads getting kicked off in by an ajax call to an uploader.php script, and when it completes, I ...
2
votes
1answer
101 views

Maintaining $_SESSION data while making ajax requests through jquery in PHP?

I'm on the last leg of a decent project (for me at least) and I'm running into an issue where my ajax requests aren't sending $_SESSION data to the URLs they are loading. I'm trying to automate the ...
2
votes
1answer
117 views

Google Analytics Data Feed API Error 414 URI Too Large

When using the google analytics data API with the python gdata library, we are assembling a GET request per the instructions in the documentation here: ...
2
votes
1answer
118 views

Picasa albums title encoding. Not unicode?

I wrote a simple client for Googles Picasa service. What I want is to create a folder with albums title name and download original photo from the service to this folder. If there is any non-latin ...
2
votes
1answer
380 views

how to deploy gdata-objectivec-client library in xcode 4

I want to create an application that support Youtube API. I use this tutorial for create cross-references project http://mischneider.net/blog/?s=gdata But this tutorial deploy my project only in ...
2
votes
2answers
336 views

Google Contacts API XML parsing with PHP

I have an xml feed from Google Contacts API, but I have trouble reading <gd: tags. $xml = simplexml_load_string($google_contacts); This reads every elements except the <gd: tags, which ...
2
votes
1answer
86 views

YouTube inbox do not work

Anybody know how to get inbox from youtube account? My request (in question) and Interactive YouTube API Demo Beta returning "totalResults=0"...
2
votes
3answers
145 views

Python 2.5 version of array.array.tostring()?

I am using 2.5 on GAE using some of the Crypto modules from gdata python modules. I am able to use hashAndSign on a string, but the function returns an array.array of 'B' unsigned characters. I'm ...
2
votes
1answer
186 views

Problem updating Google Contact Picture in Ruby

I am trying to write a ruby app to update Google Contact Photos but I cant get the upload working. Im not sure if I have misunderstood the Google API but this is what I have so far: ...
2
votes
1answer
355 views

Retrieving token and secret from gdata.gauth.OAuthHmacToken python object

I'm following Google's great sample code for three-legged OAuth. Specifically, I'm looking at the python version of the code. I'm stuck between 'Upgrading to an access token' and 'Using an access ...
2
votes
2answers
414 views

Google gdata api for iphone, how to save login credentials (username and password) or session?

Using gdata (http://code.google.com/p/gdata-objectivec-client/), is there a built in way to store a session or credentials for interacting with the gdata api, or do I need to store credentials ...
2
votes
2answers
107 views

How can I post to posts and pages on a blogger blog using Ruby?

I am looking to automate some functionality on my blogger blogs and would like to use Ruby to do it. What do I need to look into to post both blog posts and bogger.com's newer "Pages" feature? ...
2
votes
1answer
222 views

Creating folders using PHP in google docs

Currently I am working on a project integrating google docs to my application using php. However, there is only version1 for the php and I am not well-versed with REST web service. And I am required ...
2
votes
4answers
516 views

Does Zend Gdata Support OAuth?

I installed Zend Gdata 1.11.2 but I don't see anything in it labeled OAuth... does it support OAuth?
2
votes
1answer
2k views

how to parse gdata xml in iPhone?

here is xml Root---> Subject---> SubjectID 1 /SubjectID SubjectName MatheMatics /SubjectName Sub_Subject----> ...
2
votes
1answer
2k views

iOS: Easy way of accessing XML data records?

I have an application which needs to load data from a remote server (businesses by location) and display them on a map. The feed from the server is XML based. I have successfully done an ...
2
votes
1answer
216 views

Read-only access to GData API with OAuth

I'm using the Google Documents List API to get a list of documents and export their contents. I'm authenticating with OAuth (3-legged). It's been very straightforward, with one exception. I'm not ...
2
votes
0answers
268 views

How to propagate reminders for a google calendar event created via the gdata python api?

I'm working on a python app that uses the gdata to programmatically create and mantain a calendar for groups of people. Everything works OK, except for the reminders in shared calendars. Some ...
2
votes
2answers
948 views

Installing GData API in Eclipse

I am trying to work with the Google Docs API in an application for Android. I can find plenty of documentation on the API and how to use it, but I can't seem to figure out how to get the dependencies ...
2
votes
0answers
467 views

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 ...
2
votes
3answers
1k views

PHP DOM vs SimpleXML for Atom GData feed parsing

I'm building a library to access the Google Analytics Data Export API. All the data the library accesses is in Atom format and utilises numerous different namespaces throughout. My experiments with ...

1 2 3 4 5 8