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
49
votes
7 answers

Allow Public Read access on a GCS bucket?

I am trying to allow anonymous (or just from my applications domain) read access for files in my bucket. When trying to read the files I get ``` AccessDenied Access denied.
39
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…
26
votes
4 answers

What is the difference between gcloud and gsutil?

I want to know difference between gcloud and gsuitl. Where do we use what? Why certain commands begin with gsutil while others with gcloud?
26
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
  • 15,673
  • 16
  • 86
  • 138
26
votes
3 answers

How to add or change return uri in google console for oAuth2

I want to use google oAuth from my webservice i have created new oAuth key but when I use it i get Error: redirect_uri_mismatch The redirect URI in the request: www.blabla.com did not match a registered redirect URI Now, where to find the…
user2409832
  • 381
  • 1
  • 3
  • 6
23
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…
20
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…
17
votes
5 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…
17
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?
16
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,637
  • 3
  • 21
  • 33
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
  • 3,179
  • 2
  • 27
  • 49
13
votes
4 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.
13
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…
13
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
  • 181
  • 1
  • 8
11
votes
2 answers

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
  • 342
  • 3
  • 16
1
2 3
16 17