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
48
votes
6 answers

How to remove Google project from Firebase Console?

I've project on Google Developer Console and I've added this here on Firebase Console. Now I've been forced to use Firebase Analytics instead of Google Analytics. So I want to remove/unlink my project back from firebase console only. If I delete the…
User
  • 4,023
  • 4
  • 37
  • 63
35
votes
3 answers

Google Play console reporting crashes from unreleased applications

I would like to share a situation I am facing analysing the new features at Google Play console and try to find a solution for it. As many of you may already know, Google has released updates at Google Play console and introduced Android vitals. One…
Rafael
  • 1,534
  • 1
  • 12
  • 19
31
votes
2 answers

Internal testing in Google Play doesn't send out emails

I have successfully uploaded my APK to Google Console and set my own email adress as tester for internal testing. But when I Submit the app for internal testing I don't receive any mail. As you can see the email is correct and the APK has been…
tore
  • 619
  • 2
  • 9
  • 23
15
votes
2 answers

Google Cloud Console Language Interface

I have a problem with the language interface of page console.cloud.google.com My language in the account is Vietnamese and English. But now it was changed to this language. I don't know to change it back to English. Can somebody help me with this…
12
votes
2 answers

"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."

I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews But it requires authentication. So I followed the instructions that were linked in the link above. I was able…
10
votes
2 answers

RemoteServiceException Error

I have a lot of abnormal arrests, but I not understand how this is possible, because don't understand the origin of the problem. This is the log of abnormal arrest: android.app.RemoteServiceException: android.app.ActivityThread$H.handleMessage…
10
votes
7 answers

Digital Assets Link link to my website

I have created an instant app. I uploaded it to my Google Console, and I got this error. The www.kochchy.cz website has not been linked to your application through the Digital Assets Link protocol. Link the application site with Digital Assets…
Kochchy
  • 591
  • 1
  • 6
  • 17
10
votes
2 answers

Google cloud free trial billing account closed after 1 week with balance remaining

I signed up for google cloud and recieved 300$ free trial. Recently I wasn't able to ssh into my instance. So I checked the google cloud console and found a message showing you must Enable billing to use further. Now I can't associate my project…
9
votes
3 answers

How to fix a beta error with google console

I did a Release to Production with a mobile game I developed. Everything was successful, I received a notification on google console that the last update was published. I waited a whole day and then I started sending the link to friends and family…
9
votes
2 answers

Google Play Developer Console rejected My Application Update

I am trying to understand and fix why is my App rejected I know it's about SSL, but I can't seem to find which dependency is causing it. I am using the next setup: Android N (24) Fabric. MixPanel. Quickblox. Crashlytics Analytics. Any help would…
8
votes
1 answer

How to update all Youtube videos description in a playlist?

I have created a client_secrets.json file and written all the required fields that I got from Google API's console. Now I have a test playlist which have same description on all the videos in that playlist and I want to update that playlist with…
7
votes
1 answer

How to edit/change SHA1 certificate in Google Play Console?

I want to replace the SHA-1 certificate fingerprint number (A) with the SHA-1 certificate fingerprint number (B) in the Google Play Console. How can I do that or edit/delete the one I want to replace? I already tried to upload a new version build…
6
votes
0 answers

Android UI render time

I got in Android Vital a warning that my UI render time is slow. As they explained in vital page: Frozen UI frames: Percentage of daily sessions during which users experienced more than 0.1% of frames with a render time greater than 700ms. A…
6
votes
1 answer

Gmail watch user inbox, history.getMessagesAdded is not returning the new message

Requirement is to sync mails from Gmail for an user into our CRM. The system in place is based on Google Pub/Sub which watches inbox of the user for any change and fires the notification to our HTTPs endpoint. More on this at Gmail cloud…
6
votes
1 answer

API quota for Gmail REST API and Gmail IMAP using same console app

Gmail IMAP is also moved to Oauth2 authentication. So, we are using same console app for Gmail REST API and Gmail IMAP. My Question : For IMAP and REST API the quota allotted will be shared or each has its own quota? If so can any one share quota…
1
2 3
14 15