google-api

Can I upload/download files from Google docs with Silverlight 4?

I am trying to manage google doc with a silverlight (c#) webapp. The problem is that the api are not compiled for .net 4.0 neither silverlight 4. I have the code of the api. Is the a way to recompile or use it in some way? thanks ...

Google Apps Premium Edition: which authentication mechanism to use?

Our company has a web application that is only used internally by our employees. We also have Google Apps Premier Edition. We would like to make it so our employees can log into our private web application using the Google Apps account that they already have. Requirements: We want to display our own login form. We don't want to pass the...

Google Analytics JavaScript client library login method?

Hi, I'm wanting to use the Google Analytics API to display a simple table of "recent visitor" data in my password protected CMS. I would just like to use the supported JavaScript library (http://code.google.com/apis/analytics/docs/gdata/gdataLibraries.html) and looking at the following demo; http://ga-api-javascript-samples.googlecode....

how to integrate Google Sky map in android

Hi!!! i want to integrate google skymap in my application. it has any API????? or what steps should be taken... please guide how can i integrate it....... ...

Is it TOS friendly for me to create a .NET wrapper for Google Translate?

I'd like to make a free open source library that will let .NET developers easily translate text using Googles free service. Of course I can do it, but I'm not sure that it's TOS friendly. Anyone shed some light? Is it kosher for me to do this? ...

Duplicate Google Spreadsheet on Demand

Hi, I've created a pretty complex Google spreadsheet. I would like a user to be able to click a button or follow a link, and get a copy of this spreadsheet where they can fill in data. I would later check process this data manually. Is there anyway I can do this via a complicated link, or some Javascript, or possibly even using a ser...

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: http://code.google.com/apis/visualization/documentation/querylanguage.html#Pivot The Google example is the first image. Notice how it contains null, th...

Google Visualization - Annotated timeline legend

I have an annotated timeline chart that gets new data over ajax. It's working fine, new points come in and I redraw the graph. My graph has two lines, so there are two labels in the legend on top. For whatever stupid reason, every single time the graph is redrawn, the legend labels swap places! So it will say • Foo 5.2 • Bar 3.6 And th...

Get Google Static Map of current position?

I'm trying to make a homepage on my mobile website where a google map of my current position stays in the background while icons float over it. The only way to do this is to use a static image of the map, but I can't figure out a way to pull out a static map of my current position. Anyone know how to do this? ...

How can I create an organisational chart from the google chart tools / virtualization api using a .NET DataTable?

I would like to create an organisational chart as shown here: http://code.google.com/apis/visualization/documentation/gallery/orgchart.html I can create the JSON google.visualization.DataTable string using the .NET Visualization helper library from here: http://code.google.com/p/bortosky-google-visualization/ Unfortunately with this he...

Google Spreadsheet API update \ edit with protocol

Hi, I'm trying to implement some basic functionality for Google Spreadsheets, using the protocol specification with requests. The reason i'm doing this because it is for Android, and gdata-java library doesn't really work and the alpha android one doesn't really cut it. I managed to implement authentication, and get for lists, and delet...

target platform android vs. google api

I followed this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html and it runs ok, except when I click on my icon in the map, the dialogue box does not come up. And the application stops. Did anyone else run into a similar problem? I don't know what is google api; can someone explain it to me please?...

Error caused by string being too big when passed to Google Visualization API

I am trying to create a WordCloud through the Google Visualization API. You have to create a google.visualization.DataTable and add the string to a cell in the table. I basically copied the example linked above, and passed in a simple string of a few words (@note.articletext), and the WordCloud worked fine. <script type="text/javasc...

Google Visualization Table: event on right click?

In a Google Visualization Table, there's an event on "select". Is there a way to know if the user used the right (as opposed to left) mouse button? I'd like to display a menu when the right button is pressed in a row. Thanks! ...

Strange javascript error when using Google Image Search API

I'm trying to copy the Google image search from this page. Here is my code: <script type="text/javascript"> <% if @note.text == "" %> google.load("search", "1",{"callback":searchCallback()}); <% else %> google.load("visualization", "1",{"callback":dummyFunction}); <% end %> function se() { var sF...

Google Docs API list of documents and two folders with same name

I use PHP to get a list of folders, and then documents from Google Docs (two API requests). Getting a list of the folders, I can get their folderID, which is fine. However, when getting a list of documents, it returns categories, and these only contain the name of the folder. My problem exists because I have two folders with the same ...

Problem in Google Visualization Chart Api

Hi Guys I am using GWT If You look at my code , When I click on Hide button it clear the pieFlowPanel Panel but when I click on Show button it does not show my PieChart final Panel panel = RootPanel.get(); final FlowPanel pieFlowPanel = new FlowPanel(); final Runnable onLoadCallback = new Runnable() { public voi...

google image search: search similar images

Hi, I want to write a mobile app which takes a picture and searches google images for similar pictures and then displays the results. However, with google image search I can only search for text strings, and with the search API it seems there's no possibility to search for similar pictures; this feature seems to be available only throu...

Can't Pull Request Token from Google Data API via OAuth/Python

I'm a true n00b (amateur, learning Python for fun), so as a programming exercise (to test my newfound knowledge of OAuth and App Engine), I adapted Mike Knapp's OAuth on App Engine code and was able to successfully get a request token and exchange it for an access token from Twitter. However, when I attempted to do the same for Google's...

Google Checkout API - Connect order with notification?

Using the Google Checkout XML API, is it possible to connect an order you send to Google Checkout to an order Google Checkout notifies you about? Right now, I can send an order to Google Checkout, and I can get notifications from Google that an order went through. But I don't see how to connect the two. I need this to connect orders to ...