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
4
votes
1 answer

Export all stack traces from Google Developer Console

Google Developer console allows to export crash report by some period of time as *.csv file. This file may be even accessed by gsutil, but this file do not contain full stack traces - only links to pages on which stacktrace is printed. Something…
Art
  • 903
  • 9
  • 20
4
votes
2 answers

Google Developers Console - Duplicate Fingerprint

I have 2 projects that were in the hands of another team, I was trying to create a OAuth 2.0 client ID for Android and it fails because probably someone already created it in another Google Console Project. It's impossible to contact the previous…
4
votes
0 answers

not able to get client secret id from console.developers.google.com for ios

Not able to get client secret id from console.developers.google.com for iOS. Its not providing client secret id. Any suggestion for [_googleOAuth authorizeUserWithClienID:@"clientid" andClientSecret:@"secretid" …
Aklesh Rathaur
  • 1,837
  • 18
  • 19
4
votes
0 answers

Confused about GoogleApiClient argument: clientId

mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this, 0 /* clientId */, this) .addApi(Places.GEO_DATA_API) .build(); I am a little bit confused about the clientId here. I went to the…
3
votes
0 answers

Service worker registeration failed when indexed in google search console

While indexing react web app on google console google bot is showing this error: Whoops. Service worker registration failed, error: Error: Rejected at ServiceWorkerContainer.wrsParams.serviceWorkers.navigator.serviceWorker.register…
Always_a_learner
  • 4,585
  • 13
  • 63
  • 112
3
votes
0 answers

Google play developer account payment not working

I'm trying to create a google play developer account, but at the first step of the payment, it won't work. I already added my credit card to my Google account : But when I click on Continue to payment button, I don't see anything, when I checked…
3
votes
1 answer

Why is my app shown as beta even if totally released?

••••• Solved ••••• The app is available. It just took some time to appear. The reason why I saw it as beta is because my Google account was used for alpha tests. If you have the same problem, just delete your account from the testers and wait some…
3
votes
2 answers

How do I sign my app bundle for Google play?

I am new to Android development, I just created a free little app that I would like to publish on the Google Play Store. I already uploaded my app bundle to the developer console, but I lack the signing process. I think the missing step is, from…
A. N. Other
  • 409
  • 4
  • 14
3
votes
2 answers

How to change App icon on the Play Market's page

I have a problem with Google Play. I can't change the app logo which showed in the Play Market's page of my app. What did I do: 1) I changed the icon in the Google Play console (high definition icon 512x512); 2) I removed old instances of an old…
mvp
  • 33
  • 1
  • 4
3
votes
1 answer

Google Cloud Platform service has been disabled

I am attempting an Exchange to Gmail conversion. First steps are to open developer and then create a service project. I get a Google Cloud Platform service has been disabled error right away. The Cloud Platform is enabled on my system, and Google…
David Moss
  • 31
  • 3
3
votes
2 answers

How can I edit existing Authorized redirect uri in google console?

I created an oAuth key for my laravel site for google login. I successfully implemented this in local. But when I migrated my site to live I got this error: 400. That’s an error. Error: redirect_uri_mismatch Request Details …
P S
  • 435
  • 1
  • 8
  • 26
3
votes
2 answers

How to narrow down the auth/drive scope for a google apps script?

I've built a google apps script web application. For Google Drive related features the application requires auth/drive.install (to integrate with Drive UI) and auth/drive.file (to store some data associated with a file in the related file…
3
votes
2 answers

Android: Push Notification configuration in Google developer console

I am trying push notifications in Google Developer Console. Now the Google developer console is completely updated. Previosly I did: Register our application in Google console. Go to the API, enable Google Cloud Messaging for Android Go to…
2
votes
1 answer

I got this error when google play testing my app

my app created by react native , when Im uploaded it to google play console for an alpha test , the console show me this error : java.lang.SecurityException: GoogleCertificatesRslt: debug cert rejected repeated 300 time I don't understand what…
2
votes
1 answer

Google OAuth Consent Screen Mobile App Verification

Trying to get my consent screen verified, as my iOS mobile app uses YouTube's API to get their YouTube subscriptions (this falls under the 'sensitive' scope, not 'restricted'). Info on it can be found here ->…
1 2
3
14 15