Questions tagged [google-api-console]

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the Google APIs that are used by a project.

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the that are used by a project.

97 questions
2
votes
0 answers

How to manage Google Developer Console registration for a multi-instance architecture?

We have an application that we deploy on separate instances to each of our customers in a multi-instance architecture. We are developing a feature that will utilize the YouTube Data v3 API on the server, for which we need a server API key to access…
2
votes
0 answers

googleplus integration for Android

Am trying to integrate google plus on existing android app . Have created google api console project at https://code.google.com/apis/console/ .Now as this link says https://developers.google.com/+/quickstart/android we need to "Create an OAuth 2.0…
Basavaraj Hampali
  • 3,905
  • 1
  • 19
  • 22
2
votes
2 answers

Like video with access token on YouTube using YouTube Data API v3?

I want to like video of YouTube. I have acquired AUTH_TOKEN using AccountManager using the following am.getAuthToken(mAccount, AUTH_TOKEN_TYPE, null, this, new AccountManagerCallback() { public void run(AccountManagerFuture
2
votes
3 answers

Mule 3.5 - Google OAuth2 Example

I'm trying to connect Mule 3.5 to the Google API (Tasks, Calender etc) but I'm having all sorts of problems with the OAuth2 authentication. Could anybody give me an example .xml file of a Mule project with a working Google OAuth2 Example (and maybe…
2
votes
1 answer

Google APIs Console: Error Creating OAuth 2.0 Client ID

I am trying to use the Google APIs Console to create an OAuth 2.0 Client ID as a Service Account. This ID will be used to query my Google Analytics data through the Analytics API. However, when I attempt to create the Client ID, the APIs Console…
2
votes
2 answers

Can't connect to Google Maps Api Android V2

I created a small Android Map project and everything went fine until I move with my workspace to another computer. The google map is not visible and the logcat output has the following line: 07-24 16:15:24.261: E/Google Maps Android API(21868):…
2
votes
1 answer

How to add a Google Apps Script web app as a client in Google API console

I have an app that consists of two parts an installed application (more specifically: a browser add-on) that runs on the user's machine, and a web app implemented as a stand-alone Google Apps Script app using HtmlService. The two parts talk to…
robamler
  • 179
  • 1
  • 8
2
votes
2 answers

API Console for Maps For Businesses

Is there a way to use the API Console instead of the Enterprise portal of Google Maps for Business to check my quotas and billable limits? I created a project with the same account i use to enter the enterprise portal but im not sure they are both…
2
votes
1 answer

Adding client id to appengine backend for android

I have created a simple app-engine endpoints api. Now I need to add the client_id and audience information for the android frontend. Following the links, I ended up at Configuring Your Web App Backend to Recognize Your Android Client. But step 2.a…
2
votes
1 answer

API for google apis console?

Is there any way how to access https://code.google.com/apis/console with any kind of api? I need to access it with python and add subdomains to oauth2 callbacks dynamically, thanks.
Visgean Skeloru
  • 2,237
  • 1
  • 24
  • 33
1
vote
0 answers

Why am i getting instead of numbers/strs

Working with search console api, made it through the basics. Now i'm stuck on splitting and arranging the data: When trying to split, i'm getting a NaN, nothing i try works. 46 ((174.0, 3753.0, 0.04636290967226219, 7.816147... 47 ((93.0,…
1
vote
1 answer

403: Quota Error: User Rate Limit Exceeded witht Batch Request

I'm getting the error code "403: Quota Error: User Rate Limit Exceeded" with batch requests to the Google Analytics Management API (v3) pointing to management views (profiles): patch. I'm aware of quota limits from the docs, which suggest that I hit…
1
vote
0 answers

Google Service Account: androidpublisher Insufficient permissions to perform the requested operation

I know this question has been asked for several times here but none of the solution worked for me. Following are the steps I followed to create a service account: Logged in to Google Play Console account. Then navigated to Settings > API Access…
1
vote
2 answers

How to restrict a Google API key to a single service?

I've made a project in Google API Console. The project uses 2 services: YouTube Data API and Google Maps JavaScript API. The first service is server-to-server so an API key is not exposed. The second service is client-to-server so an API key is…
Finesse
  • 9,793
  • 7
  • 62
  • 92
1
vote
1 answer

OAuth2.0 credential already exists in some project, can't change packageId or keystore

I work in a android gaming company. I am trying to integrate one of our apps with Google Play Game Services. I created the game in Google Play Developer Console and enabled the Game Services API through Google API Console of the app. Both the app…