1
vote
1answer
90 views
How to upload video on YouTube with Ruby
I am trying to upload a youtube video using the GData gem (I have seen the youtube_g gem but would like to make it work with pure GData if possible), but I keep getting this error: …
0
votes
1answer
25 views
Stopping youtube video once it reaches a point
It looks like the YouTube API does not have a way to stop a video playing once it reaches a certain point. It has a way to start it at a certain point, but not to stop it at a cert …
0
votes
1answer
43 views
Google Calendar API: GDataEntryCalendarEvent question
Hi, I'm trying to use the google GData api to insert an event in a google calendar. My question is this: I don't see anywhere in the header files for GDataEntryCalendarEvent the a …
0
votes
1answer
56 views
Google Javascript Data API for Calendar - Event times not available
I would like to use the gdata API to retrieve some event entries from a public calendar feed. Here is the code that I'm using:
var calendarService = new google.gdata.calendar.Cale …
0
votes
0answers
44 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 …
0
votes
0answers
27 views
Using Zend_GData for a Specific 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 won …
2
votes
1answer
119 views
How to add google api to .net c#
how can i add the google data API to the .net frame work. I saw the gdata documentation but was of no help. Should i use web reference?
0
votes
3answers
373 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 …
0
votes
1answer
221 views
copy worksheet from one spreadsheet to another
Is it possible to copy spreadsheets with gdata API or worksheets from one spreadsheet to other? For now i copy all cells from one worksheet to another. One cell per request. It is …
1
vote
1answer
148 views
Accessing Google Map Listing From GData
Im trying to create a "search nearby" shops on iphone,
but i can not find any solution on how to get the data from Gdata Libraries.
http://code.google.com/p/gdata-objectivec-clie …
0
votes
2answers
86 views
Authorizing localhost with gdata and AuthSub?
While testing I started walking through authorizing my test machine (192.168.15.6, a local IP) with YouTube, which seemed successful. That IP is listed under my authorized sites. H …
2
votes
1answer
262 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 Object …
0
votes
2answers
205 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 "ImportErr …
0
votes
1answer
75 views
How to remove `limitedSyndication` from YouTube Data API search results
The following query will return results, but some of them will contain a limitedSyndication restriction. This cannot be filtered out by format or by restriction parameters.
http:/ …
0
votes
2answers
107 views
What is excatly the technology stack defining Web APIs?
What are the abstract levels of technology that are used to build a Web APIs such as GData?
