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

Google sign in "Choose an account to continue" loop

I'm trying to implement the following packages with my Flutter app: https://pub.dev/packages/permission_handler https://pub.dev/packages/fit_kit and I've done so by writing the following two functions: Future checkPermissions() async { var…
2
votes
0 answers

Your changes couldn't be saved show when saved Permissions DeclarationForm

When i am review my app on play console then show me error "Please complete permission declaration form" but when i filled and click on saved button then show me this error "Your changes couldn't be saved". Don't Know why this is happening i also…
2
votes
1 answer

How is console.developers.google.com different from console.cloud.google.com?

When browsing Google documentations, these 2 consoles frequently come up - console.developers.google.com and console.cloud.google.com There are 2 API…
kenchew
  • 324
  • 5
  • 17
2
votes
1 answer

Quotas View: Queries Per Day Graph Not Showing Any Data

For over one week now the graph over the amount of quota points used per day by my application has only shown "No data is available for the selected time frame" (30 days) on this page:…
Stekeblad
  • 49
  • 4
2
votes
1 answer

The Option to select 'Other' for a client ID in the OAuth in the Google APIs is not available

I am attempting to utilize the YouTube API in order to pull a list of my subscribers from the site. I had to get Credentials and create an API client. In researching this step, I was advised to choose 'Other' as the client ID option, but currently…
2
votes
1 answer

Published Gmail Add-On Not Showing on Mobile Gmail App

On the Google Developers page here, it says "G Suite add-ons that extend Gmail do so on both desktop and mobile clients." My published add-on linked here is on the Marketplace. It is just extending gmail (I've included my manifest file below).…
2
votes
1 answer

Create event on my GSuite Calendar and inviting attendees using Service Account

I can't figure out what I'm doing wrong. Trying to invite someone to an event through a google service account. Step one - I went to the developer console and added a service account, got the key (stored in better.json in the code below), gave it…
2
votes
1 answer

How to post a message to google chat room using C#? (**Error**: Request had insufficient authentication scopes)

Currently i am trying to send message from C# to Google chat Room ,tried Authentication using following code UserCredential credential; var jsonPath = ""; jsonPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,…
2
votes
1 answer

When i make request to googleapis, getting 400 Bad Request

I am trying to get the list of groups (distribution lists) for a specific user. It is getting failed. Request is `GET /admin/directory/v1/groups HTTP/1.1 Host: www.googleapis.com Content-length: 0 Authorization: Bearer…
2
votes
0 answers

How can I verify that my Google Developer API is at V3?

I got email from Google saying “Action required: Migrate to v3 of the Developer API by December 1". The details can be found here: https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html. I found that we are using…
2
votes
2 answers

Does OAuth permit localhost for debugging?

I'm working on Yii2, using google/apiclient. I keep getting "Error: redirect_uri_mismatch" I've set "http://localhost" as authorized redirects Tried with "https://localhost" Tried with "https://localhost/" Waited more than 1hr for changes to take…
2
votes
0 answers

Stuck at "Your consent screen is being verified"

I have recently created a project using the youtube data api v3. As the project uses sensitive scopes: ../auth/youtube ../auth/youtube.force-ssl I have submitted the oauth consent screen for review. The review team that told me that there is no…
2
votes
1 answer

Queries per day of youtube data api v3 is blank

Our app using google signing api already. Now I'm trying to add a share-to-youtube function on this app. I've added Youtube Data API v3 to our API Service list. When I enter the [Youtube Data API v3] page of our google api console, [Queries per day]…
2
votes
1 answer

Solve the issue Violation of Usage of Android Advertising ID

I have received this email from google for the second time for the same app: Issue: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid…
Raffaele Rossi
  • 2,997
  • 4
  • 31
  • 62
2
votes
1 answer

Firebase Calendars

I have been searching all over for this, and I just haven't been able to find a clear answer to my questions. I'm developing an app for a client and using Firebase as my backend (it's my first time). I need each user account to have it's own…