Google offers a variety of APIs, mostly web APIs for web developers. The APIs are based on popular Google consumer products, including Google Maps, Google Earth, AdSense, Adwords, Google Apps and YouTube.

learn more… | top users | synonyms (2)

1
vote
1answer
15 views

Portable class library for Google Drive Api namespace referencing

I am developing a Windows Phone application which needs to read google docs spreadsheets and came to a problem on the first stemp. According to the accepted answer on this and this topics I have ...
0
votes
0answers
12 views

Add map in web page

I have multiple shape files of my country, its states and cities. I want them to display in map i.e. First layer is country, then states-layer and then cities layer. I only know that to do this, first ...
0
votes
1answer
11 views

Paginating over travel destinations in Freebase

I am trying to fetch all travel destinations from Freebase API. According to the documentation I am using cursor and limit parameters. I start with cursor at 0 and limit 100, I then add 100 to the ...
0
votes
0answers
10 views

How to draw continuous charts with gwt-visualization

I'm using gwt-visualization to display some Google Charts. Everything works fine except that I can't set up a continuous X-axis for my column chart. From my understanding, I only need to define the ...
0
votes
0answers
9 views

Google apps: tracking user email or name changes

I'm working on application, which uses google apps API. In my application google domain's admin can add users from domain and do some manipulation with them. This parts works well. But google apps ...
0
votes
0answers
9 views

Use Google Custom Search API in VB.NET

I'm a beginner in this field. I want to know how I can use new Google Custom Search API (https://developers.google.com/custom-search/v1/overview) in a VB.NET project, if it is possible. I've found a ...
0
votes
0answers
11 views

iOS App using Google API / OAuth2 — Asking for permission again and again

Question in short: How can I prevent the Permission/Consent/Approval screen, following Google's Login-Dialog, from showing up every time? Similar questions can be found here, like this one Link, ...
-4
votes
1answer
34 views

Usage of the Google Search API

Is there any API which i can use in a WPF application to search Google? The thing is: Currently my team is searching for few files in Google and they do this alot, so I would like to build an ...
0
votes
1answer
16 views

“Can't create reliable connection to server” error while signin using google plus

I am developing an application in which i want sign in using google plus. I have follow the steps from https://developers.google.com/+/mobile/android/sign-in But when i try to sign in to google ...
0
votes
0answers
15 views

Determine Whether User is Group Member

Background Our corporate users have a Google Apps account. We would like to allow them (and only them) to log in to an extranet using the Google account. Ideally we would also like to manage ...
0
votes
0answers
6 views

Google API: Moving from Simple API Key to OAuth

From the Android API console I just created an OAuth API access client id. I am currently using a Simple API browser key for use with GCM / YouTube API. How do I switch from a simple api browser key ...
0
votes
0answers
27 views

Using Google+ API for login in Android app

I'm trying to use Google+ API for login in my Android app. I already enabled the API for my account but now I'm facing problem with initializing the PlusClient. I'm following this directions ...
0
votes
0answers
10 views

Google Calendar API: TimeZone not taken into account by google server?

I am playing around with the google calendar programmatic interface at: https://developers.google.com/google-apps/calendar/v3/reference/events/insert#try-it When I execute the following request I ...
0
votes
1answer
19 views

Google Calendar v3 Java API: Insert event

I am trying to insert an event into a google calendar via the java API: CalendarTest I would like to run: new Calendar.Events.Insert(calendarId, content).execute(); except that the constructor is ...
1
vote
0answers
16 views

Google Adwords API 404 Status

I am using google adwords api to get all accounts, I am getting The request failed with HTTP status 404: Not Found., on this line : ManagedCustomerPage page = managedCustomerService.get(selector); ...
0
votes
1answer
33 views

What is the current way to access user's photos via Google Plus api?

In a Rails 3.2 app I'm need to allow users to access their Google Plus albums and photos. After a lot of searching, I'm very confused as to what is the currently accepted best practice to do this ...
0
votes
1answer
17 views

