The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
8answers
17k views

Access Google Spreadsheet or Google Data API only with Javascript

I want to access Google Spreadsheets using JavaScript Only. ( no .NET C#, Java ) I came here and was shock to know that there is NO api for JavaScript for accessing Google Spreadsheet. Please tell ...
14
votes
5answers
17k views

where i can get google developer key

I am working on google API like chat,contacts and so on... I am stuck on developer_key as mentioned in gdata doc. The developer key, you get this at https://code.google.com/apis/console ...
12
votes
3answers
8k views

Office 365 development API like Google Docs?

Is there a Office 365 development API like Google Docs? I was searching web but I was unable to find.
11
votes
2answers
10k views

How to get consumer key and and consumer secret for gmail api?

I am trying to use Gmail php xoath php samples, however it requires to enter consumer key and consumer secret which I could not find how to obtain in Gmail api documentation. Does any one know how to ...
6
votes
1answer
524 views

Google Docs API - Impersonate User File Download

Using the Google Docs Java API with a Google Apps account, is it possible to impersonate a user and download a file? When I run the program below, it is clearly logging on to the domain and ...
6
votes
2answers
223 views

Google Data API on Symbian

I want to use Google Data API on a Symbian device with pys60 but I couldn't find any doc. Is there any way to install Google Data APIs Python Client Library on Symbian ?
5
votes
4answers
1k views

Ruby on Rails 3 and Google Book Search

I'm trying to get started using the Google Data API for Google Book Search in my Ruby on Rails 3 application, and I don't even understand how to get started. What gems do I need? What do I need to do ...
5
votes
3answers
1k views

Using the OAuth Access Token from django-social-auth with Google data api (calendar)

I'm trying to use the OAuth Token I get from django-social-auth to access the users calendars. So in the django-social-auth configuration I set: GOOGLE_CONSUMER_KEY = 'anonymous' ...
5
votes
4answers
681 views

Gdata JavaScript Authsub continues redirect

I am using the JavaScript Google Data API and having issues getting the AuthSub script to work correctly. This is my script currently: google.load('gdata', '1'); function getCookie(c_name){ ...
5
votes
1answer
235 views

single google account authtoken for Multiple Google Data API in Android

Hello android enthusiast, i'm struggling to find solution to this problem. I'm planning to access the user's Google Calendar and Google Documents,(using google-api-java-client-v1.6.0). I can access ...
5
votes
1answer
422 views

Why isn't google api client library built on top of Apache's Abdera framework?

First of all I want to give many thanks to Google GData API's engineers for their good work and I'd like to mention that this question is not meant to criticize anything. It just pointing out things. ...
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" ...
4
votes
2answers
5k views

Read Gmail Inbox

I want to read my Gmail Inbox by using Google.GData.Client.dll. How do I accomplish this? I would like a sample program.
4
votes
1answer
564 views

How do C# classes deal with dollar signs in JSON?

I'm getting a JSON feed from Google's data API and a lot of the property names start with a $ character (dollar sign). My problem is that I can't create a C# class with a variable name starting with ...
4
votes
1answer
242 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 ...
4
votes
1answer
772 views

Google Data API: OAuth authenticate URL instead of authorize URL?

I'm accessing the Google Contacts API using OAuth. I see from the docs that I have an authorize URL (https://www.google.com/accounts/OAuthAuthorizeToken), used to get the access token, but not an ...
4
votes
1answer
78 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 ...
3
votes
3answers
4k views

Google App Engine cannot find gdata module

I can run a simple "Hello World" Google App Engine application on localhost with no problems. However, when I add the line "import gdata.auth" to my Python script I get "ImportError: No module named ...
3
votes
1answer
597 views

What is the “AuthTokenType” value for Google Drive on an Anrdoid app?

What should I use as the "AuthTokenType" value to request access to a user's Google Drive from an Android app? For example, here are some AuthTokenType values for other services: What is ...
3
votes
2answers
2k views

What is “authTokenType” parameter in Google data API?

I just implemented Google Translator Toolkit API using the new google-api-java-client. Problem is, that authTokenType isn't mentioned anywhere in documentation and it seems to be important for ...
3
votes
1answer
356 views

Programmatic login to Google Data API

I'm building an application which will basically be an interface for my Google Finance account. Several people will use. I have just started to research on how to do this, and one thing that ...
3
votes
2answers
1k views

Java - Converting a datetime into gregorian calender time(date)

I am using google data api which gives date in datetime format. I want to convert this DateTime format date in Gregorian calendar date format. Does anyone know any methods for doing this? *Edited the ...
3
votes
1answer
192 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
803 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, ...
3
votes
2answers
1k views

Accessing Google Data with C++

I'm about to write an simple plugin for Total Commander. I need to interact with Picasa service. I goggled for a while and found: 1) gdata-cpp-util (kind of a wrapper for libcurl and libxml) ...
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). ...
3
votes
1answer
238 views

How to measure upload bitrate using Java+Google Data API

I'm writing a Java client application which uses the Google Data API to upload things to youtube. I'm wondering how I would go about tracking the progress of an upload, using the Google Data API ...
3
votes
1answer
249 views

Help with Google Contacts

List<string> ls = new List<string>(); Feed<Contact> f = cr.GetContacts(); foreach (Contact e in f.Entries) foreach (EMail el in e.Emails) if ...
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 ...
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 ...
3
votes
1answer
606 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
992 views

Google Data API - Two Legged Auth Token Reuse

I am using two legged OAuth for Google Contact Data API and generating token on each request. Is it advisable or Should I store token to reuse it next time ? Also, How to detect stale token ? I am ...
2
votes
3answers
4k views

Google Analytics API: filter by URI?

My site has user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profiles, but need to be able to do ...
2
votes
1answer
2k views

Google search from within an iPhone app

I want to have the user enter a keyword in my app and then search google for this keyword, perform some logic on the results and display a final conclusion to the user. Is this possible? How do I ...
2
votes
4answers
2k views

How can I query Google Spreadsheets API with a string value?

I am using Zend_Gdata_SpreadsheetsListQuery. In PHP my query is: "confirmation=$confirmation" The problem is that $confirmation = 'AB-CD-EFG-012345'; Apparently the hyphens are causing problems ...
2
votes
1answer
804 views

AUTH_TOKEN_TYPE for Google API's

Okay, so I know how to get a list of accounts so that I can let the user authenticate my app to use with their Google Data, however, I am confused on what to use for my AUTH_TOKEN_TYPE. Here is the ...
2
votes
1answer
394 views

Rename a folder / Collection with Google Documents List Data API v3.0

I am trying to rename a collection, but I get the error But com.google.gdata.util.InvalidEntryException: Invalid request URI , this is the code that I have DocsService client = new ...
2
votes
2answers
267 views

Does Google Calendar APIs and Tools allow you to save the data on personal database

Here's my notion what Google Data Api is for, Google gives you their controls like Calendar,etc. I use their API to communicate to create and manage events. So does this mean i can save the events and ...
2
votes
1answer
232 views

Getting hashes of Google Docs documents?

Although Google Docs documents seem to have a unique ID in the URL, I'm wondering if there is a way to get a hash (MD5, SHA1) of a document without downloading it again. Has anyone attempted something ...
2
votes
2answers
540 views

Google Data/OAuth/AppEngine/Python - Properly Registering a Web Application

I'm creating a webapp with this combination of tools. I'm authenticating with App Engine in the following manner: class googleLogin(webapp.RequestHandler): def get(self): callbackURL = ...
2
votes
2answers
614 views

Can I use google API to convert a PDF into PNGs?

I have noticed that when you view PDFs in google docs the PDF viewer renders the PDF file into PNG images. I was wondering if you could use Google Data API to upload a PDF and get the URLs of the ...
2
votes
1answer
790 views

GTMOAuth2ViewControllerTouch doesn't show login screen

I'm using objective c gdata client and I have a problem with GTMOAuth2ViewControllerTouch. It was working for me (shows UI, returns callbacks), but now it shows just empty white screen. Any ideas?
2
votes
2answers
1k views

Google Contacts API XML parsing with PHP

I have an xml feed from Google Contacts API, but I have trouble reading <gd: tags. $xml = simplexml_load_string($google_contacts); This reads every elements except the <gd: tags, which ...
2
votes
6answers
652 views

Getting Error “Namespace Name ”Contacts“ Does Not Exists” in spite of using using “Google.GData.Contacts”?

I want to create Contact on Google Apps. I am Using this API And referring this link In below code i am using "Using Google.GData.Contacts" : using Google.GData.Contacts; // Using ...
2
votes
1answer
355 views

JDO Loading Inconsistencies on Google App Engine

I've been following the app engine JDO documentation as closely as possible, but I'm having bizzare and inconsistent trouble loading a persistent collection that is contained by my Board object. The ...
2
votes
1answer
470 views

Using authToken for Google Health Data

We have developed and published an app for Google Health. Now we want to avoid every time logging into the gmail account by asking username and password. So as to do this i have heard that I can have ...
2
votes
1answer
284 views

Is there a way to access the Google Data API from the Google Apps Script environment?

Google Apps Script is the javascript-based environment for running scripts on Google Documents, amongst other things. You can do things like copy data between spreadsheets and generate emails. The ...
2
votes
1answer
554 views

Using Google Map Data API on the Android platform

I was checking out the Google Maps Data API and I was wondering if I can follow their Java Development guide to use it on the Android platform? I want to display routes that I have created on Google ...
2
votes
4answers
271 views

GData for my own API?

Im currently planning to build an API for my service. I want to use GData because it fits the application scheme and there are libraries for many programming languages available. The first question ...
2
votes
2answers
495 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 ...

1 2 3 4