This sample demonstrates how to use the Google Cloud Storage API from Google App Engine.
Refer to the App Engine Samples README for information on how to run and deploy this sample.
Before running the sample:
-
You need a Cloud Storage Bucket. You create one with
gsutil
:gsutil mb gs://your-bucket-name
-
Update
main.py
and replace<your-bucket-name>
with your Cloud Storage bucket.