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:

176 questions
3
votes
1 answer

Is it possible to set user permissions for different namespaces in google datastore?

I have a namespace that store some important information and I want keep permissions restrict only to this namespace. Is it possible?
3
votes
0 answers

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…
3
votes
1 answer

"gcloud container clusters create" command throws "error Required 'compute.networks.get'"

I want to create GKE clusters by gcloud command. But I cannot solve this error: $ gcloud container clusters create myproject --machine-type=n1-standard1# --zone=asia-northeast1-a ERROR: (gcloud.container.clusters.create) ResponseError: code=403,…
3
votes
3 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…
3
votes
1 answer

Google cloud sql instance infinite loading on restart

We have google cloud sql instance with around 10.000 databases. Time to time mysql instance becomes unresponsive, so all we can do is just restart from the google console. (The reasons why it becomes unresponsive are not known currently :( ) Today…
ArmeniaH
  • 664
  • 1
  • 6
  • 18
3
votes
1 answer

CLOUD SQL - Can’t save ‘add auth IP’ settings in Google Cloud console

I want to authorize/add a IP under Cloud sql ‘Access Control’ in Cloud console, I can add new IP, but when I click the SAVE button, it does not seem to function or nothing happens when I click the SAVE button, not even an err message is thrown. We…
Sattanathan
  • 443
  • 6
  • 24
3
votes
1 answer

How to add to the Google Cloud Console Consent Screen email address drop-down?

The "Consent screen" (under "APIs & auth") for an app on the Google Cloud Console shows only my email address in the drop-down. How do I add other addresses to that, for example a "support@example.com" address? Is it important?
Brian White
  • 7,745
  • 2
  • 37
  • 63
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
  • 244
  • 2
  • 14
2
votes
1 answer

Dataproc can not auto-generate staging bucket

I am very new to gcloud and dataproc, and I use gcloud console. Dataproc can not auto-generate staging buckets for my account, and every time I need to specify an existing bucket for every new cluster as 'staging bucket' when I configure cluster or…
dorish
  • 21
  • 1
2
votes
2 answers

Can not remove a container image from the Google Container Registry from Console

I have project OWNER right, but can not remove image from console, Delete is disabled and there is tag "you do not have pemission to delete this image". By gcloud everithing works. I remove buckets - _cloudbuild and artifacts.appspot.com but it…
Chipintoza
  • 265
  • 3
  • 14
2
votes
0 answers

Projects not appearing in Google Cloud Console / `gcloud projects list` for added Project Editor/Viewers

After adding other users from my organization as Project Editor and Viewer the projects aren't showing up in their Google Cloud Console project list, nor are they visible in gcloud projects list. However if I give them a link directly to some…
2
votes
1 answer

Google Cloud Compute Engine VM stopped for unknown reason?

One of our VM instances in Google Cloud Console was stopped, and we can't figure out why. There are 4 similar compute.instances.stop logs listed in the stackdriver logs. This is one of them: jsonPayload: { actor: { user: …
2
votes
0 answers

Versioned Google App Engine site can’t be reached

I have a static website for which I would like to deploy preview for each git commit. I am using Google App Engine for this. I am able to succesfully deploy this. The version shows up in the versions section in the Google Cloud console, which also…
2
votes
1 answer

How to terminate already triggered Firebase Cloud Function?

I deployed a Firebase Cloud Function that automatically resize images when images are uploaded to the bucket. It will then upload the resized versions to the bucket as well. However I made a mistake in not checking for already resized images. So the…
2
votes
2 answers

Google Cloud Logs not exporting to storage

I'm trying to set up a sink that will export a certain set of Google Cloud Platform logs to a Google Cloud Storage bucket but can't get it to work and the documentation doesn't seem to match what's happening on the GCP console. Steps (all using the…
1 2
3
11 12