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

Google play developer account payment not working

I'm trying to create a google play developer account, but at the first step of the payment, it won't work. I already added my credit card to my Google account : But when I click on Continue to payment button, I don't see anything, when I checked…
3
votes
1 answer

Domain name change for OAuth 2.0 Client IDs leads to errors in google developers console

I have a couple of different apps hosted on netlify using google APIs that have broken now because netlify changed their hosting to point to xxx.netlify.app instead of xxx.netlify.com When I attempt to add the new domain to my oauth client IDs under…
3
votes
1 answer

Ads section in Play Store is empty

I am uploading app on Play Store. I have completed all required forms and inputs however when I go to App Content -> Ads, it doesn't show any input field. Is there any issue or I need to first complete something else? I have opted App Alpha Testing…
3
votes
1 answer

YouTube API requests failing due to "Access Not Configured" (also: "queries per day" quota is locked to 0)

No matter what we try, all YouTube API requests we make are failing. As we first thought this was a propagation issue, we waited out 10 minutes, then 30 minutes, 2 hours and now over 24 hours, to no avail. We have found this thread, which covers a…
3
votes
1 answer

Google service account .json key where stored on Windows

I've created a service account at Google Play Api Page as well the .json key, it sent me a message - Private key saved to your computer, but i'm not able to find where JSON could be downloaded. What is the local path where google save the key on…
3
votes
0 answers

Project has not been linked in Google play developer console, error came while I called the Google Developer API

I have integrated Google In-App subscription in one of my apps. It was integrated successfully. But, one mistake I have made while making subscription plans without a linked project with Google Play Developer Console. I found the same issue's answer…
3
votes
1 answer

Google Play Developer Console gives me the same opt-in urls for two different tracks

I'm trying to release two different versions of my app on 2 different tracks: - Open Beta Track - Closed Alpha Track However both tracks give me the same opt-in url https://play.google.com/apps/testing/com.myapp so both groups end up downloading…
3
votes
0 answers

unpublish production application on Google Play but leave internal test version

I had published both versions: production and internal tests version. Now I want to unpublish only production and leave internal tests version. I want it to be visible only for people from closed list. How can I do that? When I select "unpublish" in…
3
votes
1 answer

How to add discounted price for In-App Billing and show in application?

I am trying to provide a discount for a limited time. I want to show the amount as per below image but I am not able to do so. I am not able to find any option to do so in Google Play Developer Console. Any help is appreciated.
3
votes
0 answers

Google Apps Script, Sites, and Custom Domain

I am using the new Google Sites and have a Google Apps Script on the side for it. I outputed some HTML like so: function doGet() { return HtmlService .createTemplateFromFile('index') .evaluate() …
3
votes
1 answer

Separate keystore for and app from old keystore with multiple apps

I have 5 apps signed with one keystore file. Now I want to create a separate keystore for one app and keep the package id unchanged. How can I do it?
vkj
  • 537
  • 4
  • 11
3
votes
2 answers

restrict Google API Key by HTTP referrer (client side) OR IP address (server side)

Is it possible to restrict Google API Key by HTTP referrer (client side) OR IP address (server side)? The image below shows where I set this in the API console. The problem is that I have to choose the restriction by type (i.e. I can not restrict…
3
votes
0 answers

Publisher API without oAuth of developer account

I have some doubts. I stuck in that for a week. I am doing an app to get all reviews from a play store. It's for all end user who has an account in play store. https://developers.google.com/android-publisher/getting_started This document specifies…
3
votes
1 answer

How to access google developer api in android app

I am trying to develop an app which needs to access google developer API by using developer email.I have gone through official documentation.I don't understand much.I created client id by following this…
3
votes
2 answers

Use Google Drive API from Javascript

I want to extend a project in a way that it can save files to Google Drive. To learn how this works I tried the Quick Start Example from the docs: https://developers.google.com/drive/v3/web/quickstart/js Following the example I noticed that the…
Simon
  • 4,395
  • 8
  • 33
  • 50