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

I can't view the source code of my Cloud Function from Google Cloud Console( Firebase using)

As I am owner of the project, last week I could view the source code via Google Cloud Console but now I can't view it like attached files. Please, let me know what I should do.
1
vote
0 answers

blank top menu on the Google cloud console

I'm using the Google cloud console for online training with the last version of Firefox (75.0) and Ubuntu (18.04.4). Just after the login, the home page is briefly displayed correctly, then the top menu disappears, leaving just a blank stripe below…
beardybear
  • 159
  • 2
  • 15
1
vote
1 answer

whitelisting IPs for GCP access

Is there a way that one can whitelist IPs that can access GCP console. We have GCP setup, but at the moment, one can login to the console from any IP via their gsuite account. How can we limit that to only when on the VPN?
lightweight
  • 3,227
  • 14
  • 79
  • 142
1
vote
1 answer

Several missing permissions on GCP Console after account signup

Yesterday, I signed up for a Google Cloud Account. Since I want to link the user access with our own identity platform, I followed the instructions from this…
Ringo De Smet
  • 448
  • 3
  • 13
1
vote
1 answer

Consolidating many Google App Engine apps into a single Application/UI experience

Looking at Google Cloud Console, which is arguably one of the best UIs when compared to other cloud providers: On the left you have a list of say 'apps' which I assume are fairly independent applications developed by different teams, with different…
1
vote
1 answer

Verified Application presented as "Unverified" to End Users

My company has an application that was verified through the Google OAuth Review/Verification process and is listed as "Published" in the Cloud Console; however, end users are starting to receive the "This app isn't verified" warning when needing to…
1
vote
0 answers

How to obtain verification for a set of Python scripts?

I have written a set of Python scripts to access Google Drive on my behalf, to upload/download files and share them. I use this to distribute and retrieve homework in a class. My "app" is unverified by Google, and it's not clear how to have it…
Luca
  • 968
  • 1
  • 9
  • 17
1
vote
1 answer

Unable to check the status of Google OAuth consent screen verification process

I submitted the consent screen with some Sensitive scopes (classroom.courses etc) around more than 1 month back and after 1 day i get the message from google that i have to verified the domains so i complete the verification process of domain and…
aamir
  • 13
  • 2
1
vote
2 answers

nodeJS app cannot connect to google MySQL data instance

I hosted a nodeJS application in google console under a paid account. When i tried to connect my nodeJS app to MySQL db in localhost server it is working but once i configured it to work in google cloud console it says can't connect to database. I…
1
vote
1 answer

Dataflow pipeline stuck at reading from Pub/Sub

After one day of working completely fine, streaming data from Pub/Sub, flattening the data and writing the rows to BigQuery; the Dataflow Pipeline has started reporting errors like this: Processing stuck in step s01 for at least 05m00s without…
1
vote
1 answer

Can't create project in Google Cloud

I am trying to create a project in the Google Cloud Console but I can't associate it to a an organization: The list of organizations is empty. How can I create one?
codependent
  • 23,193
  • 31
  • 166
  • 308
1
vote
0 answers

GCP API dashboard does not count all my requests

I have an app running on the appengine that uses Cloud DataStore and Cloud Storage. I know for sure DataStore and Storage are used since there's code for that and if I disable the APIs, the app stops working. But whatever I do, I can't see the…
1
vote
0 answers

google_maps_browser_key returning error_message for autocomplete search

Here is a response that I'm getting. Note that I've created project in Firebase and Google API console. Added my SHA1 key in both the projects, generated the key. still not working. Also there is no restrictions in my API. I've already seen similar…
Zobair Alam
  • 527
  • 1
  • 5
  • 24
1
vote
1 answer

Increasing number of vCPUs for a single computation and billing

While studying basic ML algorithms on MNIST database, I noticed that my netbook is too week for such purpose. I started a free trial on Google Cloud and successfully set up VM instance with 1 vCPU. However, it only boosts up the performance 3x and I…
1
vote
1 answer

Error: "does not have storage.buckets.get access to default” when trying to connect to Google Cloud Console

I am trying to connect Google Cloud Console and Skyvia so I can run SQL queries using Salesforce data. In Skyvia, I am getting error "does not have storage.buckets.get access to default” when trying to connect to Google. I am not a developer or…
aronfromct
  • 11
  • 3