Top "Google-api" questions

Use for questions about various Google APIs.

Where can I get Google developer key

I am working on Google API like chat, contacts and so on... I am stuck on developer_key as mentioned …

google-api google-oauth google-apps google-data-api
How can I access Google Sheet spreadsheets only with Javascript?

I want to access Google Spreadsheets using JavaScript only (no .NET, C#, Java, etc.) I came here and was shocked …

javascript google-api google-sheets-api google-data-api google-api-js-client
How to refresh token with Google API client?

I've been playing around with the Google Analytics API (V3) and have run into som errors. Firstly, everything is set …

php google-api oauth-2.0 access-token google-analytics-api
This IP, site or mobile application is not authorized to use this API key

I am using https://maps.googleapis.com/maps/api/geocode/json? link with server key and user IP to find …

google-api google-places-api
OAuth2 and Google API: access token expiration time?

We have a standalone Java application (see "Installed application") which runs periodically and uses Google API (updates some information from …

security google-api oauth-2.0 google-api-java-client google-oauth
Getting Google+ profile picture url with user_id

I know that lots of social network APIs provide a way to construct a url to the profile picture of …

google-api google-plus
Is there a Google Keep API?

Is there a API for Google Keep? I want to make a windows 8 app for Google Keep, so that it …

google-api google-drive-api google-keep
How do I access (read, write) Google Sheets spreadsheets with Python?

I am wondering if you can point me to an example of reading/writing to/from a google doc/spreadsheet …

python google-sheets google-api google-api-python-client google-sheets-api
Why do access tokens expire?

I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given …

oauth oauth-2.0 google-api google-oauth
How to use Google Translate API in my Java application?

If I pass a string (either in English or Arabic) as an input to the Google Translate API, it should …

java api google-api google-translate