Set Up an App Dev Environment on Google Cloud

Cloud Storage: Qwik Start - Cloud Console


Cloud Storage: Qwik Start - CLI/SDK

Task 1 : Create a bucket

gcloud storage buckets create gs://<YOUR-BUCKET-NAME>

Task 2 : Upload an object into your bucket

  1. Download image into your bucket

  1. Use gcloud storage cp command to upload the image from location where you saved it to the backet you created

Task 3 : Download an object from your bucket

Task 4 : Copy an object to a folder in the bucket

Task 5 : List contents of a bucket or folder

Task 6 : List details for an object

Task 7 : Make your object publicly accessible

Task 8 : Remove public access

--

Cloud IAM: Qwik Start

--

Cloud Monitoring: Qwik Start

--

Cloud Run Functions: Qwik Start - Console

--

Cloud Run Functions: Qwik Start - Command Line

--

Pub/Sub: Qwik Start - Console

--

Pub/Sub: Qwik Start - Command Line

--

Pub/Sub: Qwik Start - Python

--

Set Up an App Dev Environment on Google Cloud: Challenge Lab

Task 1 : Create a bucket

Task 2 : Create a Pub/Sub topic

Task 3 : Create the thumbnail Cloud Run Function

Task 4 : Remove the previous cloud engineer

--

Last updated