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)

0
votes
0answers
2 views

Using Google calendar API in android to retrive feed

I am using the below code to retrieve all the feed from google calendar into my application. try{ URL feedUrl = new ...
0
votes
1answer
8 views

How can I get a list of column names using the google spreadsheet api?

I am using a list based feed to access my spreadsheet in google docs. How can I get a list of the column names/ columnHeaders? I figured out the answer to this myself, but since I couldn't find the ...
0
votes
0answers
7 views

Subscribe new email addresses to Google Enterprise/Education account

First of all, please redirect me to the correct forum if I ask this question at the wrong one. Our group has set up a Google Education account mailing list. My questions: 1. Using API, is there a way ...
0
votes
0answers
10 views

Google Webmaster API wrapper in php

Sorry if this question is already been asked before, but I was not able to find any similar topics or they were too old and are outdated now. I am trying to build a back-end for Google Webmaster ...
0
votes
0answers
5 views

Google Calendar API on add event callback for sync

I am using google-api-php-clientfor fetching and inserting Google Calendar events. Now I want to synchronize events on my system with events on Google Calendar. I am wondering, if I add Event in ...
0
votes
0answers
8 views

Problems with youtube api to get monetized info such impressions, earnings

I'm using Google APIs explorer to figure out how it works. I try to extract some metrics like views, comments, likes, impressions*. For that purpose I'm usigng two scopes: https:// ...
0
votes
1answer
24 views

Replacement of new JacksonFactory to get google credential in Java

I'm trying to authenticate with google-api from a server with the following "old" code: GoogleTokenResponse tokenResponse = new GoogleAuthorizationCodeTokenRequest(TRANSPORT, ...
0
votes
1answer
13 views

OAuth 2.0 to Access Google APIs for Wordpress plugins

I have a Wordpress plugin that will be used to display Youtube videos with YouTube Data API version 3. It will not request private information and will perform only read operations with the list ...
0
votes
0answers
39 views

Unexpected response code 403 for https://www.googleapis.com/games/v1/players/1123xxxxxx11712506520 and other play-services errors

I'm trying to make games API work, with reference to https://github.com/playgameservices/android-samples/blob/master/BaseGameUtils/src/com/google/example/games/basegameutils/BaseGameActivity.java as ...
0
votes
1answer
22 views

Google Apis Client Generator Python Not Running

I'm trying to execute Google APIs Client Generator to build new ADMIN-SDK for Java Language however I'm stuck in the generator, I've tried step by step using python2.6 and python2.7 both had similar ...
0
votes
0answers
14 views

Code needed to page through Google custom search API search results in a .NET WPF application

I have this code: string apiKey = "Key"; string cx = "CX Code"; string query = key; var svc = new Google.Apis.Customsearch.v1.CustomsearchService _(new ...
0
votes
0answers
10 views

Google Calendar API: different functionality depending on calendar?

Our school uses Google Apps for Education. I am attempting to access data on some public calendars using the Google Calendar API. Here are two sample URLs. The first is an API call that accesses a ...
0
votes
1answer
11 views

Youtube API v3 Search own videos by tag

Is it possible to search videos by tags using Youtube API v3 ? I would like to search among my own videos.
0
votes
1answer
26 views

How do I get storage size and used storage in google apps API

I am trying to retrieve the size of users email boxes for my Google apps domain but I am having a hard time finding this in the APIs from Google. Does anyone know where this is? I see that they can ...
0
votes
0answers
12 views

GITKIT signin in issue - Bad request

Its been almost a day searching an answer for a signin issue using gitkit and I'm finally posting a question here. I have had gitkit implemented right and was working flawlessly for almost more than ...
0
votes
1answer
5 views

Using google drive api to duplicate a worksheet

I am tring to copy/duplicate a worksheet using google drive api. Is that possible to do so ? I am not able to find any reference of such a call in API docs. ...
1
vote
1answer
22 views

What APIs can I use to make a speech recognition program for windows and raspberry pi?

I want to make a program that uses speech recognition to do basic commands. I want to develop it and be able to run it in Windows, but eventually I want to be able to run it on a Raspberry Pi, most ...
2
votes
1answer
76 views

import lib google.android.gms “Could not find class” after updating sdk and google-api

I use google-play-services_lib for one project but after upgrading the google api and sdk, I get these errors : 05-21 01:57:55.813: E/dalvikvm(22721): Could not find class ...
-1
votes
0answers
18 views

Check area of GoogleMap API

When I have 4 positions on maps and link bewteen each position which provide the areas like the polycon shape. And I have 1 position in that area. How can I check that, when the position in area is ...
0
votes
1answer
35 views

API access authentication java

I would like to implement an utility to perform background operation with Google APIs (e.g. Calendar API). The utility has no user interface so I need to perform all the authentication flow ...
0
votes
1answer
18 views

Problems Oauth 2 and Google APIs in appmobi

After a lot of work I managed to make a simple Oauth authentication work for Twitter API, however, my intention was to be sure the basics were working to implement a Google APIs authentication. The ...
-2
votes
0answers
21 views

Why isn't this google sample api running?

I can build any of the examples (bloggersample, booksample, etc.) But when I hit run, it doesn't do anything. Do I have to modify the target/build in order for it to work? I'm confused as to why it ...
1
vote
1answer
16 views

Google Freebase API How To Get URL Of Image?

So, I am trying to figure out how to get URL to an image in Freebase database. I want an image of San Francisco. This is how I get the San Francisco topic: ...
1
vote
1answer
22 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
16 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
14 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
1answer
19 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
1answer
13 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
13 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
19 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
42 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
46 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
1answer
20 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
9 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
1answer
50 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
20 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
31 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
23 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
57 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
31 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
25 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
14 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
46 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
21 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
12 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
21 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
28 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
5 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
18 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
34 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 2 3 4 5 52