google-api

Loading Google Visualisations via Ajax

Hello, I have several tabs in my application, and each tab loads a different sub-page via jQuery load() function. My problem is that some of the pages contain Google Visualization plugins and these will not work. My first approach was to have the JavaScript for the Visualization API in the sub-page being loaded, but that did not work...

Is there a Google 3d Warehouse API?

Does anyone know if there is an official or unofficial API for Google 3D warehouse. I know of the iPhone app NaviCAD, which shows Collada models from Google Warehouse - it has search, most-viewed, most-recent functionality; so I guess it is using some sort of API to get that data. But I couldn't find any auch api after searching around. ...

How to find time spent per user per application in Google Apps?

Is it possible to obtain some kind of statistics on which user spent how much time on which application when they log into Google Apps? Applications example would be gmail/sites/talk etc., ...

Javascript - why do I sometimes fail to read file content with GDownloadUrl?

Hi everybody. I try to read some file with google's GDownloadUrl and it works only from time to time. failure means fileRows == "blah blah" success means fileRows == (real file content) I've noticed, however, that when I cease (with Firebug) the execution on line 3 for a couple of seconds, it succeeds more often. Maybe it is some kin...

Using Monotouch with Google .NET APIs

I am using Mike Bluestein's article, http://mikebluestein.wordpress.com/2009/09/27/using-monotouch-with-the-net-library-for-the-google-data-api/, to build an application that communicates with the google APIs. When I try to add references to my project, the imported projects say "incompatible target framework: v2.0". I can change versi...

Changing gmail Settings with Ruby

I need to configure my gmail account(s) programmatically with Ruby. I checked out the apps api and it looks like the simplest possible solution would be to use ClientLogin for logging in and a simple XML PUT for changing the forwarding setting, for example. I wrote a little test script like so: http://gist.github.com/373457 It would a...

can i create a google account programmatically ?

Does anybody know if via the google api in java I can create google accounts programmatically. ...

jquery google visual api graph's data rows does not work.

Hi! I'd like to use google drawVisualization API. Example: var data = new google.visualization.DataTable(); data.addColumn('string'); data.addColumn('number'); data.addRows([ ['a', 14], ['b', 47], ['c', 80], ['d', 55], ['e', 16], ['f', 90], ['g', 29], ['h', 23], ['i', 58], ['j', 48] ]); ...

Adding a Contact with the Google Contacts .NET API

I am using the following code to add a contact, but I get the following unhandled exception: Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/default/full GDataCredentials myCred = new GDataCredentials("myusername", "mypassword"); RequestSettings myReque...

how can i insert a new sitemap with google gdata api? it returns 400 bad request

i try to insert a new sitemap to google using api, but i can't do it successful-_- this is the method var fullDomainUrl = "http://www.example.com/"; var entry = new SitemapsEntry(); entry.Id = new AtomId(fullDomainUrl + "sitemap.xml"); entry.Categories.Add(new AtomCategory("http://schemas.google.com/w...

Using Google Map Data API on the Android platform.

Hey Everyone, 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 Maps on the phone. Ideally this would be through a MapView but if I need to do it a different way I could. Thanks, Rob ED...

How do I obtain the current or next event from google calendar using google API?

Introduction I am attempting to replace an "on-call" cell phone which is carried by the on-call programmer on their assigned day. If there is an emergency the help desk calls that cell phone. We are now planning to switch to a web form which the help desk will fill out in emergency instead. When the form is submitted the script wil...

GData is user part of Apps Premier domains or Apps Standard domains

Is there a way do figure out if a user is part of Apps Premier domains, Apps Standard domains or just a regular google account? ...

Android: Getting extended information using the google search API (Reviews, Description etc)

I'm writing an app for android that allows users get information about places nearby. The app is using the Google AJAX Search API. However I'm having a problem in that I can't find anyway via the API to get information such as ratings, reviews or venue information; as on this page. Can anybody give me any pointers on where i can get th...

google mobile tracking api

Hi , We are doing call taxi business , I have around 100 drivers , I want to track these 100 drivers , am not ready to go for GPRS and any other costly works , So i want to track these guys using His mobile, That is, I have all these drivers mobile number, is there a way to find his/her present location using any google API , Ple...

Python - Using "Google AJAX Search" API's Local Search Objects

Hi! I've just started using Google's search API to find addresses and the distances between those addresses. I used geopy for this, but, I often had the problem of not getting the correct addresses for my queries. I decided to experiment, therefore, with Google's "Local Search" (http://code.google.com/apis/ajaxsearch/local.html). Anywa...

Retrieving Coordinates from just Google Search API alone

is it possible to do that out without a Google API map? I searched everywhere and could not find any help for it. ...

Is there a speech to text API or some "hack" by which I can use Google's speech to text facilities?

Hi I think Google's speech to text facilities (Google Voice automatic transcription of voicemail, automatic captioning of videos on YouTube etc) are quite impressive. I did look to see whether Google has made it available through an API and it seems they haven't (not that I blame them!). A cloud computing service providing speech to te...

Spell checker software

Hello Guys, I have been assigned a task to find a decent spell checker (UK English) preferably the free one for a project that we are doing. I have looked at Google AJAX API for this. The project contains some young person's (kids less than 18 years old) data which shouldn't allow exposing or storing outside the application boundaries...

Is there any way I can use google-image serach API?

Hi, I want to retrive search results from google images from my .net application. Is there any way out there? Thanks, Subhen ...