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

how to remove openid since google auth is depreciated?

As per the latest circular, google plus oauth is depreciated. As per my understanding, i should be concerned only if i am using plus.me in my code. My code: google = oauth.remote_app( 'google', consumer_key=app.config.get('GOOGLE_ID'), …
2
votes
1 answer

Beta app promoted to production by mistake, can I go back to open beta in google developer console

I was using open beta testing (Early Access) but by mistake I uploaded APK on production and published, can I go back to open beta testing?
2
votes
1 answer

How to skip verification process for Google API Projects that works only in the sandbox mode?

Google started the OAuth developer verification process a few months back which forces the developers having OAuth applications to apply for verifications if they don't want their users to see a warning screen and to have an unlimited number of…
Dilip
  • 1,122
  • 11
  • 31
2
votes
1 answer

Google OAuth consent screen not showing scope options

I am trying to set up the Google OAuth keys inside the Google developer console with the right privileges for my project. In a different project I am able to go to Credentials/OAuth consent screen and select from list of scopes. However, with my…
2
votes
1 answer

Android Auto custom apps - Official

I want to create a Custom Android auto app without doing driver distraction. I went through a lot of blogs and sites and I saw that there used to be custom apps that were blocked since the version 3.0. The developers of those custom apps were using…
2
votes
1 answer

how to get client_secret google api without google console?

i have a question about getting client secret. in google API doc, we need to enable and download JSON file from google console API. secret->credentials->API. so in development that totally works fine. so i have a problem when in production. my app…
user9714409
2
votes
1 answer

cannot retrieve access token for oauth2

I am trying to get an Oauth2 access token to use adwords api. I am using google-api-ads-ruby and trying to follow the instruction here,…
2
votes
1 answer

Regarding Service Account on Google Play Store

I have an app on the Google Play store , and I have associated service account(On Google Developer console) with Google Play.I want to access the Google Play Developer API with associated service account in PHP. But I do not have the associated…
2
votes
1 answer

How to remove or hide suspended app from google play developer console?

I got a message from google play developer console: Your application has been suspended How can I remove or hide [the app] from developer console? And can anybody explain the message: Google has been notified that aspects of your app, App Name,…
Pullat Junaid
  • 3,224
  • 3
  • 25
  • 25
2
votes
3 answers

Enable Google API for "googleapis.com/auth/userinfo"

I am developing a Google Chrome Extension. I would like to be able to access the user profile info, using the data from these endpoints: https://www.googleapis.com/auth/userinfo https://www.googleapis.com/oauth2/v1/userinfo I don't seem to have…
2
votes
1 answer

Verify mobile app Google

I've added kGTLRAuthScopeDrive scope to OIDAuthorizationRequest and I am facing the issue shown in the picture below: How can I verify my ios app?
2
votes
1 answer

Rails google_omniauth2 'error: redirect_uri_mismatch'

I have been attempting to add google auth to my signup page and have followed the steps in the guide but once I sign in to my google account, I get redirected to localhost:3000/# and have the following error in my console: E,…
2
votes
1 answer

Maintaining enabled APIs in Container-bound Script for a Google Sheet Template

I have a Google sheet with a Container-bound Script that makes Google Classroom API calls. I have added the spreadsheet now as a template for all teachers in my organization to copy the sheet and use it for themselves. However, when teachers copy…
2
votes
1 answer

Understanding Google Search Console URL Testing Tools API Limits

I am using Google Search Console URL Testing Tools API, I have a problem in the understanding limit quota of API. It says: Project per-second limit per 100 seconds = 1 User per-second limit per 100 seconds per user = 1 What does that mean?
2
votes
1 answer

How to pass ownership of a Google API project's credentials to someone else?

A colleague has registered OAuth 2.0 credentials on the Google API console, and I need to take over the administration. Is there a way to pass it over to me via the console?
Angwen
  • 134
  • 1
  • 7