Questions tagged [google-developers-console]

Before you can integrate Google APIs into your application, you must have a Google Developers Console project.

In order to access any of the Google APIs you must have a project to identify you.

Projects are created on Google developer console website.

796 questions
6
votes
3 answers

can we update signed APK after signed app bundle on Google play store

I want to update my app on google play store but now I want to upload APK not app-bundle(first time I upload app-bundle(.aab)). is it possible?
6
votes
5 answers

The number of downloads in firebase is 30x different from the google console

I have an app in Google Play and firebase analytics on it. I'm trying to track ad sources. And I can't understand where is the right count of downloads, because Google Play Console shows 150 installations, Firebase shows 3000 "first_open" events. I…
6
votes
4 answers

Android google map blank

1) Created new project. 2) Selected google map created. 3) Debug google_maps_api.xml steps…
Thamays
  • 2,978
  • 26
  • 31
6
votes
1 answer

Access Not Configured. +1 API

I'm trying to get shares counts from Google+ using the Google+ API and catch only error: Access Not Configured. +1 API has not been used in project 383866521277 before or it is disabled. Enable it by visiting…
Andrzej Moroz
  • 548
  • 1
  • 7
  • 19
6
votes
1 answer

Is it possible to reload a single Javascript file using Chrome Developer tools?

In many cases, I make some small changes to a JavaScript file, to see the result I have to reload the whole page. Changes made in chrome's developer tool in "Source" tab do not save in file system. So, is it possible to reload single JavaScript file…
saravanabawa
  • 1,607
  • 1
  • 16
  • 23
6
votes
3 answers

Android App Statistics: What does 'Others' mean under 'Total Installs by User' metric?

In 'Google Play Developer Console', Under 'Statistics' tab, I chose 'Total installs by user' from the dropdown. In the bottom pane, i chose 'Device' to view 'TOTAL INSTALLS BY USER BY DEVICE'. In the results, I see 'Others' as a category accounting…
Janaaaa
  • 1,346
  • 1
  • 16
  • 34
5
votes
0 answers

Email address for Chrome Web Store developer account

Google states: You must provide a developer email when you create your developer account; here are some tips about which email to use: Because you will receive important emails about your extension or you may want to delete one of your accounts, we…
5
votes
3 answers

Google OAuth2 integration Error 400: redirect_uri_mismatch

I'm getting this error Error 400: redirect_uri_mismatch even after giving the proper redirect uri. You can check the images below for the reference. It works for my localhost but it shows this error for my server. My domain looks like…
5
votes
2 answers

Service Account does not have storage.objects.get access to the Google Cloud Storage object

I have set up a new Firestore environment, and when attempting to upload and then read data from storage via cloud functions, I get the following error: project_id@appspot.gserviceaccount.com does not have storage.objects.get access to the Google…
5
votes
1 answer

How to add new scopes in Google Console?

I create new service account to use Google API and Oauth 2.0 in my web app. I need to add these scopes in Google…
Kirill
  • 1,412
  • 4
  • 21
  • 45
5
votes
0 answers

Unable to verify ID for Google Developer account

There is not possible to verify ID during enrolling to Google Developer Account. I got rejects on all new partner's accounts. Moreover, old accounts that have successfully passed verification earlier when updating the application also receive a…
5
votes
0 answers

Updating firebase key name in developer console

I'm setting up Firebase for my app for the first time. I followed the instructions and noticed that three API keys as well as one OAuth 2.0 Client ID were created in the developer console. The API Keys: Android key (auto created by Google…
5
votes
2 answers

Limit OAuth 2.0 client IDs for a google api project

I have created 36 OAuth client id for my project. But now when I create new OAuth client id it gives me an error saying This project has reached its maximum number of OAuth clients. To create another, first remove an existing one. Whereas I…
Ved
  • 1,035
  • 14
  • 28
5
votes
0 answers

Changing product logo URL in google oauth consent screen after verification process is not allowed

Our app underwent the google review process recently. We received a confirmation that the app has been approved and if we need to change it we'll have to undergo the review process again. We tried to change the product logo URL after it was…
Dilip
  • 1,122
  • 11
  • 31
5
votes
2 answers

How to delete firebase-demo-project from google developer console

I know this question have been answered here on stack overflow, but in my case, I have a project in my google developer console named "firebase-demo-project". In this same console, I cannot delete the project : it seems I don't have de right…
baraber
  • 3,296
  • 27
  • 46