Questions tagged [google-api-console]

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the Google APIs that are used by a project.

The Google APIs Console is a web interface for managing and viewing traffic data, authentication, and billing information for the that are used by a project.

97 questions
0
votes
2 answers

Issue saving informations in OAuth consent screen

I' ve created a new AoG project and then I've enabled API from Google API console. To complete this I have to add informations in OAuth consent screen but I'm having the same error from days: "Failure to save" without explaination about it. I've…
7laria
  • 44
  • 3
0
votes
1 answer

Cross Client Identity Google OAuth Api Console - Flutter App

I have a website providing functionality for Google Sign In. There is a server side authentication taking place after getting idToken on client side. Now I am making an app(in FLUTTER) for the same website. In Google API console, I have to create…
0
votes
1 answer

My GSM Gmail addon does not show the card

I have built a GSM add on and published it for my domain. I built the code, on Google Apps Script and set it up in Google API Console. I installed it for my domain, but it does not show the card in Gmail It should show in the sidebar, and in the…
0
votes
1 answer

How to get accesst token using OAuth2WebServerFlow in python?

I tried to get access token and refresh token using OAuth2WebServerFlow in python. but it's throwing error oauth2client.client.FlowExchangeError: invalid_grantMalformed auth code. Example Code from oauth2client.client import OAuth2WebServerFlow def…
0
votes
1 answer

Is there a way to find the Project ID from Google Developer console?

I am working on one of the app, which we received from our implementation partners. I noticed that, while migration, they were not able to provide the Project ID associated with one of the app. As we have N number of apps in API console (Google…
0
votes
1 answer

Does any Android app in Play console appear in Google Api Console

i have an app that uses game services. i was told to check something in the Google Api Console , but i can't see my project in the projects list at the Google Api Console. So , should my app appear there or no?
0
votes
1 answer

How to create new property in google analytics using c# code

We can create the properties manually in google analytics. But I want to create the new property by writing the c# code. I don't know which API I need to use. Please help me to create the property using c# code.
0
votes
1 answer

How to use an organization domain with google api in our spring boot oauth2 web application?

I tried below code in application.properties file but didn't work spring.security.oauth2.client.provider.my-oauth-provider.authorization- uri=https://accounts.google.com/o/oauth2/auth?hd=domain.com I refered…
0
votes
1 answer

Enabling Hangouts chat APIs fails without meaningful errors

Currently working on running the sample bot app detailed: https://developers.google.com/hangouts/chat/quickstart/apps-script-bot I am stuck on step 3 d..."In the Google Cloud Console, enable the Hangouts Chat API by doing the following" When I…
0
votes
0 answers

Container Bound Google Apps Script

I have a container bound Google apps script attached to a Google Sheet that uses the Slides API to pull data and replace values from the sheet to perform a "mail merge" on a select Google Slides presentation using a custom menu element. The issue…
0
votes
1 answer

You do not have sufficient permissions to view this page HomeGraph API

I have had access to this page for a while now. Yesterday for test I had to disable the HomeGraph API and now it is no longer available and does not even show up while searching in the api library And when I try to access this link HomeGraph API…
0
votes
1 answer

Should I use Google Maps degug or release key whenever setting up a beta/alpha test

So I will be setting up my first alpha test. Do I need to use the release key or debug key that created for the Google Maps API? Thanks
huey77
  • 643
  • 1
  • 9
  • 24
0
votes
1 answer

Google API console 1 api request counts 10quota

Is there any bug on Google API Console? When I make exact 1 request via postman to Google API console, it counts 10 quota per request. What did I wrong? Any suggestions welcome, thanks
İsmail Şener
  • 413
  • 2
  • 6
  • 14
0
votes
1 answer

How to capture/view Google App Script usage in Google API Console

How can usage of Google App Script libraries like GmailApp, CalendarApp, and PropertiesService be tracked through the Google API Console? While Google App Script projects do show up inside the API console, none of them show any activity when…
Laser
  • 21
  • 1
0
votes
1 answer

GCM Sender ID not showing on Google API console

I'm trying to check API Server key of GCM on Google API console, but if I select the project and checking the credentials, it's showing me a different Sender ID and API Server Key than what I configured on client side(app). And if I'm trying to…
ankit.vishen
  • 1,100
  • 15
  • 29