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
1
vote
0 answers

gcloud compute ssh requires password even after using json key file for authentication

I am trying to authenticate gcloud using json key and even doing everything as per docs it requires for password when I run gcloud compute ssh root@production Here is snapshot of steps I performed. 1. Authorizing access to Google Cloud Platform with…
1
vote
1 answer

Google receipt validation - 401 - permissionDenied

I want to make Google receipt validation. I set everything by Marc Greenstock. When I try verified purchase I get response permissionDenied. For me is everything correct and I don't know how to find a mistake. The user has administrator role in…
1
vote
2 answers

Create new keystore for new application release

I want to release a new application. And I have created a keystore specifically for that application. When on the Google console I accidentally clicked on enabling Google Play App Signing. My APK upload failed because it did not match the…
Nanda Z
  • 1,604
  • 4
  • 15
  • 37
1
vote
1 answer

Can't change default language in android developer console - Missing non-existent in-app product translations

I have an app with default language which is not English. I want it to be English. When I try to change the default language from Store listing > Manage translations > Set as default the following error appears "Before you can change language to…
loshkin
  • 1,600
  • 2
  • 21
  • 38
1
vote
1 answer

Demote from Production tract to Beta - Android

I accidentally released my app to production even though it was supposed to be in beta. Quickly after realizing it, I ended up unpublishing the app. How to demote it to beta channel?
Aksh
  • 321
  • 2
  • 16
1
vote
3 answers

Can you download/access your Android app signing key from Google Play Console if you let Google manage keys?

Unfortunately I believe that I have lost the local copy of the key used to sign my Android app package. When uploading/using Google Play Console I would have allowed Google to manage all my keys. My question is whether it is possible to obtain a…
laurie
  • 965
  • 1
  • 11
  • 21
1
vote
1 answer

Onboarding activity as FragmentActivity failing on certain devices per Pre-launch report

Android newb here. Any help is appreciated. So I posted my app to the Google Play Console. I had a few issues when I did a pre-launch report. The app fails on 4 devices running Android 6 and 7. The issue is with the onboarding activity. I've…
1
vote
1 answer

Android Management API and VpnService

I'm using android tablets in kiosk mode where only one application is allowed. And I also use 3G network. To save traffic, I use the special launcher on every application which uses VpnService android API. And also this launcher prevents a user from…
Nikita
  • 4,435
  • 3
  • 24
  • 44
1
vote
0 answers

Google API to manage location reviews for a 3rd party

I'm working with a client who would like to integrate management of google reviews into an existing app (used by many franchise locations). The problem is that I cannot figure out how to get access to review data from a 3rd party. The "Google My…
1
vote
1 answer

Allowing external Javascript file to be crawled

I am facing issue with my site in google console I am getting below error in google console for my site Resource : https://api.html5media.info/1.1.5/html5media.min.js Type : Script Status : Googlebot blocked by robots.txt My site is in xcart…
Nirali
  • 1,776
  • 2
  • 12
  • 23
1
vote
3 answers

Publish Gmail Addon Select Extension

I am trying to publish Gmail Addon which I create before. I follow that documentation https://developers.google.com/gmail/add-ons/how-tos/publish#publish_an_add-on. According the documentation I am reaching the API Console from Resources > Cloud…
1
vote
1 answer

Google Places API for iOS Quota

We have an iOS app which uses Google Places API for iOS. We realized upon launch that we receive more than a 100 requests in a day which is causing our app to break because we reached our limit. Now, we've increased our limit with the help of Google…
1
vote
1 answer

How to connect Google Console Project with Google Analytics account

I want to create Python project to get data from Google Analytics from a certain page. I have created new project in Google Console (console.google.developers.com) and got my OAuth 2.0 credentians in JSON format. I'm loosely following this tutorial:…
1
vote
0 answers

APK upload certificate error on Google Play Console

I have just finished some very minor bug fixes on our app and have generated a signed APK. I have tried to upload this on Google Play Console to give a release but I get this error. I have used the correct Keystore and application runs fine when…
1
vote
0 answers

Google Speech API confidence always returns 1

I am using Google's speech api for translating speech to text. I am using the http sync recognition. I am sending an opus file coded as base 64 like this: { "config": { "encoding": "OGG_OPUS", "sampleRateHertz": 16000, …