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
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
  • 8,544
  • 14
  • 63
  • 91
5
votes
2 answers

New To Cloud Storage -- Something Went Wrong

I just created a Google Cloud account and am attempting to load some data from my locale machine to a Storage Bucket for later use in an ML project. I'm following the quite simple instructions in the tutorial supplied to get a bucket up and running…
GMR45
  • 51
  • 1
5
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 +…
5
votes
1 answer

How do I restrict my Google Maps Time Zone API key to an Android application?

Is it possible to restrict the Time Zone API key to Android Apps? Google Maps Android API and Google Places API keys can be restricted to certain Androids Apps by defining the package name and SHA-1 hash. This works without problem for the Maps and…
5
votes
1 answer

The TensorFlow library wasn't compiled to use SSE3, SSE4.1, SSE4.2, AVX on Google Cloud Platform Console

I have a TensorFlow model to test a wide-n-deep neural network, but I can't get it to run on my windows machine because of a bug in the TensorFlow Library. Now I'm having to resort to Google Cloud Platform. I got everything set up where my python…
5
votes
1 answer

Google Cloud Resource Manager API: Test IAM Permissions

I am trying to use the Google Cloud Resource Manager API to test whether the authenticated user has permissions to a given project. I have read the Google Cloud Resource Manager API documentation and have tried sending requests, all which fail with…
5
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.
5
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
  • 7,955
  • 6
  • 43
  • 80
4
votes
0 answers

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…
4
votes
2 answers

Firebase console to Google console

I have project setup in Firebase console. Firstly I implement Firebase Cloud Messaging and now I want to integrate Google Places API but I don't know how. If I had created the project in Google console then I can do that but I had created in…
4
votes
1 answer

How do I resolve persistent inactive billing state in Google Cloud [Compute Engine] and restore paused VM instances?

I recently used up all my $300 free credits in Google Cloud compute engine and all my VM's got paused because one of them went beyond the free credit boundaries. I thought Google cloud would automatically start charging my billing account but that…
4
votes
1 answer

Connection to Redis cluster failed

I have setup Redis cluster in Google compute Engine by click to deploy option. Now i want to connect to this redis server from my node js code using 'ioredis' here is my code to connect to single instance of redis var Redis =…
Max
  • 5,493
  • 4
  • 26
  • 42
4
votes
1 answer

How to obtain GCM API Key, No Registered Apps in the menu

I am kinda stuck trying to obtain GCM API Key. I am developing an Android App with push notifications feature enabled. I am following http://developer.android.com/google/gcm/gs.html to obtain API key. But it seems that Registered App is not there -…
3
votes
0 answers

How to correctly rewrite urls for single page app in GCP static deployment

I'm automating deployment of a single page app that uses client side routing using GCP. So far, cloud build successfully builds my site and deploys the static assets to a bucket. A load balancer points at the bucket and I can successfully access my…
3
votes
1 answer

Ignoring exception from a finished function in Google Cloud Console Test

I am trying to email myself OnCreate of my firebase database. I am receiving the error "Ignoring exception from a finished function" when testing this in google cloud functions. const functions = require('firebase-functions'); const nodemailer =…
Michael R
  • 83
  • 6
1
2
3
11 12