# Cloud Storage & Google App Engine This sample demonstrates how to use the [Google Cloud Storage API](https://cloud.google.com/storage/docs/json_api/) from Google App Engine. Refer to the [App Engine Samples README](../README.md) for information on how to run and deploy this sample. ## Setup Before running the sample: 1. You need a Cloud Storage Bucket. You create one with [`gsutil`](https://cloud.google.com/storage/docs/gsutil): gsutil mb gs://your-bucket-name 2. Update `main.py` and replace `` with your Cloud Storage bucket.