DotNetOpenAuth Google API Offline Access

I've spent some time over the last few days trying to implement a feature for my web application. The feature should add new events to a users google calendar while they are offline. I read the ...
0
votes
2answers
20 views

Google Blogger API - cannot create a post

I am using Google Blogger API to create posts programmatically in a blog I created. I am using the code below to try and create a new post but it keeps giving me the error: *Execution of request ...
0
votes
0answers
12 views

Google iOS API thumbnailURL: is not working

I'm using Google API for my iOS app, and I have this code [shareBuilder setURLToShare:[NSURL URLWithString:@"https://facebook.com/Uncollectible"]]; that works well and embeds the url to my post ...
0
votes
1answer
33 views

Refresh token and Access token in facebook API

When we do oauth2 on google api, we get an access token and a refresh token. Suppose I'm writing a service and I want to periodically poll for changes I can just use refresh token to get fresh access ...
0
votes
0answers
8 views

Web request to 'https://accounts.google.com/o/oauth2/token' failed. No connection could be …target machine actively refused it 173.194.70.84:443

I am building application to fetch data via google analytics. For that purpose i have created Service account information from google API console and in my .net webform appliation successfully able to ...
0
votes
0answers
10 views

google.elements.newsShow display Time not working

I am trying to use google newsShow api to display news in a html app. Here is the code <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" ...
0
votes
0answers
17 views

Google Contacts API for desktop applications in Windows ( using REST API / c++)

when writing PC apps where I am reading contacts from my gmail account. Is it really the way that I first need to get the authorization code, then copy it from browser window manually to my ...
0
votes
1answer
10 views

php curl for Google api not working but file_get_contents does

i am trying to do this $url = "https://ajax.googleapis.com/ajax/services/search/web?v=1.0&" . "q=Paris%20Hilton&userip=$_SERVER[SERVER_ADDR]"; // sendRequest // note how referer is set ...
0
votes
0answers
4 views

Google Analytics API through cross account access

I'm having an issue getting data from my analytics account into a google spreadsheet. I'm going through a developers guide to accomplish this. This is my first Google API project, so my knowledge is ...
-5
votes
0answers
17 views

IF, Else with function

