Short for the Google Data Protocol, it is a REST-inspired technology for reading, writing, and modifying information on the web.
0
votes
0answers
4 views
Is it possible to edit an existing Blogger post with the GData API?
I would like to try a Ruby gem called "blogger", but I can't find a function for editing posts on Blogger. It is stated that the full GData API is implemented in this gem.
...
0
votes
0answers
21 views
How can I get total number of domains created by admin account or so in .NET applicaiton using google authentication?
I am using google authentication to authenticate the users by entering their username and their selected domain name. As for now I am able to validate a user as well as able to get the list of all ...
0
votes
0answers
13 views
Insert new cell in google spreadsheet using GData API in iOS
After finally figuring out how to pull data from google spreadsheets, I can't understand how to add new entries to the end of file.
Here's what I want to achieve:
My app should send some survey ...
0
votes
1answer
26 views
Zend gdata sample to access youtube videos does not work
I am using the following code that I have downloaded from samples of gdata, after placing my developer key on required section and running the code, I click on "Click here to generate authentication ...
1
vote
1answer
16 views
Where can I find Zend Framework Zend_Gdata component?
I am looking for Zend Framework Zend_Gdata component, I have already downloaded ZendFramework-minimal-2.2.0 but could not find this component in its library folder, where can I download this component ...
0
votes
0answers
53 views
Using Youtube API to get list of videos and view counts by developer key using gdata
I'm working in python and I want to use the YouTube API to grab a list of videos claims and view counts using my YouTube developer key and gdata. Is this possible?
0
votes
1answer
33 views
Installing Zend Gdata Client library
Hi this is my first post on here. I am trying to install the Gdata Zend Client library without much success.
I have used these resources + scoured Stack Overflow.
...
0
votes
1answer
21 views
Exchanging authorization code with access token @ Google: 400 Bad Request
I'm trying to exchange an authorization code with an access token, following to the Google Oauth Documentation. Code below simply gives me an Error: HTTP 400: Bad Request, with nothing in the body.
...
-1
votes
1answer
24 views
From Where can i download Gdata and how to import it into project iPhone Sdk [closed]
Hello Every one i want to use youtube in my app,i heard that Gdata is necessary for implementing it i surfed a lot where to download gdata i found some links like this Integrating google+ api in ...
1
vote
1answer
22 views
Move XML element to different position with GDataXML
I'm current using Google's GDataXML library to manipulate XML in my iOS app. The xml is used to populate a table view, so one thing I'd like to support (but current don't) is the ability to move a row ...
0
votes
0answers
27 views
Youtube API: Rate (like/dislike) comments
Simple problem:
I'm using Youtube gdata through javascript to: Comment, Reply and Like/Dislike videos.
Everything is working so far!
However, I'm trying to allow users to specifically like and ...
0
votes
0answers
14 views
Issue in getting data from Youtube Gdata API for RTSP URL
Hi I have successfully developed an application which fetches data from Youtube API. I am able to get values also. But while fetching data from media:group/media:content, i am facing issue of getting ...
-1
votes
0answers
30 views
Unable to get rtsp stream url from Youtube gdata API response.
Unable to get rtsp streaming url from using xmldatasource binding with repeater control. Although i am getting yt:accessControl and first url values like one shown below
<xsl:attribute ...
0
votes
0answers
14 views
Cannot get first feed from youtube on my ubuntu server
I have a dedicated server that I want to host same joomla sites.It works great but I have an issue.I cannot get the first video from youtube gdata feeds.I get all the other feeds.The same site works ...
0
votes
1answer
18 views
Zend Youtube Api keeps returning exception
Whenever I try to fetch some data from youtube, it keeps returning the "Error writing request to server" as an exception message. I'm using zend 1.12.3 and I tried some of the following, which by the ...
0
votes
0answers
14 views
Gdata Objective-C Client, Trying to post to Google Docs - getting 403, I think my post URL might be wrong
I think my post URL might be wrong - but if it is, I'm not sure what the right POST URL would be. My code is below.
Class entryClass = NSClassFromString(@"GDataEntryStandardDoc");
...
0
votes
0answers
18 views
google contacts: correct way to get multiple images
We have application that gets the list of user's Google Contacts. We use Zend Framework and build-in GData to achieve this. We wanted to add support also for images in contacts, but faced the ...
0
votes
0answers
20 views
Zend GData Youtube API Analytics
Is there a implementation of the YouTube Analytics API https://developers.google.com/youtube/analytics/ for Zend GData? Or can anyone suggest how to implement it?
0
votes
1answer
36 views
Zend GData set public a video uploaded private
with this snippet I'd like to set public a video
uploaded as private
$ytConfigData = App_SiteSettings::get('yt');
$httpClient = ...
0
votes
1answer
19 views
Creating a Web Page in Google Sites through the GData API and the AtomEntry is always null
I'm using the same GDAta API code from https://code.google.com/p/gdata-samples/source/browse/trunk/sites/dotnet/SitesAPIDemo.cs to programatically create web pages in Google Sites in C#.
The problem ...
0
votes
2answers
47 views
python gdata, extracting numbers from output
I'm still new to Python and I've been working with a script to get system info from my Raspberry Pi, like cpu temp and such and import it to a google doc spreadsheet. My goal is to extract the numbers ...
0
votes
1answer
21 views
Error installing Gdata module
I'm trying to install the Gdata module on my system. I'm using Python 2.7.1 on Windows 7. I should admit, I'm not very experienced installing modules without resorting to binaries before, so any ...
0
votes
1answer
86 views
NoSuchMethodError : google common ImmutableSet.copyOf(..)
I upgraded my Google app Engine app from 1.7. to 1.8. + Java 7 and i leveled up all API libraries to be up-to-date. I am getting strange exceptions during app inicialization in GAE container :
...
0
votes
0answers
62 views
Connect mySQL to Google Spreadsheet with Zend Gdata?
I have tried using Zend Gdata to simulate the effect of a mySQL database (using source data in a Google Spreadsheet), but my webpages take anything from 2-10 seconds to load, which is naturally ...
0
votes
0answers
50 views
how to display data from zend_gdata spreadsheet in table view?
My English is bad. :(
How can I display the data from a zend_gdata spreadsheet in a table view?
I get the data from the Zend_Gdata SpreadSheet:
$user = 'login';
$pass = 'pass';
...
0
votes
1answer
76 views
Google Spreadsheets Get Cell Comments/Notes
I'm having a nasty time learning how to use the gdata api and zend framework.
I've basically got a spreadsheet that I want the data from.
I've managed to get it into an array that I'm happy with ...
0
votes
2answers
68 views
Store json data in a local variable
I get gdata of youtube video from the URL. It returns the json code like this.
...
0
votes
1answer
41 views
Add GData to Zend Framework2
Okay, so this has proven to be more difficult than I expected and think it should be.
All I want to do is utilize the GData library for some youtube functionality in my site. However, I can't seem to ...
1
vote
3answers
244 views
How to get Google profile info including custom fields from an Apps Domain user?
Using the user.profile and user.email scope and the /oauth2/v2/userinfo feed doesn't seem to return any custom fields (in my case Department) or phone numbers. These fields show up in the Domain ...
-1
votes
1answer
104 views
Youtube-API upload script moving to HostGator [closed]
My youtube upload script is working great. (link)
Now i want to move my uploader script to HOSTGATOR.
But when i want to run my working script;
Fatal error: Uncaught exception ...