The google-data-api tag has no wiki summary.
5
votes
1answer
132 views
Why incorrect “pageCount” returned using Google Books API?
When I am calling "books.volumes.get" API, I am getting a "pageCount" which is different than calling "books.volumes.list" API for the exact same book.
Taking for example "Cryptography decrypted" ...
3
votes
1answer
605 views
how to use google spreadsheet api on android emulator
I'm trying to use Google Spreadsheet api to update a cell of a worksheet.
I followed the guide , tried to send a HttpPut request to do that but failed.
i got 200 OK from the following Code, but ...
2
votes
1answer
91 views
Download a Google Sites page Content Feed using gdata-python-client
My final goal is import some data from Google Site pages.
I'm trying to use gdata-python-client (v2.0.17) to download a specific Content Feed:
self.client = ...
2
votes
1answer
126 views
Google Apps: Access to domain users' contacts as an admin
As a Google Apps administrator, I would like to add specific contacts to all my users' address books.
Which API should I be looking at? As I understand, the Contacts API requires the user to be ...
2
votes
1answer
338 views
Google Documents List Api - Paging results without feed.getNextLink()
I have been looking for ways to gain access to different pages more quickly in the Google Documents List Api, and to do this I'd like to be able to start my downloads at a specific part of the list, ...
2
votes
1answer
244 views
Parsing atom response from InsertCalendar in Python on GAE (Calendar API)
Using the GData Calendar API via App Engine in Python, when you create an event there are handy little helper methods to parse the response:
new_event = calendar_service.InsertEvent(event, ...
2
votes
1answer
646 views
Get a 401 error (authorization required) when adding parameters to my query
I am trying to get a user contacts data through the Google Data API and am facing a problem: I get this 401 error message when I specify a parameter to my query (for ex in my case it's ...
1
vote
1answer
751 views
How to request a OAuth 2.0 access token by Google GData API?
How to request a OAuth 2.0 access token by Google GData API? Does this API support OAuth 2.0? It is seems OAuth 1.x API only in the spec.
I already get the access token. Now, I would like to send the ...
1
vote
1answer
313 views
Google Blogger API : AccessTokenRefreshError:invalid_grand message
I am using google-python-client-api for Blogger API (Service Account - OAuth).
This is my code (which is taken my tasks api example)
import httplib2
import pprint
import sys
from ...
1
vote
1answer
155 views
How can I parse a Google public Calendar in android?
I have a Google Calendar in a website that is available to everyone. I want to parse this calendar and display it in an Android app.
I understand I have to use the Google Data API ...
1
vote
1answer
195 views
Getting 'Multipart must have Atom and media part' error when trying to upload a photo with metadata to Picasa
I have the following code which is attempting to upload an image with metadata to a Picasa web album.
The code below works for uploading the image if I take out the metadata and just do a straight ...
1
vote
1answer
186 views
Emailing guests while creating new event using google Data API for google calendar
I am building an event management web application in PHP and am using Google Data API to make use of google calendar.
I have added guests using:
$gc = new Zend_Gdata_Calendar($client);
$newEntry = ...
1
vote
1answer
1k views
What are the limits on the Google Data API?
I'm using the Google Analytics API (via Java) to pull out data from Analytics. However, I keep getting kicked back the message "Insufficient quota to proceed."
I have seen the documented limits at ...
1
vote
1answer
529 views
Google Calendar API - Recurring Events Not Working
So I'm trying to create a recurring calendar event with the google data api, and I am having a lot of trouble. When I go to add the event, it only will add one instance (the first day) of the event. ...
1
vote
1answer
505 views
Using the AuthSub token to make requests for private data
I'm experimenting with some basic AuthSub authorization to test out the Google Data API (I'm interested in using the Picasa API). I'm having trouble getting my head around the steps involved in going ...
1
vote
1answer
256 views
Google Provisioning API: read-only access without admin account. Possible?
For my project I need to have read-only access for my GApps-for-Domain domain-specific data. E.g. retrieve all users, their details, domain groups etc. Seems, that is not possible without providing ...
0
votes
1answer
38 views
I need to verify the ownership of website using “metatag” in Webmaster Tools - Response 400: Bad Request
I need to verify the ownership of website using "metatag" in Webmaster Tools. I am using Google Webmaster Tool API in Vb.net.
Following are the code logic.
Dim client As New WebClient
Try
...
0
votes
1answer
32 views
Retrieving the unreadCount tag for a YouTube video
How do I get the unreadCount value using the YouTube client library?
I think this is a new tag in the YouTube Data API, but I can't find the API method to get it.
I can only get some values through ...
0
votes
1answer
33 views
Google + API to get posts based on location
Thanks for your time.
I am writing an app with google plus data api. I need a help in that. I need to get all the public post from users in a specific location. Do you have any way to search for post ...
0
votes
1answer
42 views
GoogleMailSettingsService giving Error 403 on everthing
I am trying to retrieve labels with GoogleMailSettingsService through C# code but I am getting a 403 Forbidden error. I am using a Admin username / password, the "Use provisioning API" option is ...
0
votes
1answer
64 views
Change acl of pdf and non-google documents (EDU domain)
I'm receiving this error when trying to change file ownership from Google Apps Script (Google Apps for Education):
GDataServiceExceptionYou can't yet change the owner of this item. (We're working on ...
0
votes
1answer
62 views
Marketplace app, use OAuth 1.0 or 2.0?
a lot of documentation that I had read about how to build Marketplace's apps is telling me to use OpenID+Oauth 1.0 with 2-Legged.
But reading all other information about Authentication on Google's ...
0
votes
1answer
130 views
Google Contacts API Explorer?
Ive been implementing a google contacts importer for our website and was looking for a way to test out the API calls so I can see the flow and what they return. There is a google api explorer but ...
0
votes
1answer
146 views
Using Google spreadsheet without authentication
All,
I have an application that is built on GAE, I want to use google spreadsheet (data) API to expose some reports. To do so I've been reading https://developers.google.com/google-apps/spreadsheets/ ...
0
votes
1answer
232 views
Zend Gdata Calendar: setQuery with exact phrase match?
I am having trouble using Zend_Gdata_Calendar to return a subset of Google Calendar events with an exact phrase match.
The reference guide for Zend_Gdata_Books, in the setQuery() section, suggests ...
0
votes
1answer
584 views
Android: Google Data API - 401 Token Invalid Error
Well, I tried using Account Manager and I am getting "401 Token Invalid" error. What can be the reason.
Debug Log
Account name = xxxxxx@gmail.com
Token is : DQAAALIAAAAh-xxxxxxx
Starting Google ...
3
votes
0answers
66 views
As Google Data List APIs has been deprecated, then which api to use for Google sites?
As Google Data List APIs has been deprecated by Google, so we can use "Google Drive APIs" for Google Drive but what about Google Sites? I am currently using Google.Gdata.client.dll reference to work ...
3
votes
0answers
119 views
How long does a ClientLogin for Google Data API stay valid/usable?
On this google documentation page I found out that you can reuse previously retrieved tokens. Now, I'm currently having trouble (unpredictable results) with retrieving a key in the first place, so ...
2
votes
0answers
388 views
Is the hqdefault thumbnail guaranteed to be there?
Is the "hqdefault" thumbnail guaranteed to be available for YouTube video information in the gdata API?
I'm currently using the Zend library to retrieve video info from the YouTube API using PHP, but ...
2
votes
0answers
570 views
2-Legged oAuth Upload to Google Docs Failing
I am a Google Apps user trying to write a function in VB.NET to upload files to specific user's Google Docs accounts (all within my Google Apps domain of course). I have attempted this with the Google ...
2
votes
0answers
431 views
Google SQL Pivot make 0 show NULL
I have a pivot table that I need to have return NULL whenever there is not a value in the database. This seems pretty simple when you look at the Google API for their query language:
...
1
vote
0answers
52 views
Google Data API, how to authorize the ContactsClient with an access-token?
I am using Django-Social-Auth to login via OAuth2.0 successfully to Google.
Now I would like to retrieve the contacts, however I have a problem with authorizing my python client:
gd_client = ...
1
vote
0answers
58 views
In python ,How the method DocumentQuery() in gdata can use with image file such as .jpg .png?
In Google Doc APIs with Python >> gdata.docs.service.DocumentQuery(categories)
1.)How can it use with the image files? or Do I set categoiries parameter ,or not?
2.)The parameter(categories) ,how ...
1
vote
0answers
152 views
How pull Wordpress blog data using Blogger API
Wordpress mentioned that it supports Blogger API (link). So, can anyone tell me how to use Blogger API (using python) v3 to pull wordpress public blogs data.
Or, is there any wordpress API to pull ...
1
vote
0answers
255 views
Google Spreadsheet API form PHP on a Cron Job
There is SO MUCH information about google APIs. So I'm getting lost in all the research.
My goal:
I have a spreadsheet under my google docs account. I want to run a cron job every day, pull cell ...
1
vote
0answers
166 views
Couldn't get album list
I want to get a list of albums from my Google Picasa account. I tried this guide. The problem is that it authenticates successfully but doesn't return any album (see my code below). I still can post a ...
1
vote
0answers
399 views
google contact profile picture
I am getting contacts using following API call:
http://www.google.com/m8/feeds/contacts/default/full/?max-results=1000&
The user is authenticated with following scopes:
...
1
vote
0answers
176 views
Gridview XmlDataSource from Google Spreadsheet
I want to display data from google spreadsheet in a gridview. The spreadsheet is available publicly and therefore has a xml feed url :
...
1
vote
0answers
236 views
How to select specific Google Calendar through Google API
How to select non-primary calendar using Google's Calendar API? I can see from documentation you can get full list of calendards, but nothing about how to select specific one.
For example I have ...
0
votes
0answers
24 views
Google Sites API failed to return entries which are not in first chunk
I am trying list out all available lists, webpages, announcements, file cabinets present in Google site, by using Query(with .Net Google Data APIs):
...
0
votes
0answers
35 views
Google Calendar JSON API - Get Multiple Calendar Feeds
In an iOS application, I'm using the Google Calendar API to retrieve some public calendar events in JSON format by making a GET request to this URL.
...
0
votes
0answers
7 views
How to set contacts name in through GoogleContactsApi
I'm trying to create contacts on Google-Contacts through the API v3.
Emails and phones are being persisted correctly. But the name remains blank.
This is the code I use: ...
0
votes
0answers
136 views
How to use Google App Engine service account authentication with Google Data Api?
We are making Google App Engine application(Java) that will be deployed to Google Apps and for multiple customers for start and later publish at Google Apps Marketplace.
Our application requires, for ...
0
votes
0answers
49 views
Update Contents of already uploaded fine in Google Sites File-cabinet using C#?
Does anyone know how to update the contents of an already uploaded attachment in Google sites File-Cabinet?
I have tried the code below but no luck...
FileStream strm = new ...
0
votes
0answers
22 views
Trouble using Googles Python Data Library
Totally newbie question here but I'm getting this error that is preventing me from using Google's Python Data Library. I know it's an install issue but can't figure out how to troubleshoot. Can ...
0
votes
0answers
173 views
token authentication failure ,google calendar api php
I am implementing a 3rd party php application toaccess google user data like calender ,gmail, maps . i am trying to run calendar application which comes as an example with GOOGLE CLIENT PHP LIBRARIES ...
0
votes
0answers
43 views
unable to retrieve the full list of sites for a particular user
My production app uses the gdata Java client libraries to retrieve all sites a user has access to. I've noticed today that the response is missing most of the sites (in fact, it seems to be missing ...
0
votes
0answers
95 views
Google Data API - Duplicated files when add file to collection
I'm trying to create a new document (using an existing template) in a Google account using Google Data API, and then move it to an existing collection.
I have this function, where :
filename : is ...
0
votes
0answers
279 views
Google Data Api library for Blackberry
I want to get google contacts in my Blackberry Application. Is there any public libraries availabile for blackberry to do this?
I try to use Oauth-SignPost. But the libraies used in it not supported ...
0
votes
0answers
787 views
Google Calendar Javascript API “grant access” page
I am using the Google Data API in Javascript to access google calendar. But when I grant the access to the website for accessing my calendar, it should return to my first HTML page, but this doesn't ...