How to create an if logic in this code: function createCustomHTMLContent(flagURL, totalGold, totalSilver, totalBronze) { return '<div style="padding:5px 5px 5px 5px;">' + '<img ...
1
vote
1answer
25 views

Freebase Google data dumps searching for all films

I am trying to work with Freebase data dumps. I try to get only the films Ids by searching the predicates that starts with "film.film". But like that I got alot of unrelated items. this is a ...
-1
votes
0answers
23 views

How to use Google or Bing Image API? [closed]

I am trying to use either Google Image API or Bing API to return the first 5 images of a query. For example, if I type in "dog" as a search parameter, I would get back something like this as an ...
0
votes
1answer
16 views

Cannot dynamically update UI Grid Class Google Apps Script

I've been trying to get my UIAPP grid to dynamically add objects based on a button insert button but cannot seem to do so. I don't know why this isn't working. Any help would be greatly appreciated. ...
0
votes
2answers
34 views

Update Date or Send Email when a Specific Range is Edited

How do I tell cell C2 to set the date when cells A2 or B2 have been updated? Further, how do I trigger the sending of my email function when A2 or B2 have been updated? My issue is that onEdit fires ...
0
votes
1answer
41 views

Set Google Plus sign in button type

I have a Google+ sign in button on my site and I can't figure out how to set its style to one of the predefined styles on the Google+ branding guide page. ...
0
votes
1answer
25 views

Issue with Google Contacts API

I'm running an issue with gwt-oauth and Google contacts API. I use gwt-oauth to login and everything works fine. While running the RPC for retrieving the contacts I get WARNING: Authentication ...
0
votes
0answers
13 views

How to store Google Search result(**using Google search api**) in DB

I have one application in which i want to add one google search box which would display the searched results so the user can mark any of the results and click on sve button which would save the Link ...
3
votes
0answers
53 views
+200

way to access user's Google Finance portfolio?

I noticed that Google removed the Finance API for Google App Engine. All I want is a list of stock tickers that they have in their Google Finance portfolio. Is there any way to still pull this data ...
0
votes
1answer
31 views

Google FreeBase Api - problems with querying

I am trying to query the google freebase Api. this is the query I want: http://www.freebase.com/query?autorun=1&q=%22id%22:%22/m/0bth54%22,%22/film/film/imdb_id%22:[] and when I try to search the ...
0
votes
1answer
40 views

how do i display google analytics reports or realtime report on my website page?

is that possible to display google analytics reports or realtime report on my website page? i have created google analytics api and tested on the localhost and it is working and redirect url which i ...
0
votes
0answers
19 views

Questions to allow Google Federated Login for a specific domain?

I am new to OpenID and have been requested to build a login system to work with the company's Google account. They want to restrict logins to users of their domain. They login into Gmail using their ...
0
votes
1answer
45 views

Updating Android App - Maps Problems

I need to update an Android app that was developed by someone else. Update by itself is simple, it's simple changes to XML layouts. So I have a following plan: update an app (done) test it on ...
0
votes
1answer
26 views

How do I get user profile using Google Access Token

i'm testing getting user information by google access token http://www.mawk3y.net/glogin after clicking sign in button i get redirected to ...
1
vote
1answer
42 views

Google Drive API & Google Realtime API - Can I place a realtime file in the app folder?

Using the Google Drive API and Google Realtime API (via JavaScript): I can create a realtime file without providing a parent. However when I attempt to set the parent as "appdata" I receive this ...
0
votes
1answer
37 views

Google map v2 api not tracking user location

For some reason my mapfragment wont show the user location anymore? Map tiles are still displayed but its not displaying current location?? public class MyTask extends AsyncTask<Void, ...
1
vote
1answer
38 views

Google Api FreeBase data dumps parsing using c#

I want to search the google Api freebase. I want to get general amount of data. For example all Ids of songs, or films. I downloaded the data dumps gz file. I wonder what will be the best solution of ...
0
votes
1answer
53 views

NoSuchMethodError : google common ImmutableSet.copyOf(..)

I upgraded my Google app Engine app from 1.7. to 1.8. + Java 7 and i leveled up all API libraries to be up-to-date. I am getting strange exceptions during app inicialization in GAE container : ...
1
vote
0answers
19 views

Google maps/places API search by phone

We have a signup page where the user enters his business phone number. We want to find his business information from the phone number for verification. How can this be done with Google places/maps ...
0
votes
1answer
24 views

how to get suspended user status from google api using oauth

I am looking for a way to get from any google apis a list of not-suspended users in an organization, using oath authorization. google profile api has oauth, but the user list returned does not ...
2
votes
0answers
65 views

Get Google Search Images using php

Search on Google images with car keyword & get car images. I found two links to implement like this, PHP class to retrieve multiple images from Google using curl multi handler Google image ...
0
votes
1answer
40 views

Getting Access Token in Google+ using Google+ API

I am creating an desktop application that uses google+ API, to get the profile information. I used this sample .It has certain limitations. 1.It uses the default browser for logging in(using ...
0
votes
0answers
20 views

Google Barchart API show label on top of each bar

I have a page which i'm using Google barchart api however i can't figure out how to show the percent labels on top of each bar. Any help would be great thank you. The goal is to show a percent of ...
0
votes
1answer
47 views

YouTube api v3 debug oauth2 access token

I get an oauth2 access token using the following scopes from the user. scope: ["https://www.googleapis.com/auth/youtube"] Then i proceed to use this token for calls to the youtube v3 api. These ...
0
votes
0answers
27 views

How to eliminate manual authentication in YouTube Oauth2

I have a console app that pulls video view counts data using the YouTube V3 API. I am using Oauth 2 for authentication . How do I specific in code that the Authorization ...

1 2 3 4 5 52