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

Google Cloud Module Project ID

I am having a funny co-incidence :P I have been alotted the project ID : sense-1054 Now I want to use this attribute as a name in my app manifest. And as we know, we can't use the character "-" in it. So it is giving the error: Error:(39) Tag …
1
vote
0 answers

Permissions to create Entities in Google Datastore via Cloud Console

I'm managing a project running in the google cloud and have a team working on it. The team-members are organized in a google group, that has the permission to edit the project. Each team-member can start instances, create container-engine cluster,…
1
vote
1 answer

GCE persistent disk data management

GCE beginner here...Basic question : How can I send data to a persistent disk? I have attached a persistent disk to an instance and tried sending files through the instance using the copy-file instruction. The disk seems correctly mounted (see…
Erwan T
  • 11
  • 3
1
vote
1 answer

Cannot access Drive SDK API configuration with the new Google Developers Console

We have configured Google Drive API access for our Chrome packaged application to register a custom file type. Everything worked fine for more than one year. Recently we have noticed that Drive UI does not show our custom file type icons. We try to…
libor
  • 41
  • 4
1
vote
1 answer

App Engine missing in Cloud Console

I have an old project (~1.5 years) that I want to start working on again. It shows up in the project list in the developers console. I am wanting to add an App Engine component to the project, but this item is missing from the categories on the…
hazzey
  • 1,179
  • 25
  • 29
1
vote
1 answer

Removing myself from projects

Last year, I used the Google cloud platform when teaching my class, so all of my students added me as a member to their projects. I now have dozens of abandoned projects showing up in my cloud console. Is there any way I can stop seeing them short…
1
vote
1 answer

Google Developer Console Github push to deploy private repository

I am trying to connect a private GitHub repository to a Google App Engine app via the Google Developer Console. I am entering the url to my repo, consenting, and then hitting connect. The page will redirect…
clocksmith
  • 6,226
  • 3
  • 32
  • 45
1
vote
1 answer

An API for creating and managing Google Cloud Console projects?

I believe there is an undocumented Google API available to create and manage Google Cloud Console (and App Engine) projects on behalf of third party users. Does anyone know how to use it? I think older versions of the Google Eclipse Plugin obtained…
Dan Lester
  • 89
  • 1
  • 8
1
vote
2 answers

Google App Engine - Google APIs Console - Google Cloud Console

I wanted to ask what the difference between Google App Engine, Google APIs Console and Google Cloud Console is? I will deploy a Project which will fetch some Websites and provide the data to my Android Application. What is the best to use? I do not…
0
votes
0 answers

Unable to set YouTube Video Title Programmatically using Java (Getting 500 and 405 Errors)

I'm working on a project where I'm utilizing the YouTube API v3 through Cloud Console using Java to update video titles programmatically. Despite successfully retrieving video properties like number of views, likes, comments and getting the youtube…
0
votes
1 answer

Google auth page is not working in my current project. I am attaching the image current problem and the eroor message

I am trying to make a project which uses google plus api from google cloud console that is used for authentication, but as soon as I click on the id for the authentication it shows this error. I dont know what to do next its frustrating. I tried…
0
votes
1 answer

Unable to Delete the emails using Gmail API

I am trying to delete the emails from Gmail inbox using Gmail API. During this process i am getting below error. As per the below error understand that i dont have right privileges to delete emails. Please advise me on how to grant access in Google…
0
votes
0 answers

Getting 'Make sure that all fields are correct to continue' error while creating Windows 11 image on Google Cloud

Error getting Windows 11 working on Google Cloud I have uploaded and created my own Windows 11 image, with my own licence. Showing Windows11 Image being used After filling out all of them details and boxes that I can visible see, even opened all of…
0
votes
1 answer

How to change project owner in Google BigQuery after accidentally assigning service account ownership?

Accidentally made service account owner of a Google BigQuery project I created Google BigQuery project in my Google Cloud Console to pull in raw data from a Google Analytics 4 property. I'm fairly new to GCS and BigQuery so I accidentally made my…
0
votes
1 answer

google play purchase notification for pub/sub topic work incorrect

0 I encountered a problem at work. I am implementing purchase notifications for my company's game in Google Play Store. I bind a Google Cloud project which has a Pub/Sub topic and subscription with Google Play Console. I have completed the relevant…