The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
29 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
44 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
1answer
45 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
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
1answer
36 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 ...
1
vote
0answers
53 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 = ...
0
votes
1answer
44 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
68 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
328 views

Picasa API for Android

Does somebody know where I can find a good API to send and receive photos from my Android-phone to Picasa? I've been searching for more than 2 days but I can't find a good way. I think the best way ...
4
votes
1answer
253 views

Retain Formatting Using Group By Aggregation in Google Visualization API

Using Google's Visualization API, I use google.visualization.data.group to create sub-tables based on my raw data. My raw data uses the trick of {v:"US", f:"United States"} to display something other ...
1
vote
2answers
416 views

How to access Google client api without Oauth (just API key)

I am trying to access Google api client (Ruby) without Oauth.. I have found this info: http://thecodeabode.blogspot.com.au/2012/07/google-api-ruby-client-authorizing-with.html But unfortunately, if ...
0
votes
0answers
138 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
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
0answers
50 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 ...
4
votes
1answer
81 views

Why am I getting “unrecognized selector” errors when subclassing GDataEntryBase from Google Data Objective-C Client Library?

I've built the Google Data APIs Objective-C Client Library and have it linking and working with my application (incl. GTMOAuth2) and can pull data back. I need to work with the Provisioning API (still ...
1
vote
0answers
65 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 ...
3
votes
1answer
70 views

hosting application on GAE & database on different server

I want to host my java web application on GAE and my database on different server(GoDaddy). Google data store is free for only 6 months, So i would like to use database of different hosting(goDaddy). ...
0
votes
2answers
161 views

YouTube search url for searching username and keywords; and sort results by rating

I have a script that will display the json results of a youtube search. The following url will not sort though it does return the results provided I put in a username into username. ...
2
votes
2answers
504 views

read/write Google Spreadsheet cell feed with Javascript

I try to read and write a cell in google spreadsheet with http request by javascript. The "read" operation works, but the "write" operation fail. Please help to point out which part I should modify ...
0
votes
0answers
23 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 ...
3
votes
0answers
67 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 ...
0
votes
2answers
380 views

Youtube API impossible on android?

I've been having tremendous problems with connecting my android app to the youtube API. Firstly I tried to go along the route of using the native youtube gdata java ...
0
votes
0answers
175 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 ...
1
vote
1answer
760 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 ...
0
votes
2answers
321 views

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 ...
1
vote
1answer
199 views

Google Spreadsheets API Column Titles

I am using the Google Spreadsheets API in python, and I can't get the column headers for the ListView of a worksheet. Does anyone know how to get those titles? I can only find the underscore ...
2
votes
1answer
94 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 = ...
0
votes
2answers
173 views

Google Analytics programmatically simple login

A question about security, using Google Data API to access the Google Analytics data. I'm going to use this code on my site: AnalyticsService asv = new AnalyticsService(""); ...
0
votes
1answer
147 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
233 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
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 ...
1
vote
1answer
317 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 ...
2
votes
1answer
128 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 ...
1
vote
0answers
155 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 ...
0
votes
2answers
426 views

List Google Calendar Events after Oauth2 Authentication

I am having an issue where I need to pull back the current event's listed in someones default Google calendar, perhaps for a week. I listed the best code example I can find below, but it does not ...
5
votes
1answer
133 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" ...
0
votes
1answer
77 views

What kind for authentication I should use in Google Blogger Data API for my facebook application

I am building a facebook application (using Django) in which I have to read data from blogs using Google Blogger Data API. The blog could be any public blog. So, what kind of authentication/ ...
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 ...
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
1answer
190 views

Google Data API access through Google API Java Client under Google App Engine Environment

Almost everything is in the title, my question is : Is there any updated tutorial/example/clear doc to perfom Google Data API access through Google API Java Client under Google App Engine Environment ...
0
votes
1answer
91 views

Google DocumentsList API - programmatically setting the Description

Background I am currently implementing an application with Google Drive/Docs. Using the latest .NET library for Google Data APIs library I am uploading images, leveraging Google Drive as an image ...
0
votes
1answer
133 views

Confusion on the Old Google Data AP, new Google API, and the Google Apps Marketplace

Currently Google is migrating their old Google Data API to the new Google API. When we do API queries over the old Google Data API, we usually use Zend Framework and the given consumer key/secret to ...
0
votes
1answer
171 views

Google Visualization API Web Query with Dates in where clause

I have a google spreadsheet that has data in it like so: 11/3/2000 0.1 0.1673 11/3/2000 0.15 0.1734 11/3/2000 0.2 0.1786 11/3/2000 0.25 0.1834 11/3/2000 0.3 0.1879 11/3/2000 0.35 ...
1
vote
0answers
256 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 ...
0
votes
1answer
579 views

Google Sites API - How to get all domain sites via 2-legged oAuth

I'm attempting to use the Google Sites API to retrieve a list of all of my domain's sites, not just the sites that the currently authenticated user has read-write/owner access to. As far as I can ...
3
votes
1answer
195 views

How can I get a Google Document's Description?

The Goal Say I have a collection/folder of documents in Google Docs/Drive, and I want to programmatically retrieve the Description associated with each: (You get this by selecting the file in the ...
3
votes
2answers
807 views

How to get long-lived access token Google API

In the Google documentation it says // Once the user authorizes with Google, the request token can be exchanged // for a long-lived access token. If you are building a browser-based // application, ...
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 2 3 4