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

The search console has thrown a new error which is affecting 95 pages of my site

The error shown is "These hosts serve site resources that are blocked to Googlebot. If Googlebot can't access important resources on your page, the page might be indexed incorrectly. " The hostname is https://checkout.razorpay.com
0
votes
0 answers

Postman : OAuth2 : get New Access Token

I'm trying to test my API with POSTMAN and I have an issue about getting "New Access Token" in authorisation tab in POSTMAN (OAuth2), So my application is already registred in google console, and I use passport with google strategy to connect and It…
Med Karim Garali
  • 923
  • 1
  • 14
  • 37
0
votes
1 answer

Get the status of calendar in Google calendar through api

I used to get Calendar Name using Calendar ID with the below API call: https://www.googleapis.com/calendar/v3/calendars/877rak5vqdsj68q52tehukeopg@group.calendar.google.com And then I get a response like { """"kind"""":…
Varshini
  • 187
  • 1
  • 6
  • 20
0
votes
0 answers

Xamarin Forms Android Store crashes when i download the app, debugs perfectly on phone from VS

This is my first commit on google play store. I am using Xamarin Forms and when i run my app localy on my android phone, i have no issues. When I Archive and Distribute the App within VS using Archive Manager and download it on my phone, or any…
0
votes
1 answer

Does Google app signing change my apps certificate?

I'm trying to figure out whether using Google app signing means the released apk's (on the Play Store) key signature (X) is different to that of a release apk that has not been uploaded to the Google Play Store/Console (Y). When i manually install Y…
0
votes
1 answer

Google limit usage

The following questions are about google API credentials (In my case - maps and calendars API's) Where can I see my usages analytics of google API? (On the developer dashboard, I found only the past 30 days range, without any details about summary…
0
votes
1 answer

Why does signing in the Google Play Services not work?

My game cannot sign-in to Google Play Games Services, I do not understand why. I've tried a lot of different solutions, none worked for me, also, I was using Google Guidelines, still, I cannot sign-in (despite I had set my tester account and correct…
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
4 answers

Compute Engine MYSQL Server CPU Strange

I couldn't think what else to title this strange problem. We have a "Worker" Compute Engine which is a MySQL SLAVE. Its primary role is to process a large set of data and then place it back on the Master. All handled via a PHP Script. Now the…
Kyias
  • 166
  • 2
  • 11
0
votes
3 answers

Game services not working for app if downloaded from play store

I've been trying to get the game services working properly for so long. My problem is that game service isn't working on the version downloaded from the play store, but on the version downloaded directly from android studio the game service works…
0
votes
0 answers

Google drive python Script for Users-Credentials

I uploaded few files on Google-drive using my gmail account. Now my customers have to go to the drive and download those files. Files on the drive have read and write access and customers can download those files without gmail account. I studied how…
Rao
  • 125
  • 1
  • 5
0
votes
1 answer

Send push notifications using Google console

I did create a GCM account for my app to receive push notifications, now there is a new update which is mandatory for the users to download otherwise they will loos a lot of app functionalities due to server side issues. So, when trying to send the…
0
votes
1 answer

GooglePlayStore suggestes optimizations (localization) but it's already localized

I get this message under the Optimization tips in the console: the problem is that my app already contains the translations for FR and RU under values-fr and values-ru and the store listings are also translated. Another thing is that it also…
AndreiBogdan
  • 10,858
  • 13
  • 58
  • 106
0
votes
1 answer

verifiction sites google api, error You are not an owner of this site

I can't do any actions to verify sites by Google Console api $client = new Google_Client(); $client->setApplicationName("MyAppName"); $client->setClientId($client_id); $client->setClientSecret($client_secret); $client->setAccessType('offline');…
lolka
  • 121
  • 1
  • 3
  • 10
0
votes
1 answer

How to setup Android In-App Purchase for Currency?

I'm new in Android development, I'm trying to figure out how to setup In-App purchase to support currency. I was reading the https://developer.android.com/google/play/billing/index.html And there is only two types if IAPs listed: Standard in-app…
aumanets
  • 3,703
  • 8
  • 39
  • 59