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
0
votes
1 answer

How to use gdata-objectivec-client?

I followed the steps in this tutorial. Now I can import the header file of youtube libraries to my class but I don't know how to use them. For instance, How to login to youtube and add a video to favorite list? Please give me some sample code since…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
0
votes
1 answer

verify log-in YouTube

I have an app in which the user uploads a video to youtube. I have the user input their password and username to sign in and then they input the "title", "description", "tags", "category", and "privacy setting" i.e. public, private, unlisted. All…
user1114881
  • 731
  • 1
  • 12
  • 25
0
votes
1 answer

How search Youtube videos by keywords in objective-c

how can i search youtube videos using keyword contained into video's title? I use objective-c youtube API. In my example, I use this code to search youtube videos by author-user NSString *uploadsID = kGDataYouTubeUserFeedIDUploads; NSURL *feedURL =…
Safari
  • 11,437
  • 24
  • 91
  • 191
0
votes
1 answer

How to mitigate users adding blank rows to a Google Spreadsheet and thus breaking ListFeed API?

We use Google Spreadsheets to collect research data and allow users to directly enter data into spreadsheets that have been pragmatically generated. This has been working fairly well until a user enters a blank line in between data rows! They may…
daryl
  • 1,190
  • 10
  • 19
0
votes
2 answers

Keyword entries for videos coming back blank, subsequently deleted

UPDATE: apparently this only happens when fetching videos from a playlist feed, which is what I'm doing. I recently noticed my youtube api requests for videos were returning blank keyword entries. I found the blog post at…
Brett Rossier
  • 3,420
  • 3
  • 27
  • 36
0
votes
1 answer

GData causing an error message when running the profiler

So, my dilemma here is pretty much the fact that I have GData included with static headers in my file per the instructions found here: http://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/. Everything compiles correctly…
TheCodingArt
  • 3,436
  • 4
  • 30
  • 53
0
votes
2 answers

How to use OAuth2Credentials with Google API gdata client in python?

I've worked out how OAuth2 works (via https://developers.google.com/api-client-library/python/guide/aaa_oauth) and now have an OAuth2Credentials object (let's call the object credentials) that I want to use for Google Apps provisioning purposes (the…
askvictor
  • 3,621
  • 4
  • 32
  • 45
0
votes
1 answer

why youtube_upload is giving xml.etree.ElementTree.ParseError in python 2.7 on linux

I am new to python and while searching i found that i can upload a video to youtube in command line in linux and i am using centos 5.7 i first installed python 2.7 and face many problems in doing it but i search it on google and find answers one…
kingk110
  • 33
  • 1
  • 6
0
votes
2 answers

google data api for youtube

I'm trying to run the sample program, which comes with Google Data API. I get a runtime error at following line YouTubeService myService = new YouTubeService("gdataSample-YouTube-1"); The error is the following: run: Exception in thread "main"…
user93796
  • 18,749
  • 31
  • 94
  • 150
0
votes
2 answers

GData Objective c Client deprecated

On the Link it is mentioned that gdata client for objective c is deprecated. Does anyone know what is the alternative way to upload videos to youtube??
Saad
  • 8,857
  • 2
  • 41
  • 51
0
votes
2 answers

Which sample in GData release 2.1.0.0 shows how to use the 3.0 API to retrieve Accounts?

Simple question: I was using Google Analytics v2.3 under .NET -- until August 23rd, 2012. I've downloaded the Google Data API msi version 2.1.0.0. I've gotten the source code from Subversion. Which sample (if any) shows how to implement the new…
0
votes
1 answer

gdata get contacts from a certain group

How can I retrieve all my contacts that belong to a certain group? I don't want a complete list of all my contacts just the ones from a specific group. This is the group: DEBUG 2009-07-28 12:01:32,681 helloworld.py:21] group is Customers with id…
kristian nissen
  • 2,809
  • 5
  • 44
  • 68
0
votes
1 answer

why I do not have video infomation with this url

https://gdata.youtube.com/feeds/api/playlists/DC4048825BC38BD7?v=2&start-index=3&max-results=1 I don't have the video infomation with this url
0
votes
1 answer

Domain cannot use Api, Groups service is not installed

I am trying to send a get request to the url https://www.googleapis.com/groups/v1/groups/"+group_id where group id is a unique group id i am expecting to get a response which will describe setting of a group but instead i get the response {…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
1 answer

Getting full detail of an email for a id

hi i am trying to get full detail of an email in gmail for getting feed for incoming mail we have to call url https://mail.google.com/mail/feed/atom/ with request header then i have to put encoded username and pass word of account like…
mathlearner
  • 7,509
  • 31
  • 126
  • 189