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
3
votes
0 answers

How to automatically configure HTTP referrers in Google API console for web hosting for firebase preview channel hosting?

Whenever I deploy a website in Firebase hosting, first I run them in firebase preview channel with the preview channel name as alpha The command for deploying to preview channel is firebase hosting:channel:deploy alpha The issue with this is that…
3
votes
2 answers

Google API Console - Reuse deleted project ID

I have accidentally deleted my project at Google API Console and when I try to recreate it, It doesn't give me it's previous ID and attaches unwanted numbers at the end of it. Is there any way to get that ID back?
Debect63
  • 53
  • 5
3
votes
2 answers

Google project not visible in Developers Console

I have created a Google project some time ago. The application can be found in appengine.google.com (and I can run it like this: [my-app-id].appspot.com) But I can not find it in https://console.developers.google.com/project I even tried to access…
3
votes
2 answers

Google Cloud Console - This client ID is globally unique and is already in use

I have a very frustrating problem! We created a project on google cloud console and generated an android client id using our package-name and sha-1 but then we had to delete this project because it was created using a personal gmail account and we…
rushmore
  • 147
  • 1
  • 8
3
votes
2 answers

App Engine and Google Game Services clientId collision

I am going to try to make this question more concise and understandable than my original post. I have an android app where I want to use Google Game Services to record achievements and leader board information and App Engine to store user data and…
3
votes
0 answers

Accessing Google Cloud Store from Google App Engine

I am trying to access Google Cloud Storage from my Google App Engine Java App: GcsService gcsService = GcsServiceFactory.createGcsService(RetryParams.getDefaultInstance()); GcsFilename writableFilename = new GcsFilename(Constants.CONTENT_BUCKET,…
Martin
  • 103
  • 6
3
votes
3 answers

How can i see Google Mirror API at Google APIs console

I followed this article: https://developers.google.com/glass/quickstart/java and try to create a Google APIs Console Project. But in Services tab I don't see Google Mirror API to enable it!
2
votes
1 answer

How to verify the domain when integrating google sign In in Mobile App?

I do have one app which uses google Sign In. On the google API console under OAuth Consent Screen, I have updated my app logo and because of it, It started showing a warning to get the app verified. Now under Authorized domains I can see something…
Vir Rajpurohit
  • 1,869
  • 1
  • 10
  • 23
2
votes
1 answer

Google Sign-in OAuth, backend server authentication and tokens daily limit

I have a game app that is going to be released on Google Play in 2-3 weeks that uses Google sign-in to authenticate users. So, I created a web client ID, linked the project and set up the login environment. I use Google API from client, get tokenID…
2
votes
3 answers

Can I use two google-services json files from different google projects?

I have two google accounts, first is for Notifications and second is for Google sign in. For implementing this two services I should add two configuration files in my android application, but i can't do that because google does not support that. I…
2
votes
1 answer

The caller doesnot have permission error while logging in to google api console

I'm trying to log in to the Google API console. But I'm getting the error as shown in the below image. Please help me to solve this.
shree
  • 35
  • 11
2
votes
2 answers

How to bulk update "Authorized JavaScript Origins" in Google API Console?

Currently, I have been tasked to utilize the Google People API to ask for a user's basic Google information along with their public phone numbers. So far the results have been positive. The solution my team and I have incorporated the Google People…
bbird40
  • 301
  • 1
  • 2
  • 9
2
votes
0 answers

ipRefererBlocked error when my api key's IP configuration matches server ip for the request

I recently made a change to the IP address listed under my server key, because I now have a new server. Now however I still keep getting an ipRefererBlocked error as if the new ip is not listed in the server key via api console. Is this just a…
Dante Cullari
  • 769
  • 13
  • 21
2
votes
0 answers

Retrieve "Remaining Quota" for Youtube API V3 programmatically

The Youtube API implements a quota system to limit the number of api calls. The remaining Quota can be viewed via the Google API Console. I like to retrieve the remaining quota programmatically for display in Android. How do I go about doing this?
Angel Koh
  • 12,479
  • 7
  • 64
  • 91
2
votes
1 answer

Drive Api auth suddenly fails

My Android apps were up and running for half a year and over one year. One can cast movies from Google Drive to the Chromecast the other can stream music from Google Drive to the device. Since about two days this: Drive.files().listFiles() throws…