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
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
  • 2
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][1] and have tried sending requests, all which fail…
Ken
  • 133
  • 1
  • 7
4
votes
0 answers

How to populate the "Description" field for docker images in GCP Artifact Repository

I have pushed a docker image to an artifact repository in google cloud. When I go to the google cloud console Artifact Repository page, I see this: When I click on the kebab menu on the right, I can edit the tags but I do not see an option to edit…
4
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…
4
votes
1 answer

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…
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,733
  • 4
  • 30
  • 44
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

Cannot edit Google Compute VM in Console - get "Make sure all fields are correct to continue"

I was making small edits to the startup script of my Compute VM in the Console, without issue. Now all of a sudden I get this "Make sure all fields are correct to continue" banner that appears when I try to save. Even if I click edit, make NO…
Derrick
  • 323
  • 2
  • 10
3
votes
2 answers

Test Google Cloud PubSub emulator with a push subscription

I'm trying to setup a GCP PubSub service that will work with a push type subscription. However it's impossible to create one in the developement stage, while I have no accessible endpoints. I assumed that the emulator would allow me to specify a…
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
  • 93
  • 1
  • 8
3
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: …
1 2
3
16 17