Used for Google Developers Console
Questions tagged [developer-console]
214 questions
1
vote
0 answers
Can I set an Experiment using the Developer Console API?
I have many, many apps that all contain similar texts, in 30 languages. To do any change, I'm using the Developer Console API.
Since a couple days ago, we decided to run a Store Listing Experiment on many of our apps, in every language. As you may…

Sergi Juanola
- 6,531
- 8
- 56
- 93
1
vote
1 answer
Error on uploading apk created with app inventor 2
I just created an app with App Inventor 2. I clicked on Build and then saved it on Computer. Then uploaded the .apk on my google developer console account.
But when the upload completes, it says:
Upload failed
Check the symbol in your apk-file. It…
user7210050
1
vote
1 answer
An unexpected error occurred. Please try again later. (4800000)
I accessed to the API access of Google play developer console, because I want to set up Publishing API. But the error in the title has occurred, so I can't continue the setup.

kwmt
- 134
- 1
- 2
- 9
1
vote
1 answer
How to Connect GitHub Repository to google App Engine.?
i am new in android and i am using google app engine as a server .i want to connect my GitHub repository to My Developer console so i can see my server side logs.

Shailendra Kushwah
- 415
- 1
- 6
- 17
1
vote
1 answer
Test Google In App Purchase paying real money
So, I have implemented IAP(in app purchase) in my application and successfully tested it with real product ids. My app is published to Alpha and everything worked fine (payments were not real of course).
I have then closed my Alpha testing. Now,…

Daniels Šatcs
- 526
- 6
- 18
1
vote
2 answers
Running cycles in JavaScript application
I have a large JavaScript application using only vanilla, jQuery, jQuery-UI and a WYSIWYG library which has performance issues and I'm suspecting it having infinite cycles running in the background. Is there a way to find what is really being done…

Dropout
- 13,653
- 10
- 56
- 109
1
vote
1 answer
Android Developer Console How to send a HTTP Request?
I have a little app with a leaderboard and i want to hide players with fake scores. I read about it at https://developers.google.com/games/services/management/api/players/hide#request
The Problem is, that i have no idea from http Requests and that…

Phil
- 304
- 1
- 5
- 12
1
vote
2 answers
Google play developer console crashes and ANRs
I can see some application crashes reported in Crashes & ANRs section in my Google Play developer console. I can view the stack trace of the crashes there.
What I want to know is, does android always collect data about crashes or does the user need…

Lahiru Chandima
- 22,324
- 22
- 103
- 179
1
vote
1 answer
Google Oauth in AngularJS callback without html5 mode
I'm trying to implement a google sign in system into my Angular site. I believe I have gone through the configuration process correctly, as Google's login page redirects to localhost/callback just like I told it to. Here is my controller…

Jacob Weightman
- 31
- 5
1
vote
0 answers
Google App Engine Console Logs not getting loaded
Ever since the UI for Google Developers Console have changed. There seems to be a problem while loading the logs for existing Google App Engine project. We are facing this issue for quite some time and sometimes it works for other projects. Does…

Parag Jadhav
- 1,853
- 2
- 24
- 41
1
vote
1 answer
can't change user-limit on calendar api via google developer console
I had some issues in the production environment with error "403: User Rate Limit Exceeded" when using the google calendar api. The error description page suggested to change the user limit in the developer console.
Logging into the developer console…

John
- 3,627
- 1
- 12
- 13
1
vote
1 answer
Google Cloud platform. npm install - (bash) npm command not found. How to repair Google cloud shell
I created new project in https://console.developers.google.com .
Cloned one project from git, then issued command:
curl https://sdk.cloud.google.com | bash
and
gcloud init
after doing this I'm no longer able to call
npm install
command, because…

Benas
- 2,106
- 2
- 39
- 66
1
vote
1 answer
Google developer console has error, thinks I have two expansion files, but should be one
It thinks my two expansions files are:
main.3.com.jenny.test.obb (49.7 MB)
patch.2.com.jenny.test.obb (49.7 MB)
But, I only uploaded one .obb file, and it wasn't the one labeled "patch". Additionally, if I try to modify the app at all, I get an…

J.R.
- 5,789
- 11
- 55
- 78
1
vote
0 answers
How to filter by User's Email in GQL from property type User in Google Developer Console?
One entity named Account has a User type property as the following:
Account
AccountName String
Owner User
....
In App Engine Data Store Viewer, I can filter by email by using the following query:
SELECT * FROM Account where owner =…

lorenc
- 127
- 7
0
votes
0 answers
Playstore not allowing app-bundle in production
I am trying to upload my app to playstore, but it is showing this error
The developer of Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads) has reported version 16.0.0 as outdated.
You must upgrade to a newer version (19.4.0+)…

Siddhesh Pawar
- 259
- 4
- 24