Questions tagged [gdata]

GData (Google Data Protocol) provides a simple protocol for reading and writing data on the Internet, designed by Google.

Gdata (Google Data Protocol) provides a simple protocol for reading and writing data on the Internet, designed by Google. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom Publishing Protocol, plus some extensions for handling queries. It relies on XML or JSON as a data format.

Most Google APIs today are not Google Data APIs. The Google Data APIs applies only to a few APIs, as described in the GData API Directory

991 questions
0
votes
1 answer

Get the ACL of a folder with only the URL using Google Docs API

I'm using the Google Data .NET library. Given the URL of a folder (that the user might copy and paste from their browser for example) which includes the folder ID, I want to be able to get the access control list for that folder and make changes. I…
ron
  • 1,048
  • 7
  • 16
0
votes
2 answers

Why do I keep getting an Apple Mach-O Linker Error Using the Youtube API in GDATA

Hi I keep trying to build my project, but I keep getting 4 errors. Any help would be greatly appreciated! I definitely added the GData code correctly, and I did add the libxml2.dylib in my build phases. & in my other linker flags I have -OBjC,…
Year3000
  • 459
  • 2
  • 7
  • 15
0
votes
1 answer

Using the GData API, is there a way to authorize an application access to a single Google Doc Spreadsheet?

I'd like to read and write data to a published Google spreadsheet via the GDATA API, but I don't want my app to be authenticated with full Spreadsheet authorization (giving it full access to that user's docs).
Gregable
  • 523
  • 4
  • 10
0
votes
1 answer

'OAuth2Token' object has no attribute 'redirect_uri' and save access token with Appengine and gdata

I try a simple HelloWorld with gdata, appengine and OAuth2. I read this post and the official post from Google. Problem 1 According to the first post post, my app fails at the part 7 "Use the code to get an access token" : Traceback (most recent…
Yohann
  • 6,047
  • 3
  • 26
  • 33
0
votes
1 answer

YouTube GData API - Query for videos with a specific duration

Is there a YouTube GData API parameter for a query that will only return entries with a minimum and/or a maximum given duration? I've found the "duration" parameter but it only accepts the values "short", "medium", and "long".
Radu Topor
  • 11
  • 2
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
0 answers

GData objective c error

I am trying to integrate GData in my application in xcode 4.2. I am following this link to integrate it but while Building the app i get following error. Can any one guide me about this problem.
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
0
votes
2 answers

Extracting string from a string in Objective-C

I'm trying to extract part of a GData supplied string for the YouTube API. I can separate out the video Title and Thumbnail strings but need to create a Text description label. I have copied the full string below but the difficulty I am having is…
0
votes
1 answer

How do I use a recursive collection listing to build a directory structure?

How do I do a simple recursive listing to build a directory structure? I am using gdata python client library. Looking at the client.py and data.py, there is no straight forward way to list and build a directory structure. What I am doing is:…
Srini K
  • 13
  • 1
  • 3
0
votes
2 answers

java.lang.NoClassDefFoundError: com.google.gdata.client.photos.PicasawebService

I´m using the Picasa Api and added the following libraries: activation.jar gdata-client-1.0.jar gdata-client-meta-1.0.jar gdata-core-1.0.jar gdata-media-1.0.jar gdata-photos-2.0.jar gdata-photos-meta-2.0.jar mail.jar Further I´m importing: import…
Diego
  • 4,011
  • 10
  • 50
  • 76
0
votes
1 answer

Converting Google Video Codes to Video Titles

I have 200+ Google video codes and am searching for a way of collecting all their associated video titles. I know I could just type 200+ urls into a browser window and copy and paste, but that's pretty slow going and I'd prefer something…
Allain Lalonde
  • 91,574
  • 70
  • 187
  • 238
0
votes
1 answer

GDATA and youtube, Get all videos on a playlist

Does anyone know how to get all the videos from a playlist ? E.g from this playlist https://gdata.youtube.com/feeds/api/playlists/454A0274C1223C90?v=2 it caps at 10 results I tried &max-results=1000 but that 404'ed
macarthy
  • 3,074
  • 2
  • 23
  • 24
0
votes
1 answer

php zend gdata put a document/file into a category/folder Google Docs

How to attach a document/file to a category or folder using Zend gdata (oauth) in Google Docs ? Thank you!
Jerome Ansia
  • 6,854
  • 11
  • 53
  • 99
0
votes
1 answer

Zend gData check if folder exist (Google Docs)

I have this code to create a folder, Before creating it i would like to check if this folder doesn't already exists! $service = Zend_Gdata_Docs::AUTH_SERVICE_NAME; $client = Zend_Gdata_AuthSub::getHttpClient($_SESSION['cal_token']); $docs = new…
Jerome Ansia
  • 6,854
  • 11
  • 53
  • 99
0
votes
2 answers

Retrieving and viewing google docs using gdata in objective-c

I've been trying to find an answer for this for a while and I have not come across something that explains whether it is possible or not: I have a bunch of documents in Google Docs and I'm retrieving the list of them using gdata library. I have…
Leo Correa
  • 19,131
  • 2
  • 53
  • 71