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

Firebase node.js cannot read cloud API private key file

I am using Firebase as my server. I need to use a Google Cloud API so I have the following in my functions/src/index.ts file: const { google } = require('googleapis') const key = require('./auth.json') const scopes =…
salyela
  • 757
  • 2
  • 7
  • 18
0
votes
1 answer

How to access Google Cloud instance in the Google Cloud Console?

I have created a Google Compute Engine instance and want to access or connect that instance with the Google Cloud Console. I have checked the Google Cloud documentation, so far not succeeded in finding how to access. If anybody could provide guide…
Kedar17
  • 168
  • 1
  • 11
0
votes
1 answer

Setting Firewall rules - from Google Cloud Console vs from within Instance

I have a google cloud Windows VM which is hosting a QlikSense server. The server should be accessible using the VM's External IP using https i.e. port 443 as this is one of the default rules in Google Firewall rules. But it is not. It only works…
0
votes
1 answer

I cannot delete a collection in cloud Firestore fron the console

I cannot delete a collection in cloud firestore from the console. When I try to do it I get the message in the capture below. I'm project owner on the project hosting firestore. Best regards,
MBHA Phoenix
  • 217
  • 2
  • 12
0
votes
2 answers

How to create BigQuery Table from JSONs in Google Cloud Storage if some fields have forbidden characters?

I'm trying to move a bunch of data that I have in a bucket (newline delimited json files) into BigQuery. BigQuery forbids certain characters in their field names, such as dashes - or slashes. Our data unfortunately has dashes in many of the field…
0
votes
1 answer

Gmail API Credit Card Information

Is it possible to use the Free Trial on Google Cloud Platform to enable Gmail API, without providing Credit Card information? I am trying to enable Gmail API for sending Emails through an Email address procured under GSuite prior 2012. Please…
Mukund Pradeep
  • 19
  • 2
  • 13
0
votes
1 answer

couldnot access ssh on port 22, while opening terminal using browser front-end

I am accessing google cloud instance terminal using browser front-end, but it is not opening. It gets struck on transferring ssh keys and ends by giving the error "couldnot access ssh on port 22"
0
votes
1 answer

Gcloud compute - How to get a list of all external IPs of instances?

Looking for a gcloud command that will return all external IPs of the instances currently active. I understand gcloud compute addresses list returns a list of all instances but is there a way to filter out certain information to just return…
0
votes
1 answer

installing tensorflow on ubuntu linux, protobuf version issue

While installing tensorflow on Ubuntu (GCloud VM), I am getting alert as - pip install tensorflow apache-beam 0.6.0 has requirement protobuf==3.2.0, but you'll have protobuf 3.5.2 which is incompatible. when I try to upgrade apache-beam. It is…
0
votes
1 answer

Crashlytics close event permission

In Firebase crashlytics console is it possible to give to a developer with Read-Only permission for the entire project the authorization to close crashlytics events? I have tried the following permission for the developer: Error Reporting…
0
votes
1 answer

bigquery command line - bq show vs MySQL show create table

To find a schema of a BigQuery table, I can use bq show But bq show will display the the schema info in this format date: string |- channel_id: string |- video_id: string |- asset_id: string …
searain
  • 2,319
  • 4
  • 18
  • 39
0
votes
1 answer

Using helm client on google cloud

Hello I want to use helm on google cloud console. Tiller is already installed. I did the following steps: wget https://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-linux-amd64.tar.gz Then: tar zxfv helm-v2.7.2-linux-amd64.tar.gz Now I can…
0
votes
1 answer

How to re-add owner in Google Cloud Platform when last owner made himself editor?

In Google Cloud Platform console, the only owner accidentally made himself an editor. Now adding new members are not allowed by anyone. Is there a way re-adding an owner? screenshot from Google Cloud Platform console
Chin
  • 21
  • 2
0
votes
1 answer

Impact on existing Android application when upgrading Drive v2 to v3 (Using Google Sign-In)

We have recently upgraded our Android application from Drive v2 to use Drive v3 API. The last time we upgraded was when Google Drive had its own individual web console. During the upgrade we noticed that we now have to use GoogleSignIn to access…
0
votes
1 answer

Load Balancer marks instances as unhealthy even though no health checks are enabled

I am trying to setup a TCP load balancer for ports 80 & 443. I have created an instance group and I can curl the instances and verify they are running. However the load balancer states the instances are unhealthy. I originally tried setting them up…
killachaos
  • 328
  • 3
  • 13