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.
31
votes
8answers
13k views
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 there is any official / unofficial Google API to access / update the list by Java ...
30
votes
4answers
16k views
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 a few quick searches t seems that there is an android-gdata project on Google Code ...
13
votes
2answers
458 views
Getting artifacts when trying to read video stream from YouTube
I'm trying to read the video frames from the RTSP stream that I get from YouTube. Here is the link for my test video:
...
7
votes
3answers
304 views
Is there a Google Data API (gdata) for Python 3.x?
I would like to use Google Data API but I'm using Python 3. I didn't see that they mention anything about Python 3. Is it possible to install gdata for Python 3?
6
votes
3answers
208 views
Does Google+ have a public API? [closed]
Possible Duplicate:
Is there already a Google+ API?
Does Google+ have a public API which I can use in my iOS application?
6
votes
1answer
1k views
c# samples of youtube API (or gdata API) using OpenID and OAuth
Are there any c# code samples of youtube API (or gdata API) using OpenID and OAuth ?
Or maybe a post / article with code examples
Code samples of using dotnetoauth with the youtube API would be ...
5
votes
3answers
159 views
CircularRedirectException with google authentication
I'm trying to display a user's favorites videos list in youtube. So basically before getting the video feed I need to login to get the auth token. I am encountering some sort of a problem with ...
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
400 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
3answers
545 views
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 ...
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
1answer
472 views
Procedure for using OAuth tokens on Google App Engine
I have an application with a client side running on Android and the server deployed on the Google App Engine. The application will make use of the users Google Calendar data and needs to authenticate ...
4
votes
1answer
363 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
570 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
1answer
3k views
Any examples/tutorials on using Google GData API - Youtube on iphone?
I need to list a specific users uploaded videos (YouTube) in a UITableView. I've downloaded the GData source and example projects (not iphone specific) but I can't seem to get it to work. Does anybody ...
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
2answers
1k views
How does one retrieve the email address of a user with GData?
I'm trying to use GData to retrieve the email address, real name, and profile URL of the user that just authorized my site using Google OAuth.
We know how to request it using Google's OpenID flow, ...
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
2answers
117 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
228 views
How to convert a Blogger user name to numeric ID
When working with the Blogger API the user ID is expected to be numeric. I found out my numeric ID by looking at the URL for my Blogger profile page. However, I want my users to be able to use their ...
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
1answer
597 views
Updating Google's Contacts API with JSON
With the Google Contacts API, you can GET contact information using JSON, but is there a way to update it using JSON? I haven't had any success in my attempts, and continue to get a "content not ...
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
3answers
2k views
How to save data in unpublic google spreadsheet using PHP without Zend Gdata library?
How can I save data in unpublic google spreadsheet in PHP without using Zend Gdata lib?
I can't use Zend libs, as it's shown on google tutorials, because the php server on which I'm running the script ...
3
votes
3answers
354 views
Google Contacts API - too risky?
I'm considering using the Google Contacts API for a webapp, but I'm worried that a user might have a bad experience that could be blamed on me.
I intend to use the data in a responsible manner, I ...
3
votes
1answer
366 views
gdata client authentication without a captcha
Is there any way to avoid the captcha sometimes required by ClientLogin when using the gdata api?
3
votes
2answers
776 views
Programmatic login and use of non-api-supported Google services
Google provides APIs for a number of their services and bindings for several languages. However, not everything is supported. So this question comes from my incomplete understanding of things like ...
3
votes
2answers
255 views
How to distribute script using gdata-python-client?
I've written several scripts that make use of the gdata API, and they all (obviously) have my API key and client ID in plain-text. How am I supposed to distribute these?
2
votes
1answer
126 views
Get XML response value with GDataXML
after a HTTP Post I retrieve an xml response like the following:
<result value="OK">
<user id="1">
<name>admin</name>
<rank>0</rank>
...
2
votes
1answer
40 views
Using Client-Side GWT to Retrieve GData Contacts While Hosted on AppEngine
I've been trying to do this since July, and have been unsuccessful every attempt I use. Any help would be greatly appreciated.
What I Need: I'm hosting an Internet Application on AppEngine, and I ...
2
votes
1answer
126 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
2answers
112 views
Setting a YouTube video's yt:AccessControl using VB.NET
How I can disable comments/rate in video using Visual Basic .NET ?
Basically, how can I set the yt:accessControl element?
How make this request in VB .NET ...
2
votes
2answers
109 views
How do I remove all newlines and also escape characters from a string in PHP?
For a YouTube web-app I'm building in PHP, I have the simple video player, embedded with an <iframe>, and then a <div> with information about the currently loaded video (description, id, ...
2
votes
2answers
175 views
login the browser into google with php (zend gdata)
I was using the private share link for viewing a calendar inside my users personal page, but now google decided to change things https://www.google.com/support/calendar/bin/answer.py?answer=1631300
...
2
votes
1answer
105 views
Building a collection hierarchy using Google Docs API
Is it possible to search for a specific collection, build a hierarchy of sub-collections and then download the contents of the parent collection while maintaining the hierarchy?
If this is possible, ...
2
votes
1answer
302 views
Get complete playlist listing for a YouTube User via API
So, here's my code for getting a youtube user's public playlists:
function getyoutubeplaylists($userName) {
$yt = connectyoutube();
$yt->setMajorProtocolVersion(2);
$playlistListFeed = ...
2
votes
2answers
114 views
how to retraive document list from google docs in android?
is there any way to working with google docs in android. i seem that a java client library is not support with android.
Please help me out!
Thanks In Advance!
2
votes
1answer
173 views
What Is the Difference between gdata-java-client and google-api-java-client?
I'm working on a project that interfaces with the the Youtube API. I've come across the two projects (1) gdata-java-client and (2) google-api-java-client.
The project's scopes (and names) are a bit ...
2
votes
0answers
74 views
Programatically set a Google Calendar sharing settings to “Make this calendar public”
I have an application that currently creates Google Apps Calendars, and now need to have the ability to make those calendars public (visible to the world instead of just visible to the organization ...
2
votes
2answers
305 views
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 ...
2
votes
1answer
182 views
Adding YouTube video to a playlist throws InvalidEntryException
I have a small AppEngine app that enables me to add YouTube videos to a YouTube playlist. The app uses YouTube Data API through Java client library. The app worked great until some problems appeared ...
2
votes
5answers
298 views
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 ...
2
votes
1answer
161 views
Registering your webapp is required for Google Data APIs use?
I'm very new in appengine development and I'm trying to develop some tests apps that make use of Google Data API's.
I'm following this tutorial: ...
2
votes
0answers
252 views
Getting java.lang.RuntimeException: Unable to complete the HTTP request while uploading document
I am getting timeout error while I am trying to upload document using com.google.gdata.client.docs.DocsService
here is the code I am using:
DocumentListEntry documentEntry = new DocumentEntry();
...
2
votes
1answer
220 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
1answer
229 views
Google Translator Toolkit API Error (“Multipart must have Atom and media part”)
I try upload document (srt subtitles) to Google Translator Toolkit via API.
But I get an error: "Multipart must have Atom and media part". What's wrong?
My request:
POST /toolkit/feeds/documents ...
2
votes
1answer
130 views
Seek asp.net library to integrate Google services
Sometime earlier this week i saw a reference to a commercial library (think was priced at 299) that wrapped up all the various GoogleDocs family of services - have lost the link. I've searched ...
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
2answers
93 views
Is the official client for the YouTube API thread-safe?
I'm using the official Python client for the YouTube API (called gdata.youtube.service.) My question: Is it thread-safe?
For example, I want to do both GetUserFavoritesFeed and GetYouTubeUserFeed at ...