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
17
votes
2 answers

See which domains use a Google Maps API key?

Is there any way to check which domains/websites use a specific API like "Google Maps Embed API" in console.cloud.google.com? It's a project with multiple keys which don't indicate where they were used. Background: There is a key used on multiple…
16
votes
2 answers

Where to check for Firebase Realtime Database Location (US, EU, or Asia)

I'm a developer in Australia and and I'm using the Firebase Realtime database for a project on Android and iOS. Customers are complaining about lag and delays, especially when logging-in, and I'm trying to find out if any Firebase processes are by…
15
votes
3 answers

Regular Expressions in Google Cloud Console Logging

How do you search Google App Engine logs in the new Cloud Console using regular expressions? This blog post suggests you just need to type regex:my.*query to search, but that does not seem to work in the logging console. When I do that, it…
speedplane
  • 14,130
  • 14
  • 78
  • 128
15
votes
4 answers

Google Cloud SQL "Idling IP Address"

I have been looking at the console’s billing as far as Cloud SQL and the VM Instance is concerned. I see that a lot of the cost comes from the idling hours of the Cloud SQL IP address. I am unsure as to where the settings are for this as i have…
superuserdo
  • 1,375
  • 3
  • 17
  • 33
14
votes
3 answers

Count number of GCP log entries during a specified time

Is it possible to count number of occurrences of a specific log message over a specific period of time from GCP Stackdriver logging? To answer the question "How many times did this event occur during this time period." Basically I would like the…
14
votes
3 answers

Insufficient tokens for quota 'administrator' and limit 'CLIENT_PROJECT-100s' of service 'pubsub.googleapis.com' for consumer 'project_number:#'

I sometimes get the following error when creating a subscription: Insufficient tokens for quota 'administrator' and limit 'CLIENT_PROJECT-100s' of service 'pubsub.googleapis.com' for consumer 'project_number:' Waiting it out does the trick, but…
IAmCoder
  • 2,674
  • 1
  • 21
  • 40
13
votes
2 answers

What is the difference between gsutil and gcloud?

I want to know difference between gcloud and gsuitl. Where do we use what? Why certain commands begin with gsutil while others with gcloud?
12
votes
2 answers

Google Cloud Platform not allowing project shut down due to lien

I am trying to delete a GCP project, but each time I get a message that says: Error The project has a lien against it. Tracking Number: Can anyone advise?
11
votes
1 answer

How to turn Compute Engine service OFF

A couple of weeks ago, I was casually playing around with the Google Cloud Console, and created a Compute Engine VM. The process was as simple as "create a VM, name it something, save", and that is it. I have no need for a Compute Engine instance…
user105909
  • 161
  • 1
  • 8
9
votes
3 answers

Google Cloud Storage: How Much Total Space Am I Using?

I am using Google Cloud Storage. Where can I determine my total space used? I can't seem to find where in the dashboard it tells you the total usage in megabytes or gigabytes.
8
votes
1 answer

How to Update Roles of Existing Service Accounts - Google Cloud Console

I am using the Google Cloud Console for this purpose. When I create a service account, I can assign specific roles. But after I create it, I don't see an option to Update Roles of Service Accounts. I tried to edit the service account, and still no…
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
  • 309
  • 2
  • 8
8
votes
3 answers

Moving files between folders in Google Cloud Storage with Google Cloud Console

I have uploaded several files into the same folder on Google Cloud Storage using the Google Cloud Console. I would now like to move several of the files to a newly created folder in Google Cloud Storage and I cannot see how to do that via the…
7
votes
1 answer

upgrade user to superuser in postgres google cloud

How do I create a user with superuser role in Postgres serwer with google cloud console? When I create databases in google cloud, the default user is a non-superuser. From this role it is not possible to upgrade.
Troels
  • 222
  • 2
  • 13
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
1
2 3
11 12