1 - Create a Google Cloud Project
Last updated
Last updated
💡 Review GCP Setup from the course if needed
Sign in to Google Cloud Console:
Visit the .
Sign in with your Google account. If you don't have one, you will need to create an account.
Create a Google Cloud Project:
If you don't have a project yet, you'll need to create one.
In the Cloud Console, click on the project drop-down at the top of the page.
Click New Project.
Name your project PetFinderAPI
Click Create.
Enable Google Cloud Storage API:
In the Cloud Console, navigate to the APIs & Services > Library.
Search for Google Cloud Storage in the search bar and select Google Cloud Storage JSON API.
Click Enable to enable the API for your project.
Create a Service Account:
Navigate to IAM & Admin > Service Accounts in the Google Cloud Console.
Click Create Service Account.
Service Account Name: Enter a name petfinder-api-access
, create + continue
Role: Choose Owner
In the Role dropdown, select Storage Object Admin
Click Continue & Done
Now you should see your service account! Click on it, and then click Keys
tab
Add Key - Create New Key, select JSON. This will generate a key file that you'll download
Click Create and save the downloaded JSON key to a secure location on your machine. :warning: - Service Account Key: Keep the service account JSON file secure and DO NOT add it to github.
❗ I recommend keeping up your cloud browser