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
0
votes
0 answers

Why Google Cloud Storage Image Upload Response Meta Data is not working?

After uploading my images to Google Cloud Storage with Google's JSON REST APIs Uploading objects guide, I'm getting this response, but these links are not showing my files, which i uploaded. How can I fix this problem? I've noticed something…
0
votes
0 answers

How could I get a crash log from the future in the Google Dev Console?

Maybe I'm going crazy... I got a crash log in the Google Dev Console: 5 Feb 02:42 on app version 10 Google Emulator (generic_x86), 4096MB RAM, Android 8.0 Report 1 of 1 java.lang.IllegalArgumentException: at…
Appyx
  • 1,145
  • 1
  • 12
  • 21
0
votes
2 answers

How to get URL of apk artifact once edit is committed on Google Play Console

I'm using the Google Play Developer API to upload my Android apk, assign it to the correct track and commit the edit. That works fine. However, as part of my workflow that I'm trying to automate, I would like to get the apk artifact URL, and post…
AhiyaHiya
  • 755
  • 3
  • 13
0
votes
1 answer

Google developer console project creation error

While creating project on google developer console, I'm getting Project name is Invalid" error Is it because of googlesignin in the package?
MMK
  • 371
  • 6
  • 10
0
votes
1 answer

You do not have sufficient permissions to view this page HomeGraph API

I have had access to this page for a while now. Yesterday for test I had to disable the HomeGraph API and now it is no longer available and does not even show up while searching in the api library And when I try to access this link HomeGraph API…
0
votes
1 answer

google play dev console - how to run firebase test labs instrumentation tests directly?

i see on the firebase project site i that we are run android instrumentation tests when choosing test lab menu option: Now i am searching for a way to run test labs instrumentation tests directly from google play developer console at the time of…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
0
votes
1 answer

google api (403) Forbidden and said "User rate limit exceeded"

I am receiving this error when trying to generate a document in Google slide. Can someone tell me what are the limits as I have only done a couple of tests? And how can I have more quota?
0
votes
1 answer

Is there anyway to view what keywords a user used to find an iOS or Android App?

Is there anyway to export a report from iTunesConnect or the Google Developer Console to determine which keywords were used to find your application?
Nathan
  • 1,609
  • 4
  • 25
  • 42
0
votes
0 answers

Able to log in Google Play Games, but not showing Leaderboard

We are developing a smartphone game with my team on Unity, and I'm currently trying to implement Google Play Games in our game, without success. Right now, the user can log in without issues (popup showing, and logcat says it's ok), but I can't…
0
votes
1 answer

Application unpublished after some time again publish that time my app not display on play store?

I tried to unpublished my application from play store after some time again i published my application but on that time application not found on that given packagename using search, while in details i found, how to solved this.
0
votes
0 answers

How to redirect the page from authentication page of Google when Cancel is given?

I've implemented google drive in my webpage. I need the users to authenticate their google accounts before using it. During that authentication screen, when I give "Cancel" button, error occurs. How to redirect the page to parent window when…
0
votes
2 answers

Android Developer Console compatibility report vs actual Play Store compatibility

I have an Android Wear app that the Developer Console reports is compatible with my device (Huawei Watch 2) and 26 others. Obviously, I've been using my device to develop it, and it work. When I look for it in the Play Store on the watch itself, it…
0
votes
2 answers

The requested application with ID xxxxxx was not found

I 'm trying to post/get score from google play leaderboards I met all the meta-tag from the documentation including my client id I also have setup the…
stodi
  • 1,549
  • 13
  • 23
0
votes
0 answers

Google Play beta invitation - App not available message on some device

I have an android game with open beta test going. However, Opt-in URL shows "App not available" on most devices I tried (my Lenovo A6000, two PC at the office, and another mobile phone I don't know the detail). Some machine (My pc, my friend's…
0
votes
1 answer

Get List Of More From Developer To Mobile App

I want to list all my applications of my developer account. I can get that in web with following link : https://play.google.com/store/apps/developer?id={my developer id} But as it can't be accessed in mobile application, so is there any api key or…