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
1
vote
1 answer

gcloud can't access cloud sql

I can list the databases in my Cloud SQL instance but I can't connect to it. gcloud beta sql databases list --instance=dbinstance NAME CHARSET COLLATION information_schema utf8 utf8_general_ci main utf8 …
stephen
  • 385
  • 3
  • 24
1
vote
1 answer

Cannot assign ipv4 address in instance google cloud sql

I have tried to delete and add new instances to try it again, but it keeps on showing me the following message when I try to modify the authorised networks of an MySql instance: "You don't have permission to edit authorized networks on this…
1
vote
1 answer

GCP Python3 Startup Script Issue

I've used startup scripts on Google Cloud Compute Instances: setsid python home/junaid_athar/pull.py And I can run the following script on the VM without issue when logged in at the root directory: setsid python3 home/junaid_athar/btfx.py however,…
1
vote
2 answers

cannot access nodeJS REST API on google cloud ubuntu 16.04 instance but I can ping on the public IP successfully

I have a Ubuntu 16.04 instance on google cloud and I can ping the instance with it's public IP, I'm trying to run a nodeJS backend REST-API on it.. I have successfully check API on my local machine, along with mongoDB. In terminal connection I can…
1
vote
1 answer

Name of the Google compute engine

I am new to Google Cloud Platform and trying to understand it. I have launched a compute engine and have installed a web application. I can access that application using External IP address of the engine or with private IP address from within the…
Ravi
  • 1,082
  • 4
  • 15
  • 24
1
vote
1 answer

Stop billing method at Google Cloud Console

I have added my Credit card information at Google cloud services which provided me 1 year of free subscription. Now, I wanted to remove the card information and wanted to stop billing. What's the way to do this?
AnkitRox
  • 534
  • 1
  • 6
  • 16
1
vote
1 answer

How to get the api usage per key

I created 2 keys on my account for two applications Is it possible to have the usage per key to identify which function was most used? thanks best regards
1
vote
1 answer

FCM Server Key Restriction

When i create a new project in Firebase console, it generates a cloud messaging api key by default. Take my key per ex: This key is also created in the google api managers console, same key per ex: It's all good, but I'm gonna be using this key to…
1
vote
1 answer

Time it takes for a project (Firebase and Cloud) to be completely deleted with its SHA1 key credentials?

I deleted my project from Firebase console and from Google cloud console. After deleting the projects, when I am trying to connect Firebase in my Android app, I am getting this error Firebase No clients were able to be added to your…
1
vote
0 answers

Google Cloud Platform Console - Each visit to Stackdriver/Logging page results in an error being reported

I came across an odd behaviour of Google Cloud Platform Console. It seems that each visit to "Stackdriver" -> "Logging" produces an error. Unfortunately, this error is only manifested by incrementing the total number of errors shown in "IAM & Admin"…
1
vote
1 answer

Is it possible to add a description to the Cloud Endpoint Java fields in the API Explorer?

I try to add a description for field on java google endpoint like this : https://developers.google.com/apis-explorer/#p/adexchangebuyer/v1.2/adexchangebuyer.accounts.get On field id there is a description : The account id (integer) Theres is an…
1
vote
1 answer

DNS and Google Cloud Platform load balancer

I am trying to use google cloud platform for the first time and seem a bit hung up on something that I would think should be easy. I created an instance group and am trying to create a load balancer to point both http and https traffic to that…
1
vote
2 answers

Google Vision API text detection Python example uses project: "google.com:cloudsdktool" and not my own project

I am working on the python example for Cloud Vision API from github repo. I have already setup the project and activated the service account with its key. I have also called the gcloud auth and entered my credentials. Here is my code (as derived…
1
vote
1 answer

Lost ability to edit Cloud Storage permissions

I've lost the ability to edit a bucket's permissions ( I want to enable a bucket to be publicly readable ), but I cannot seem to fund the old icon that used to be clicked on to edit permissions ( the 3 vertical dots ). They seem to have disappeared…
1
vote
0 answers

pyquery not installing on google cloud console

I am trying to install pyquery on google cloud console. I tried the command pip install pyquery which worked fine on my local system. But when i run it on cloud console it gives the following error. pyquery installation error pyquery installation…