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

ErrorResponse of the type below while trying to create a bucket in GCP

I am trying to create a bucket in GCP as part of a tutorial. I was assigned a temp qwiklabs username and password through which I logged in. But when I go ahead and create a bucket in the console, I seem to be getting this error. ErrorResponse:…
0
votes
0 answers

Is there a way to exit from TMUX session from using Google Cloud Console on Mobile

I have tried to login to a VM instance in google cloud. I used the google cloud console to SSH into the machine, also tried to use tmux inside the terminal. But now there is no way to escape "CRT+B D" to do inside the mobile. Any one have suggestion…
Dr.House
  • 784
  • 5
  • 11
0
votes
1 answer

Unable to view organizational policies of GCP organization I own

Within an organization of which I am the sole admin, I am unable to enumerate and therefore manage the organizational policies from within the GCP console. Does anyone know why this might be and/or how I'd go about fixing it? Any guidance as to…
0
votes
0 answers

How I can specify authorized redirect URIs and origin URIs on google cloud platform

I integrate an google OAuth 2.0 on my nodejs web application and I setup origin and authorized redirect URIs on google cloud platform , when I try to signin with google on local everything goes fine but when I switch my app to production I changed…
0
votes
1 answer

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent?

i'm making login application with firebase, I enabled Email/password and google providers both are working perfectly on Api less than 31 but on levels above that google works but Email/password doesn't and i don't know the problem. What i tried to…
0
votes
1 answer

Connect to gmail account with oauth refresh Token

I want to connect to Gmail API with oauth refresh token, my project has the UserType External and now it is in testing status, so the refresh token is expired after 7 days. I think the scopes needed for reading emails are Restricted…
0
votes
1 answer

Is it possible to add an IP address to the Google Console's list of allowed javascript authorised origins?

I have implemented the Sign in with google option in my web app. (JSP page, Tomcat server, localhost:8080) Google sign-in works fine while running it in localhost, but the sign-in option is not working while running the web app using IP address, it…
0
votes
1 answer

Google Cloud Function Cors Error Only When Error is Thrown

Dealing with a google cloud function that receives and responds as expected when there are no errors, however IF the function throws an error, on the client-side (Chrome) I receive a CORS error. I can't figure out if the issue is with how I am…
0
votes
2 answers

Configure CORS on a bucket, command can't find file?

You might have to zoom in the picture, but I'm trying to update my bucket's CORS configuration by using the command "gsutil cors set gs://" but seems like it can't find my file even though it is clearly…
Snorlax
  • 4,425
  • 8
  • 37
  • 68
0
votes
0 answers

Google Chat API - Error loading configuration

I developed a bot in the google apps script editor. To use this functionality in the google chat I need to pass the deployment-id (after each deploy) to the Google-Chat API. Before some weeks it was possible to navigate to the following: "Google…
nwolf
  • 31
  • 5
0
votes
1 answer

How do I set Cache-Control metadata on a uniform bucket?

I have a bucket of images on Google Cloud storage. I've set the bucket's access control to uniform and made the bucket public. I'd now like to set the Cache-Control metadata for the bucket to have a max-age of one year, rather than the default one…
0
votes
1 answer

Not able to submit request for quota increase in GCP for any resource available

I have been trying to increase the quota limit for multiple GCP resources including compute engine and IP addresses but always get a popup that "not eligible for quota increase". I found this issue happening with other users as well but it was still…
0
votes
0 answers

Google Cloud Scheduler issues using python sdk 2.6.0

I am using google's python sdk (v2.6.0) for creating jobs on Google Cloud Scheduler that have a HTTP target. Jobs are getting created, however, I am facing a couple of other issues: The HTTP target doesn't receive the X-Cloudscheduler-Scheduletime…
0
votes
0 answers

How to get the google docs/spreadsheet id using google drive api in flutter?

I have created a function that is implemented in my flutter app, I set up all the configurations in the google cloud console for uploading files to google drive API. My function looks like this Future uploadFileOnDrive() async { try { …
0
votes
2 answers

`gsutil equivalent` missing in GCP User Interface

I am doing a tutorial on Google Certified Associate Cloud Engineer 2020, which used to be on Udemy and now is on Cloud Guru. I am watching a video on GCS: Google Cloud Storage. At one point tutor, while using GCP User Interface, is renaming a file.…
Marcin Kulik
  • 845
  • 1
  • 12
  • 28