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
1
vote
0 answers

Does google console app re-verification (due to change in scopes) affect existing customers?

We currently have a verified app in production and need to add a new scope to it. Currently, we are using the 'https://www.googleapis.com/auth/admin.directory.user' scope, which includes user management permissions. However, we only require…
1
vote
1 answer

Gating a custom docker container in VM instance container with the same authentication and authorization of Google Cloud Run instance

Let me explain the current scenario that we have setup, so I can better explain what I want to achieve: Currently, I have a working GC Run instance running that requires authentication. As you might know, in order to authenticate and make requests…
1
vote
0 answers

PERMISSION_DENIED while decrypt PlayIntegrity token at backend

I am getting following error code and message while decrypting a PlayIntegrity token in Java. Could you please help me out why this issue occurs although we have given required API enabled and permissions. { "code": 403, "errors": [ { …
1
vote
1 answer

How to use a Google Cloud Project and Different Firebase Project Together For a Flutter App

Goal I am currently working for a company where I need to access the People API from Google Cloud (for which I have set up OAuth) and also utilize Firebase's Analytics Problem I get this error: google_sign_in…
1
vote
1 answer

Can test users download add-ons from Google Workspace Marketplace when the user type is public-testing?

I'm going to publish the app using Google cloud console. Less than 100 users will use it. I'm going to use user type - External testing, but I have a question here. Even if the user type is external-testing, if it is registered as a test user, Can…
1
vote
1 answer

Gmail API OAUTH2 verify Desktop application

At work we have developed an individual customer specific software application that is in use for a long time. We have a new requirement in this same program to implement an option for sending emails directly from the program. The user is able to…
1
vote
1 answer

Github actions with Google playstore Api Error: The caller does not have permission

I'm trying to configure github actions to upload my .aab file to the PlayStore but been stuck on a permission issue which doesn't get fixed event though I've tried all the suggestions online: I get: I've been looking at the following issue which…
1
vote
2 answers

Error - Executions on HTTP endpoints are disabled. Set enableHttpEndpoints to true in manifest file

In a Google Apps Script, I'm trying to use a Cloud Function URL as described here But I'm getting an error: Executions on HTTP endpoints are disabled. Set enableHttpEndpoints to true in manifest file. I've searched all over Google's documentation,…
1
vote
4 answers

Google Cloud Build Step Logs Not Viewable in Console

I am not able to view Google Cloud Build logs in the console. For each step that I click on I cannot see the associated logs in the Build Log window on the right (see picture). This occurs with both the Build Summary and each detail step. The only…
1
vote
0 answers

Unable to get Compliant state for OS policy assignment on GCP console

I created a RHEL7 VM and a OS Policy assignment with a simple config. Here is the YAML I'm using to validate. Below is the same shell script used in yaml for reference: export num=$(stat --format '%a' /etc/crontab); if [[ "$num" -eq 644 ]]; then…
1
vote
1 answer

Getting Unexpected response code 403 in android while Restrict API key to Android apps in google cloud console

I'm using Google Cloud API to fetch some posts from Blogger into my android app. I'm using Volly for requesting. All working fine when there is no Restriction to the API key. But when I Restrict my API key for Android, it stops working and I'm…
Venkat
  • 384
  • 1
  • 16
1
vote
2 answers

GCP project creation via API doesn't enable Service Usage API

I'm trying to automate the entire process of project creation using the official Google SDK for Node.js. For project creation, I use the Resource Manager SDK: const resource = new Resource(); const project = resource.project(projectName); const [,…
1
vote
1 answer

Android login via Phone in Firebase causes conflict with Cloud Console

The Firebase documentation states that to enable Phone login using Firebase, the SHA1 of the app needs to be added into the firebase console. I cannot do that because my apps's SHA1 + package name combo already exists in a project in Google Cloud…
1
vote
1 answer

Google cloud console [GCP] not working properly with k8s

I have a problem with Google cloud console and kubernates i have two projects: $ gcloud projects list PROJECT_ID NAME PROJECT_NUMBER telemetry Telemetry 571056202575 opex-prod OPEX 992345650242 If I check…
Ging3r
  • 2,010
  • 2
  • 17
  • 26
1
vote
0 answers

Google cloud VM instance CPU usage very high, and growing month by month

I have configured a VM Instance in Google Cloud with nodered, mqtt, grafana and influxdb, and wireguard tunnel. It is used only by me, for my home domotic system. Only few devices. CPU is growing month by month. I have already read about that you…