Questions tagged [google-console-developer]

Google Cloud Platform / Google Developer console lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.

Google Cloud Platform / Google Developer console lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.

In order to access Google APIs and services programmatically developer must first register there project / application on Google Developer console.

Google Developer console

212 questions
6
votes
10 answers

Credentials in Google developer console not loading

https://console.developers.google.com/project/*/apiui/credential The credentials panel on repeatedly clicking also does not load ( keeps loading ) I need to access the Oauth 2.0 and I am unable to because nothing is being displayed. I have done the…
5
votes
0 answers

Your APK should include custom drawables assets for common tablet screen densities

Google Console says that my app isn't optimized for Tablets Design your app for tablets Your Production APK needs to meet the following criteria: Your APK should include custom drawables assets for common tablet screen densities I my res folder…
user25
  • 2,873
  • 2
  • 30
  • 66
5
votes
2 answers

adding sha1 in firebase app fails with error

I am migrating my project from Digits to Firebase. In this process, I need to create an app in Firebase and add SHA-1 of the release build. When I trying to add SHA-1, it gives the following error: An error occurred when attempting to modify an…
5
votes
1 answer

Publishing Google Hangouts App

I followed the following steps: Verify your account at Chrome Web Store by going to Chrome Web Store Developer Dashboard and clicking the "Pay this fee now" link. Fill in the fields in the Google Developers Console by following the instructions at…
4
votes
1 answer

YouTube Data API Error. (403) Access Not Configured. Quota limit issue

We got the request from google to submit YouTube API Audit form and we have submitted with all information but it seems our Console project with YouTube Data API still not activated properly because of status display "Active" but the daily quota is…
RJParikh
  • 4,096
  • 1
  • 19
  • 36
4
votes
0 answers

This release is not compliant with the Google Play 64-bit requirement

My native android app gets rejected from the google play console due to the 64-bit requirement, even though it contains 64bit libraries. I followed the steps on https://developer.android.com/distribute/best-practices/develop/64-bit by checking…
4
votes
0 answers

checking all the available Countries for my App

I have developed an app and I am not sure, if a specific app is visible for a specific country in google play. I have specified a specific country, but it looks like, that that country can't see the app. To check this, I use a common VPN Client that…
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
4
votes
2 answers

Google Maps API HTTP Restrictions: how to use wildcards?

Based on documentation here I added http restrictions using wildcards like so: https://*.mydomain.com https://*.mydomain.com/* This should cover all paths for all subdomains, but I receive RefererNotAllowedMapError error when I try to use…
Carl
  • 5,569
  • 6
  • 39
  • 74
4
votes
1 answer

Play Console Error 403 after accepting invite

I got invitation to publish android app for a team. I am not able to join another developer's group as it leads to 403 error page when I click accept from the invitation. Does having an own developer account not make you join another google…
papyrus
  • 41
  • 2
4
votes
2 answers

Couldn't find NBU Payments API in Google Developers console

I am trying to integrate Google Pay in my website using OminChannel method. the official documentation mentions To open the Google API Library, from the Navigation menu, select APIs & Services > Library. Search for "NBU Payments API". Select the…
DineshKumar
  • 487
  • 3
  • 12
4
votes
2 answers

How to fix "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." error in google console publish app

I want to publish an app. this error always pop "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." i already provide keys for the app bundle. I tried to watch a video tutorial for App bundle. Image Error
Count
  • 45
  • 4
4
votes
0 answers

Can not edit automatically created "G Suite Marketplace Integration Client" OAuth 2.0 client IDs

I created a project in google console. Filled out the OAuth consent screen form. Set application type as internal. Enabled "Google Drive API" and filled out the Drive UI Integration form. Enabled "G Suite Marketplace SDK" and filled out the…
4
votes
4 answers

Different Package Name in Google Play Beta Testing

I already deployed my production app with this package name com.companyname.appandroid. Now I want my developing and QA app in Beta Releasing be recognized with more suffix like com.companyname.appandroid.qa and com.companyname.appandroid.dev. How…
4
votes
2 answers

Daily Limit for Unauthenticated Use Exceeded Google Api Calendar

I'm testing a sample code. It has always worked but suddenly i get: { "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use…
Valerio Marzulli
  • 905
  • 1
  • 8
  • 13
4
votes
0 answers

In Google sign how to change the uri?

How to change the url using google developer console shown in the screen below? I have a requirement where I need to change the url under the heading "Signing in will redirect you to". I am unable to find any option on google consent screen. Any…
A_G
  • 2,260
  • 3
  • 23
  • 56
1
2
3
14 15