Questions tagged [google-cloud-console]

The Google Cloud Console is Google's developer experience for managing and viewing traffic data, authentication, and billing information for the Google APIs that your projects use.

You can use one Google Cloud Console project to manage all of your applications, or you can create a different project for each one. In deciding whether to create a new project for a given application, consider whether you're collaborating with a different set of people, want to track usage differently, or would set different traffic controls for each application. If so, segregating applications by project might make sense. You can create multiple projects, but remember that you cannot use multiple projects to try to exceed the limits for API usage by your application.

Creating a project and registering an application

To create a project, do the following:

  • Visit the Google Cloud Console and select "Create Project".
  • Enter a name and a project ID, or accept the defaults
  • Select Create.

To register a new application, do the following:

  • Go to the Google Cloud Console.
  • Select a project, or create a new one.
  • In the sidebar on the left, select APIs & auth, then select Registered apps.
  • At the top of the page, select Register App.
  • Fill out the form and select Register.

More information:

243 questions
0
votes
1 answer

How can i disconnect Google Actions from my project without deleting the whole project?

I want to remove Google Actions from my project. But if i understood correctly, pressing delete project removes the whole project, including all Firebase and Analytics data linked to it. How can i avoid that? This is what Google Documentation says…
0
votes
0 answers

A big Problem with Cloud IAP - I need support

problem with IAP I used the option to open SSH terminal on the Cloud console to connect to VMs. 3 days before I created a new VM, configured it, tested the webserver and everything it was working normally UNTIL I decided stopped and started the…
0
votes
0 answers

Unable to run google app script due to access issues

I am trying to run google app script which uses AdminDirectory, AdminReports and AdminLIcenceManager Google API services. On running the script I am blocked with this error: Access blocked: authorisation error If you are a developer of Education…
0
votes
0 answers

How to set on androidpublisher permission for Google Cloud Console (to manage in-app purchases in Google Play)?

I work on in-app purchases in my app. My backend software produces the error:
0
votes
1 answer

Google Maps API returns a Blank/Empty Screen and Error 400

I added Google Maps API to Flutter app and it keeps returning a blank screen with the error Unexpected response code 400 for https://clients4.google.com/glm/mmap/api I added the API to every possible location and I've made dozens of new API KEYS and…
0
votes
0 answers

not able to update logo on google oauth consent screen

I tried to update the logo on google oauth consent screen about a month ago, the app shows verification status as verified and when I click the "edit app" button it shows the updated logo there(from last 30 days). But when I go to oauth consent…
0
votes
0 answers

How to call google analytics(GA4 property) API in Angular to get the data from GA dashboard and to display it in the website?

Steps followed: Put the script from GA in index.html Put a logic from the frontend and send to GA to increase the count on each page navigation Created API KEY, OAuth client ID, Service account from google cloud console Enabled Google Analytics…
0
votes
0 answers

I’m developing an app with google cloud app platform. How often does google cloud console back up data? Also how is this tested and protected?

I’m sorting insurance cover for an app I am developing and need details regarding google console data storage/back up and how this is tested and protected in order to get appropriate cover. Basically this is all new to me so I’d love someone to talk…
0
votes
1 answer

Missing Upgrade Button In Google Cloud Platform Console

I got an email notifying me that my Google Cloud Console free trial is about to end in 7 days, but when I click the button to upgrade, it just takes me to the dashboard with no options to upgrade. Also the upgrade button that is supposed to appear…
0
votes
1 answer

Suggestions to debug Google Play Integrity DecodeIntegrityToken API

Trying to figure out how to use Google's play-integrity api to verify nonces. I've hit this roadblock and am unsure what other things I could try to debug and get more information out of this API. Below is a series of steps I've taken to get to the…
0
votes
1 answer

Webhook handler for Stripe event ... of type failed: User not found

I have a test mode product which I am generating a payment link for and passing a uid encoded in hex through a client_reference_id param. I have an firebase cloud function event handler and a webhook in my test stripe dashboard pointing to my event…
0
votes
1 answer

Document AI Contract Processor with Human-In-The-Loop: Processor type not found for getting predefined fields for validation criteria: 48

The Human-in-the-Loop configuration Wizard for the "Contract Processor" in US region has failed while applying the configuration made from the Console, with the following error in the Console error logs. { "protoPayload": { "@type":…
0
votes
0 answers

Google Cloud OAuth 2.0 Application Verification Language

I'm planning to publish an application using the Google OAuth 2.0 consent screen with sensitive scopes. In the FAQ under Preparing for verification by creating a video it states show the OAuth grant process that users will experience, in…
ohnoe
  • 1
  • 1
0
votes
1 answer

Google Cloud redirect URI missmatch

I'm getting an error while generating Access Token for my google cloud account. It says redirect URI is miss-match. I have generated the Client ID and API key, but in scope I've left that parameter blank. Please guide how to fix this error. I have…
0
votes
0 answers

How do I link my google cloud project to my play console developer account, both registered in different emails?

I have a play console developer account registered to an email A and a google cloud console account registered to an email B. I want to link my play console developer account to my google cloud project. When I go to Play Console > Setup > API access…
user20924956