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
4 answers

Is there are any way to publish an App update without having previous signed keystore file?

Currently, I am working on an Android app which has already published on the app store. Now I want to publish app update with some extra features but the problem is now I don't have the previously signed keystore file. Is there any way to publish…
3
votes
0 answers

Why am I not able to add a new project for enabling Drive API

For some reason, I can't seem to just add a new project. I've been at this for days now and getting nowhere with it. I need to enable the Drive API for a client in order to create the keys needed to connect to their drive for the purpose of…
soupmagnet
  • 332
  • 2
  • 7
3
votes
2 answers

Transfer Google API Project ownership from an unreachable user

We're using Google Analytics API in our application and perform actions (read data) on behalf of our users (we get their tokens via OAuth2). We use a client id and client secret to authorize our Google API project (application). The problem is that…
3
votes
1 answer

Different versions for different countries playstore?

Can I publish different versions of my app for different countries? Its functionality has to change if a user is from USA or from Israel for example. Thank you!
Tsur Yohananov
  • 533
  • 1
  • 7
  • 17
3
votes
2 answers

Is there any way to delete rejected app from Google Play Developer Console?

Is there any way to delete rejected app from Google Play Developer Console? enter image description here
user3304659
  • 59
  • 1
  • 1
  • 5
3
votes
2 answers

How to create a Google Cloud project with service management API enabled?

We're deploying our software on behalf (OAuth2) of users on Google Cloud. We've managed to automate most of it, but there's one bit that's missing. Creating the project is done with…
3
votes
1 answer

Install actual version during beta/alpha test (Android)

I would like someone else to test a migration process of my app. My App actually has version 10. My App published to Alpha has version 11. I added the tester to the list of Alpha testers and he can install the new version 11 successfully. Now the…
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
2
votes
1 answer

which apps should have this flag enable "REQUIRE_SECURE_ENV"

Google has updated its policy today and require this new property in manifest file "REQUIRE_SECURE_ENV" mentioned in their document here. I don't understand which sort of application are using "on-device Android container" and how do I know whether…
2
votes
1 answer

I'm trying to restrict an API key to Google Drive API, but it's behaving like I've set a referrer restriction

In the Google Developers Console, I have restricted my API key to only accept the Google Drive API calls. I don't use any HTTP referrers that might restrict calls to specific websites. However, I constantly get error 403 with the ipRefererBlocked…
2
votes
2 answers

Find LocationId using api for Google My Business API

I'm trying to use this API to get all Google business reviews https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/reviews But here I need accountId and locationId. I want to make use of api to get both these values. I…
2
votes
3 answers

Getting "You can not share this item because it has been flagged as inappropriate" while creating permissions for a file from a Google Service Account

I'm uploading a file to Google Drive using a Google Service Account. File is getting uploaded successfully. But I need to share it with some stakeholders. So, while adding permissions to it, i'm getting this error: "message": "Bad Request. User…
2
votes
0 answers

Migrating SafetyNet to Play Integrity API for Firebase

I'm developing a flutter application which uses Firebase as its framework. One of Firebase's features that we use is App Check. I've been using SafetyNet for my Android App Check, but recently I've gotten an email from Google that states that…
2
votes
0 answers

I can't use alias email as user support email in Google consent auth

The "user support email" field in Google Oauth Consent does not allow me to enter an alias. Initially, it shows me only my email (name@company.com). I can add any other email in the IAM section successfully, except if the email is an alias. If the…
2
votes
2 answers

Your app includes SDK com.my.tracker:mytracker-sdk or an SDK that one of your libraries depends on

I get This Alert from google console for My app that made in Unity 2019.4.5f1 what should I do To Fix This ? ( Your app ***** version code ** includes SDK com.my.tracker:mytracker-sdk or an SDK that one of your libraries depends on, which collects…
2
votes
1 answer

error: invalid_grant , for getting access token using refresh token

After googling we came to know that invalid_grant which means refresh token is invalid. Link to google oauth doc We don't have any of these issues mentioned by google. Is this error related to something else rather than a refresh token. More Info We…