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

Error prompting to increase project limit while creating new project in Firebase

While trying to add a new project in Firebase, it's showing the warning as: You've reached the project limit for your account. You can add Firebase to an existing project or request an increased limit. …
kmg
  • 499
  • 3
  • 16
4
votes
3 answers

Can't enable Google+ API

Today I try to enable Google+ API on API Manager and it said Error: failed to do requirement checks What wrong? I just disable it and I want to re-enable again.
3
votes
2 answers

Advanced Protection Program prevent our app from oauth signed in

Our app works fine without problems during the OAuth flow, that is, the following URL: https://accounts.google.com/o/oauth2/auth However, if the account is under the Advanced Protected Program, then the OAuth will failed with the following messages:…
3
votes
0 answers

Google Apps : SPLIT_BUNDLE 99: Policy Declaration - Data Safety Section: App Activity Data Type - Apps On Device on Google Console

I hope you are fine. So we just uploaded our Apps and we get rejected with this message SPLIT_BUNDLE 99: Policy Declaration - Data Safety Section: App Activity Data Type - Apps On Device I have no clue at all of which part of the Data security form…
fenryo237
  • 31
  • 2
3
votes
1 answer

How do I execute Google app script function from Python script via API? Not able to locate credentials.json for download in order to execute appscript

I'm trying to run a google app script function remotely from a python flask app. This function creates google calendar events with inputs from a google sheet. I referred to this documentation from Google in order to set up the python script to run…
3
votes
1 answer

Stuck on complying with domain verification requirements

Recently I have been trying to re-boot my app. This includes adding google play services to my app. I setup a google cloud platform account and then linked it with the developer console for my app. Next I setup the OAuth consent screen. After…
3
votes
1 answer

Google API credentials expire after one week

When I backup from WHM to my Google Drive account it works for one week only, after that authentication fails. If I recreate the credentials it works again for another week. Is there a way for this credential to never expire? I am following…
3
votes
1 answer

Error running javascript fetch in Chrome devtools console

According to this SO post I should be able to run a fetch request from Chrome devtools console. In fact, if I click the button in the post answer, it works. However, if I try to execute the very same code in the console, it doesn't…
3
votes
1 answer

How to add authentication to a Google apps script without it expiring?

I have a Google apps script project which I use as a web application to save some data gathered from a web page (JavaScript only) to My Google sheets (think of it as a simple database for just me). It's no need to use auth for anyone else other than…
3
votes
2 answers

Getting login and redirect issues from Google

Trying to set up an Authentication for my app, and all seemed to be working correctly, but when I tried testing it out I got this error message Authorization Error Error 400: redirect_uri_mismatch The redirect URI in the request,…
user12954623
3
votes
2 answers

Confusion between lab data and Origin Summary of Google Page Insight

Any One who Knows are Core web Vitals Details Please help me out with some points. How Origin Summary is Different from Lab Data? How Speed Insight Get Origin Summary. Is this the aggregate rating of the last 28 days of the same page or similar…
3
votes
4 answers

Is credentials.json necessary to use Google gmail api?

In node.js, I want to send gmail by google api. but there are only examples of using credentials.json. Credentials.json seems to be difficult to push github, difficult to make env, and difficult to use github action secrets. is there any way call…
fuzes
  • 1,777
  • 4
  • 20
  • 40
3
votes
0 answers

Security Assessment in Gmail API

I am trying to configure Gmail API in a way so I can pull the inbox messages as well as respond against them. Basically, I am implementing a CRM and this one of the modules of that CRM. I got an email from Gmail verification support telling me that…
3
votes
1 answer

Selecting/Uploading Obb file in new Developer Console

As Google has forced us to use new developer console with no option to switch to old one, I am unable to find a way to select an obb file, or upload a new one.
Usama Saeed US
  • 984
  • 11
  • 18
3
votes
2 answers

How to enable Identity and Access Management (IAM) API programmatically for a Google Cloud Project?

I want to use the project.getIamPolicy and setIamPolicy, but it gives me 403 with the error message saying "Identity and Access Management (IAM) API has not been used in project before or it is disabled. Enable it by visiting…