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
8
votes
0 answers

Setting IAM roles for Firebase access

I have a Firebase account linked to a Google Cloud account. I want to add a collaborator to Firebase, but not allow them to have access to our entire GCP account. There is no role or ability to create a custom role to grant access to Firebase. Is…
Ed1901
  • 358
  • 2
  • 8
7
votes
1 answer

Places API not working. Error: You must enable Billing on the Google Cloud Project

I have an Android app where I display nearby places like gas stations, pharmacies, etc. using Google Map. I am using Maps & Places…
7
votes
2 answers

How to type special symbol on Cloud Shell with Mac EU keyboard?

Considering this context: MacBook European Keyboard (or non US keyboard) Google Cloud Shell (on Google Cloud Console) How to type special symbols like | (pipe), \(backslash) ? Normally, on MacOS, we can use ALT + SHIFT + L for | (pipe), and ALT +…
7
votes
5 answers

GCP: You do not have sufficient permissions to SSH into this instance

I have a (non-admin) account on one GCP project. When I start the Dataproc cluster, GCP spins up 3 VMs. When I try to access one of the VM via SSH (in browser) I get the following error: I tried to add recommended permissions, but I cannot add the…
7
votes
1 answer

How to use gcsfuse allow_other option?

How should I write the command in Google Cloud SSH session to a Ubuntu instance? I tried gcsfuse --allow_other, it gives me an error that gcsfuse works exactly with two arguments.
7
votes
1 answer

How to change email account on Concent screen of Google Cloud Console?

I am stuck. I have created this app for some time already. At that point I just used my account. Now I'd like present a user with a different email that corresponds to system support email. Is there a way to change it? UPDATE: please see my…
Schultz9999
  • 8,717
  • 8
  • 48
  • 87
6
votes
1 answer

How to get count of invocations of my particular Firebase or Google Cloud function from console?

Is it possible to get some overview (in Google Cloud console or Firebase console) where I could see how many times was my Firebase (or Google Cloud) function run? In GC console I can only find graph with "invocations per second" for each of my…
6
votes
1 answer

How do I see the errors shown in the Google Developers Console Project Page?

I'm on the Google Developers Console Project page (https://console.developers.google.com/project) and I can see that I have a number of errors for one of the Projects. It says that the number displayed is the number that Google has sent over the…
Graham Carey
  • 126
  • 1
  • 9
6
votes
2 answers

How to grant multiple appengine projects access to the same Cloud Storage bucket?

Google Cloud console allows creating buckets from inside a project and edit the Access Control List. I created a bucket, bucket-foo from one of my apps app1 Now I would like to use the same bucket inside another app2. I am unable to figure out how…
Pranjal Mittal
  • 10,772
  • 18
  • 74
  • 99
5
votes
1 answer

Flutter: SafetyNet Attestation fails basic integrity

When trying to run Firebase Phone Authentication through a Virtual Android Device am getting the following error messages; E/zzbf ( 6464): SafetyNet Attestation fails basic integrity. I/zzmt ( 6464): Provider GmsCore_OpenSSL not…
5
votes
1 answer

GCS 'Storage Object Viewer' role cannot view objects

I am trying to give a user read access to a Google Cloud Storage bucket. The user has the "Storage Object Viewer" role but the user cannot see the items in the bucket: The project ID is valid and according to the docs the "Storage Object Viewer"…
5
votes
6 answers

Decode integrity token using Google PlayIntegrity API

I am trying to implement PlayIntegrity API to my Android app, but I don't know how to decrypt and verify the token using Google's servers. I followed the documentation up to this point: And now I am stuck on making the decode request to googleapis.…
5
votes
0 answers

How can I reset OAuth consent screen?

I have followed instrucctions from OAuth consent screen - ability to remove application logo to remove logo. But now, when I try to create an OAuth client Id I can´t because the following message : "The brand that you're trying to edit has been…
Víctor
  • 416
  • 5
  • 15
5
votes
3 answers

Google OAuth2 integration Error 400: redirect_uri_mismatch

I'm getting this error Error 400: redirect_uri_mismatch even after giving the proper redirect uri. You can check the images below for the reference. It works for my localhost but it shows this error for my server. My domain looks like…
5
votes
0 answers

invalid runtime value go when trying to deplay a proxy app

I'm trying to deploy my direction app in Google Cloud Console using the terminal with: gcloud app deploy But I get this error: peter@cloudshell:~/direction-proxy (myapp-3f67k)$ gcloud app deploy ERROR: (gcloud.app.deploy) Staging command…
1
2
3
16 17