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

Error: "To upload an android app bundle you must be enrolled in app signing by google play"

I am getting this error while uploading one of the client app(first vesrion) on google play store. Please help me why i am getting this error. I have followed all the steps to generate .aab file. But google console continuously raise upload error.…
Karuna Darekar
  • 349
  • 2
  • 14
10
votes
4 answers

Having a trouble with Google OAuth2. Can't sign up with google

Been facing this issue "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before…
10
votes
1 answer

YouTube API Quotas, please explain. Quota exceeded. How to solve?

Can someone please explain me in simple language how these quotas work? I know where is a similar question, but I want an explanation related to the screenshot below. First, I opened the quotas page in Google Dev Console for YouTube API. But I don't…
monstro
  • 6,254
  • 10
  • 65
  • 111
10
votes
1 answer

What does the percentage indicates next to update rollout in new Manage release page in Playstore

Playstore app publish console has introduced new page Manage releases instead of APK page, here we all manage app's apk for different environment like alpha,beta and producation. In the Manage Production i have rolled out an new update for existing…
Mukesh
  • 515
  • 7
  • 21
9
votes
2 answers

Is Expo Pedometer supported on Android?

I'm setting up a Pedometer app in React Native using Expo, testing the code on my real Samsung s10 device. I am using the Expo Pedometer documentation However, when I use the Pedometer.getStepCountAsync method, I get returned an error "Getting step…
9
votes
1 answer

Google Developer Console app releases section - what is the "Internal Test" track used for?

google play developer console has a near channel called "internal test". it is the last one in the list and i took a image of it below. how does it compare with alpha channel ? im not understanding its usecase ? seems your allowed 100 users. I…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
9
votes
3 answers

You do not have permissions to create projects outside of an organization

Using GSuite admin account in developer console. After creating new project in organization it says: Google Cloud Organization is now available for your domain! And after that I can't create projects outside of organization. It says: You do not…
9
votes
6 answers

FAILED_PRECONDITION when trying to create a new Google API project

I am getting an error when attempting to create a new project for Google API at https://code.google.com/apis/console I was hoping the error was temporary, but I have been unable to create a new project for a couple weeks now. The error seems to have…
Nabren
  • 582
  • 1
  • 7
  • 17
8
votes
3 answers

How to make my Android app comply with the "Background Location Policy"

I have currently some troubles to make my app comply with the new "Google Background Location Policy". Here is my situation : My application is targeting Android Api 22 and Up I have the following permissions required in my app :…
Tobliug
  • 2,992
  • 30
  • 28
8
votes
2 answers

Error 400: redirect_uri_mismatch when distributing Xamarin Forms App

I am trying to distribute my Xamarin Forms Android app via the Google Play Store in Visual Studio 2019. I follow this tutorial by…
8
votes
1 answer

Firebase Login Popup closes automatically on Heroku

We are using FireBase login for our app in React and the flow seems to be working fine on localhost. But when we deploy our app on Heroku, the login with google window appears on screen and closes almost instantaneously. Here's my auth.js export…
8
votes
3 answers

Access Google spreadsheet API without Oauth token

I've read google spreadsheet documentation https://developers.google.com/sheets/api/guides/authorizing And it says, that if document is public, you don't need Oauth 2.0 and API key is sufficient. I'm trying to do a test request with hurl and api key…
8
votes
1 answer

Android stetho Google Developer tools resources truncated

Using Stetho and Stetho Realm. Stetho.initialize( Stetho.newInitializerBuilder(this) .enableDumpapp(Stetho.defaultDumperPluginsProvider(this)) …
8
votes
1 answer

Validating Google credentials

When you create credentials on Google Developer console You can create several different types of credentials depending upon which type is created you could have any of the following Public API key Client ID Client Secret Service account email…
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
8
votes
2 answers

How to change the google API "service account" name/email address

I am using the Google API to create a spreadsheet on google drive. My app has a link that says 'Download To Google Doc' The app sends a file to google docs and shares it with the user. The user can then see it in google docs. This all works good.…
1 2
3
53 54