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
1 answer

Verification Status of my application is showing as developer action required in google OAuth consent screen

I am accessing the Google Calendar API in my application. I have completed the initial OAuth consent procedures, however it is still showing developer action required and some actions are listed, I am not aware of these actions list items, can…
2
votes
0 answers

how to make authentication in multiple apps using google developer console?

I want to make an android project using firebase as backend for it, the project contains multiple apps for admin,vendor,user and I know it's possible to add multiple apps in the same firebase project but is it possible to use one project and…
2
votes
1 answer

Is OAuth Authentification for Google Free?

For a project my teacher gave me i have to add an OAuth authentification to this project https://github.com/M66B/FairEmail so the project is able to connect to a google account directly from the app and not from the android phone, which also means…
Zarcoin
  • 133
  • 2
  • 11
2
votes
2 answers

Keep Javascript running after reload on chrome console

So, I want to check every 15 sec on some website if some words have been deleted. I have done this: window.setInterval(myFunction, 15000) function myFunction() { //Check that "words" are not on web anymore if…
harel486
  • 183
  • 1
  • 1
  • 13
2
votes
1 answer

Error: redirect_uri_mismatch message on Google oAuth?

I deployed an app to production and i'm getting an error message Erreur 400 : redirect_uri_mismatch The redirect URI in the request, http://codesnippets.azurewebsites.net/auth/google/callback, does not match the ones authorized for the OAuth…
Abdo Rabah
  • 1,670
  • 2
  • 15
  • 31
2
votes
1 answer

Why Google OAuth Client appears in development

I am trying to get Google OAuth screen consent verification for my project, but it is not approved. The reason is that development clients cannot be approved. I am sharing the message from Google below. However, when I check the details of the…
Batu
  • 304
  • 2
  • 12
2
votes
1 answer

Google Oauth Error: 403 access_denied the developer has not given permission

I would like to have access to the youtube channel comments, videos, playlist ect.. In my React app I use react-google-login to get google google token const login = (props) => { const clientId = "" const…
2
votes
0 answers

5 Google Devloper Account Will Be Terminated

I am doing applications without Coding by means of a platform without writing code at all, recently nearly 5 Google Play Console accounts were closed at the same time! Note that: The name is different The visa is different The email is different and…
2
votes
0 answers

skip release in Google play Developer Console

In the releases overview of my app in the Developer Console of Google play I can see the following Releases prepared for publishing: I have 2 releases ready to publish, but I only want to publish the latest (GREEN) and skip the 3.15 Release, which…
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
2
votes
2 answers

How to generate "client_secret.json" for Google API with offline access

I am trying to authenticate to google API in a backend service using a service account. It will not have a UI at all. I have generated private keys in json format from google dev console, using a service account but there is no field named…
NRJ
  • 1,064
  • 3
  • 15
  • 32
2
votes
1 answer

Youtube The request cannot be completed because you have exceeded your quota

My Application shows quota limit exceeding error for Youtube V3 API. My daily limit in Google console is 0. This value I cannot change. How fix this?
2
votes
1 answer

Does using Gmail API (oauth based) on a public application costs money?

In my application, I want to use (oAuth based) Gmail API for sending Emails. NOTE: I want to make my app public. A user can simply authenticate using the consent screen and will give the Email sending permissions to the application. The question is…
2
votes
1 answer

There is no option to Choose "Other" as mentioned under YouTube API Node.js Quickstart

In the Node.js Quickstart, Step 1, (e) says "Select the application type Other". However there is no such entry under the options provided for "Create OAuth client ID" in the API & Services page of Google APIs. Which one to opt in that case for…
2
votes
1 answer

Inspect URL path in Google Search Console

Is there a way I can inspect URL in Google Search Console through direct link? Currently I open my site through such link: https://search.google.com/search-console?resource_id=https://example.com/ Then I paste the url…
Mike
  • 2,051
  • 4
  • 28
  • 46