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
130
votes
22 answers

Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)

In manifest not added android.permission.READ_PHONE_STATE. permission. Why error comes when I upload a new apk version error comes below. Your app has an apk with version code 1 that requests the following permission(s):…
103
votes
10 answers

How to delete Project from Google Developers Console

Seems like Google services are increasingly harder to manage. Now i want to delete a project ID that was previously created in another test account. Assuming that I could recreate it in another account. The main reason for this is that the Google+…
65
votes
6 answers

How to change Google consent screen email?

I created new Google Play game and would like to change the email displayed on Google Consent Screen. Google Developers Console screen has a dropdown to choose email, but just one - admin's email - is here. I've added another user as the owner, but…
LA_
  • 19,823
  • 58
  • 172
  • 308
61
votes
5 answers

What is "We’ve detected that your app is using an old version of the Google Play developer API" warning in Google Developer Console?

We do not use any Google Play Developer APIs explicitly, yet we are receiving the following warning: Is this related to https://developer.android.com/google/play/billing/billing_library_releases_notes ? We are currently using Google Play Billing…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
58
votes
16 answers

Android Emulator stuck loading screen on M1 mac/ Apple Silicon

I had downloaded Android Studio on my M1 MacBook air but I can't run the emulator and it just gives me an error. I search Android Studio requirements for mac and it says that it requires mac os 10.10 or higher and a minimum of 2 GB disk space and…
45
votes
5 answers

Getting 'No active admin' SecurityException in Android 10 - how to resolve?

I am encountering an error in the pre-launch report on the Google Play Console during testing. The error message is as follows: java.lang.SecurityException: No active admin…
39
votes
3 answers

Google Play Developer Console: App stuck in "Processing Update"

I'm trying to update version 20 of my app. Usually it takes no more than 2 hours for the update to go live. However, I have been waiting 36 hours. Should I resubmit my app?
grantespo
  • 2,233
  • 2
  • 24
  • 62
30
votes
2 answers

Restricting Firebase API Keys

I've been toying around with Firebase, and after reading the documentation (and other SO questions), I'm still confused on some of the API keys. I'm using Firebase for Analytics, Crashlytics, and Performance. But also have it linked to Google Play…
Spark323
  • 1,525
  • 2
  • 16
  • 27
28
votes
5 answers

Access Google spreadsheet API without auth token

I have created Google Spreadsheet, and given edit access to all (can edit even without login). Here is the link. I would like to update this sheet with Google Spreadsheet API. But I am getting error. My requirement is update the sheet thru API even…
27
votes
8 answers

'Token has been expired or revoked' - Google OAuth2 Refresh token gets expired in a few days

I am using Google Analytics API to fetch analytics data. I tried to authenticate it using following steps: Created OAuth client ID in https://console.developers.google.com/ credentials section. In consent screen I had set publishing status as…
24
votes
2 answers

Google Play Android App Internal Testing - Update button not shown to internal testers

I have found the other versions of my question on SO and have already tried to contact Google through their dev support trying both the chat/email options, but have yet to get a straight answer about this. I have an app that is currently using the…
TEEBQNE
  • 6,104
  • 3
  • 20
  • 37
23
votes
2 answers

See which domains use a Google Maps API key?

Is there any way to check which domains/websites use a specific API like "Google Maps Embed API" in console.cloud.google.com? It's a project with multiple keys which don't indicate where they were used. Background: There is a key used on multiple…
21
votes
1 answer

Google Project Not visible in developer console

I was using one google project for GCM service previously. Now I need to enable firebase under the same project, However when I went into the account to update the config. It is not showing the Android apps which I was using previously. There 2 to 3…
17
votes
5 answers

Unpublish app button doesn't work

I couldn't understand why the 'Unpublish app' button in Google's Developer Console isn't available (I can see it, but not press it). It looks as if the link is disabled. Unpublish app Anyone…
15
votes
6 answers

ERROR TypeError: Cannot read property 'length' of undefined

There is an error in this part of my code logo But when I checked the assets folder, gms-logo.png is still there and in angular-cli.json, assets is also there.…
1
2 3
53 54