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

Can't SSH connect to Google Cloud Compute Engine after rebooting

I just restarted my google cloud compute engine instance and now I cannot SSH login to it. Before restarting, it worked fine. I tried fully stopping it and then starting again. There was a webserver on it and if I try to access any API method, I get…
Gintas_
  • 4,940
  • 12
  • 44
  • 87
0
votes
0 answers

Google Cloud Storage Console "You do not have sufficient permissions to view this page"

In last couple of days there is a strange error message in Google Cloud Storage console. It was operating normal for many months and suddenly this error("You do not have sufficient permissions to view this page") started to raise. Have tried to…
0
votes
1 answer

Load balancing in GCE to cluster

I'm trying to set up Load balancing to my cluster that I created via container engine but I keep getting 502 Server Error. Here is what I do. I make sure that my service really runs taking this ip in kubernetes dashboard I have only one instance…
James
  • 523
  • 4
  • 19
0
votes
0 answers

Google Server Key API restriction is not removed

I noticed a strange behaviour in the Google API Console. I added an IP Adress restriction on a server key and everything worked fine: the restriction was behaving as expected. However I afterward tried torevert back to the "no restriction"…
gbaccetta
  • 4,449
  • 2
  • 20
  • 30
0
votes
2 answers

Creating automatic disk snapshot (backup) retention on Google Cloud Platform

I'd like to know if there is a way to create an automatic backup retention for an instance (disk more specifically). I'm not very experienced with the console so I prefer a GUI way, but if there is no I'll be glad to know about the console method. I…
Yanipan
  • 664
  • 1
  • 10
  • 28
0
votes
1 answer

I don't see Google DataStore API usage statistics after upgrading from API v1beta2 to v1beta3

I used to watch API usage in either API section of Google cloud console or AppEngine section. But since moving from v1beta2 to v1beta3 of API I don't observer any charts there. It looks like no traffic while in fact there is.
0
votes
1 answer

How to deploy to a specific instance

How can I specify on which instance I want my app to run ? After gcloud preview app deploy, a new instance is automatically created for that new version. If I create a new instance (one with more CPU than those created automatically) it just stays…
lipsumar
  • 944
  • 8
  • 22
0
votes
1 answer

GoogleCloud Instance Public IP is not enabled in Ethernet interface

I have created an new Instance in Google cloud compute which has one Public dynamic ip and lan ip,But when i see the interface list, i can see only one LAN Ip interface.below the output for ifconfig.Please help me how to get the Public Ip in this…
Raja
  • 55
  • 1
  • 6
0
votes
1 answer

Google Cloud Compute - Virtual Machine Scaling and Load Balancing

I signed up for Google Cloud the other day using their free trial promotion. I love it so far. I've got a couple of questions that are probably generic to cloud computing, which I'm new to. I have my test virtual machine up without any issues,…
0
votes
1 answer

Google Cloud Storage fees

I got this email from google today: Hello Google Cloud Storage User, Please be advised that, beginning July 14, 2015, Google will begin charging the following fees for Google Cloud Storage: $0.01 per GB of data transferred between buckets …
0
votes
1 answer

solr on Bitnami Google cloud: cannot post data with the ADMIN/document page (permission denied)

I have a google cloud account and have bitnami:solr installed. In the solr Admin console (after selecting the core: collection1) there is a page called 'Documents' that will index / upload data that is in the text box. Using the default JSON data…
gtrfrost
  • 11
  • 2
0
votes
1 answer

Strange API activity

Was few days away from the computers and when back to work I found this very strange activity on my ape requests graph. I have nothing running whole weekend. Looks like some think monitoring each 3 seconds. Do you know what it can be or what to…
user2988257
  • 882
  • 4
  • 25
  • 43
0
votes
1 answer

Adding "email" and "profile" scopes to https://code.google.com

Drive SDK API configuration still points to the old form at code.google.com, and it has a problem with the new "email" and "profile" scopes we need to add instead of the deprecated ones (https://www.googleapis.com/auth/userinfo.profile and…
KatherineZ
  • 13
  • 5
0
votes
2 answers

install node.js using gcloud on Google Compute Engine

I need to install node.js using https://developers.google.com/deployment-manager/nodejs. when I create template using gcloud I get "message": "The user does not have write permission for project XYZprojectname." I tried Google Cloud Deployment…
0
votes
0 answers

I cannot change permissions/users in developers console

When I'm trying to modify user permissions for my project in https://console.developers.google.com the page loads without success. I can't change any users for my project. I've tried adding a new project and it's the same error. Do you overcome this…
Alexandru R
  • 8,560
  • 16
  • 64
  • 98