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
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
  • 324
  • 5
  • 17
2
votes
1 answer

How to add a range of IP addresses in GCP?

I'm trying to add a range of IP addresses as suggested in the Google Cloud Platform: Examples: 192.168.0.1, 172.16.0.0/12, 2001:db8::1 or 2001:db8::/64 So I need a range from: 123.123.123.0 -> 123.123.123.99 This is what I have…
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
  • 295
  • 4
  • 16
2
votes
0 answers

How to restrict firebase web apikey on google cloud console without breaking facebook login?

I'm trying to restrict with http referrers my firebase web api key with the domains of our production and test environments. By accessing to the google cloud console, selecting APIs & Services -> Credentials, I'm successfully able to restrict the…
dev_mush
  • 2,136
  • 3
  • 22
  • 38
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
0 answers

How to detach Firebase project from organisation?

I'm trying to detach a personal Firebase project from my organisation that was wrongfully attached during creation. This seems impossible. In the IAM & admin console there's a tooltip near the organisation section: Projects can't be detached from…
Guido Bouman
  • 3,155
  • 4
  • 22
  • 33
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…
2
votes
1 answer

Do I need to restart my instance for firewall rules to apply

I have a Windows 2016 server instance running a node.js website on Google Cloud Engine (please don't ask why). The node.js app does this: var server = http.createServer(app); server.listen(3000); which, according to the node documentation, listens…
2
votes
0 answers

Why does GCR's container registry ignore the _catalog pagination parameters

While trying to query my GCR container registry using the _catalog API with a pagination parameter I observed that there is no pagination mechanism as descriped in Docker's documentation. $ TOKEN=$(gcloud auth print-access-token) $ curl -v -u…
0x90
  • 39,472
  • 36
  • 165
  • 245
2
votes
2 answers

New Google Cloud Console not showing TEXT field

In new Developer Console TEXT field are not shown, I can see only an empty JSON Object; instead in the old one is possible to see part of the content. Maybe I have to attach a property or an annotation to allow the visualization in the Datastore…
2
votes
2 answers

How to associate a pre-existing billing account with a new app engine project in Google cloud console?

I have a pre-existing billing account for an earlier project, that works fine. How can I associate a new project with that same account? In the Google Developer Console, if I select the new project and try to enable billing it gives me the forms to…
antont
  • 2,676
  • 1
  • 19
  • 21
1
vote
1 answer

getting error 403 Forbidden SenderId Mismatch for new registration tokens while trying to send a notification message to FCM

On my web project was used old GCM messaging, I migrate it to new FCM I'm changed code on server for sending requests to https://fcm.googleapis.com/v1/projects/{my-project-id}/messages:send. I'm changed fronted JavaScript code for…
1
vote
1 answer

Is there a way to inspect the files inside a PersistentVolume from GKE by using Google Cloud Console?

Consider a pod, whose one of the containers mount a PVC that points to a persistent volume (using NFS storage class). All of it is running over Google Kubernetes Engine. Is there a way to inspect the content of the persistent volume via Google Cloud…
brandizzi
  • 26,083
  • 8
  • 103
  • 158