Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 488 Bytes

App Dev: Storing Application Data in Cloud Datastore - Python.md

File metadata and controls

12 lines (11 loc) · 488 Bytes

App Dev: Storing Application Data in Cloud Datastore - Python

Run in Cloudshell

gcloud auth list
git clone https://github.com/GoogleCloudPlatform/training-data-analyst
cd ~/training-data-analyst/courses/developingapps/python/cloudstorage/start
. prepare_environment.sh
gsutil mb gs://$DEVSHELL_PROJECT_ID-media
wget https://storage.googleapis.com/cloud-training/quests/Google_Cloud_Storage_logo.png
gsutil cp Google_Cloud_Storage_logo.png gs://$DEVSHELL_PROJECT_ID-media