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

com.segment.analytics.android:analytics noncompliant version in my app on the Google Play Console

My app is written on android native code and I got this warning on the play store console Your app "appName" version code "xxxx" includes SDK com.segment.analytics.android:analytics or an SDK that one of your libraries depends on, which collects…
7
votes
1 answer

Access private members from developer console?

Before, I would use the old convention of naming fields intended to be private with an _ suffix or prefix. class X{ constructor() { this.privateField_; } privateMethod_() {} } Now that real private accessibility is possible with the #…
7
votes
1 answer

No opt-out option from App Signing in Google Play Console

I'm trying to opt out from App signing in Play Console but there is no option to opt-out. As you can see in pictures i have Change signing key but not opt out. Even when i open Change Signing Key i'm given option to upload my key but not to opt out.…
7
votes
1 answer

unable to test google assistant action on web simulator (Error Cloud function deployment failed. Dismiss)

Hey Respected Community! I started learning to create google actions. so i created very basic google action. which invokes by 'hey google talk to Doctor Strange' and after adding 1 more transition which displays suggestion. I saved it and trying to…
7
votes
1 answer

Unable to Send Test Notification From Real-time developer notifications in Google Play Console

I have followed these steps: Go to Google Cloud Console and create/select a project. On the header, click to open the menu and select ‘Pub/Sub’, or click https://console.cloud.google.com/cloudpubsub/topic/list Create/select a topic. Add the service…
7
votes
0 answers

YouTube Data API returning access not configured error

We recently enabled YouTube data API for reading users YouTube channel id. Everything worked normally in the test project which we created. Now we requested access to YouTube scope on our production project and got it approved from google. But when…
7
votes
5 answers

Action required: Make sure your ads are set appropriately for the intended audience of your app

How to solve this problem. Thanks for reaching out to the Google Play team. Thanks for submitting Nargin musiqi pleyer (com.music.musiqi) to Google Play. After review, your app has been rejected due to a policy violation. If you submitted an…
7
votes
1 answer

Create one or multiple credentials for different projects using OAuth 2.0 client IDs?

I first created a Google API project on Google developer console and configured a OAuth 2.0 client IDs as credentials in order to let my C# projects to access the Google Drive. However, I'm new to developing with Google APIs I am not able to…
7
votes
1 answer

What exactly is the client secret for Google OAuth2?

In Google's OIDC guide, section Exchange code for access token and ID token states that I must provide a client_secret. If I select the relevant client ID from the API console, I do indeed get a JSON file named client_secret_.... However, none of…
7
votes
2 answers

Access Not Configured. The API (Google+ API) is not enabled for your project. Please use the Google Developers Console to update your configuration

Giving error even I enabled Google+ API in Google Developers Console Code:403 "message": "Access Not Configured. The API (Google+ API) is not enabled for your project. Please use the Google Developers Console to update your configuration."
6
votes
1 answer

Downloading files from public Google Drive in python: scoping issues?

Using my answer to my question on how to download files from a public Google drive I managed in the past to download images using their IDs from a python script and Google API v3 from a public drive using the following bock of code: from…
6
votes
4 answers

React App failed to load and displayed "Aw Snap!" in chrome browser without console error

Note: You can download the whole project here. It's basically a practice project following the youtube tutorial from JSMastery here. Symptoms It crahsed in chrome browser It also crashed like this in Microsoft Edge. I used another profile in…
6
votes
2 answers

Issue: Need login credentials for app review

I've been trying to publish an app now for almost a month now. But I always get a reject from Google that credentials are required for app review. I am using Google Sign In as the only log in method, I already described in the App Access module in…
Boron
  • 99
  • 10
  • 34
6
votes
1 answer

Google Service No Key could be detected

I have created a google service account. My application was working fine before, I just had to change the service account from my personal to company wide. I can see that my application does create credential file, means I'm getting all these…
bizimunda
  • 819
  • 2
  • 9
  • 26
6
votes
0 answers

Google Developer Couldn't create OAuth client for Google sign in

I'm trying to use https://developers.google.com/identity/sign-in/android/ to make log in with google inside my android app, but when trying to configure a project using my project package ans SHA1 key I got this error Couldn't create OAuth…
Amin
  • 463
  • 2
  • 11
  • 29