Google: Create Developer Project - One time step to get started with Google Developer Console
Before you set up your first Google OAuth application or do any other actions with the Google Developer Console, you need to create a new project. This page describes how to do that.
Steps to Create a New Project
-
Navigate to https://console.cloud.google.com/cloud-resource-manager and login with your UCSB Google Account.
You’ll see something like this, except you might not have anything under the
UnPaid
folder. (That is where you’ll create your projecct). -
Click the
Create Project
button ().
You should then see a page like this one.- Fill in the name of the project with something meaningful such as the course and quarter (e.g.
ucsb-cs156
) - The organization should be
ucsb.edu
- Under
Location
clickBrowse
and then selectUnPaid
as in the animation below:
- Click
Create
- Fill in the name of the project with something meaningful such as the course and quarter (e.g.
What’s next
Typical next steps are:
- First, Configuring the OAuth Consent Screen,
- Followed by Setting up a
GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
for an OAuth app