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

google play console app status draft why?

i'm trying to publish my new app on google play. but i'm confused about app status... in dashboard pages, app status showing DRAFT but why? is that a problem? what i have to do for fix this issue? please let me know about the app status. i thing it…
14
votes
0 answers

Remove my Dev-Account from Google Play Console Projects

I have a Google Developer account for developing android apps and my account is linked to some projects that I don't want to be linked with anymore. I asked those companies to remove me as a developer from their Google Play account but they don't do…
14
votes
5 answers

Order Cancelled (Google Developer Console)

In my Google Developer Console under "Order Management" I have a lot of cancelled order like that: Order history: Jan 18 2017 5:13 PM Payment pending You received a new order. Jan 18 2017 5:13 PM Cancelling Process for cancelling the order…
GMX
  • 950
  • 1
  • 14
  • 29
14
votes
8 answers

"Failed to load!" Console Developer Google

When I go to my profile in https://console.developers.google.com it shows "Failed to load!" error and showing nothing in Dashboard or Activities.
13
votes
2 answers

can't disable re-subscription for android subscription on Play Store

TL;DR Why can our users re-subscribe on Play Store, despite opting-out of this on Google Play console? we are implementing a subscription on our Android app. we have selected the "resubscribe" option to be "not enabled". yet, when we test this by…
13
votes
1 answer

Disable checkboxes on Google consent screen

We're implementing Gmail sending in out ASP .NET web application with Gmail .NET SDK. In order to do this we need all following scopes "email", "profile", "openid", https://www.googleapis.com/auth/gmail.send" to be granted to us by user. However, on…
13
votes
1 answer

what does pause track mean in play console

I have uploaded an app in open testing (Release type) to let people use my app but without giving reviews to my app. Everything works well, many people used my app and really like it. So now I decided to release it in production (available for the…
Vijay
  • 1,163
  • 8
  • 22
13
votes
2 answers

What is google oauth consent screen values?

While registering new oauth client on Google its oauth consent screen is demanding private policy url , app homepage url and authorized url .i am developing on localhost how to get them
Pardeep Bansal
  • 141
  • 1
  • 1
  • 6
13
votes
0 answers

google play developer console leave shared account

I faced a poblem with google play developer console. Some times ago I was invited to share account in console, but now when I try to view this account I have a message "Developer account is invalid" but this account is in my "shared accounts" list.…
Arseniy
  • 305
  • 3
  • 8
13
votes
1 answer

Google API Error 400: "Client project not found"

This is my first time diving into Google API's. I'm trying to get a simple test working following the Google instructions. At this point, I've created the project and set up credentials. Following Google's instructions here, I have created a test…
12
votes
3 answers

How to download credentials.json in Gmail API Enable Java

I am trying to enable Gmail API following steps in Java Quickstart. When I click on "Enable the Gmail API" button in the Google developer console, no option like "Download Client Configuration" is displayed. So, I am unable to get credentials.json…
Vedha Lakshmi
  • 123
  • 1
  • 1
  • 4
12
votes
1 answer

Google My Activity API?

At myactivity.google.com, you can view all your Google activity. It's super rich data , and I'd love to be able to access my own programatically. Does anyone know if there is a public API to access this data, or if there is one in the works?
12
votes
2 answers

"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."

I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews But it requires authentication. So I followed the instructions that were linked in the link above. I was able…
12
votes
1 answer

How do I get Google refund orders ?

The Google Void Purchase API says: The Google Play Voided Purchases API allows you to revoke access to in-app products that are associated with purchases that a user has voided. The user can void a purchase in the following ways: The user…
12
votes
1 answer

How to get the number of beta users for a Google Play app

In this old question, we are advised to take action no longer available in the Google Play Developer Console. There is now a Download link that provides a zip file that includes a csv ending in `app_version', but since I have promoted the beta code…
1
2
3
53 54