This sample demonstrates how to use Google Cloud Storage from Google App Engine
-
To install dependencies for this sample, run:
$ pip install -t lib -r requirements.txt -
You must then update
main.pyand replace<your-bucket-name>with your Cloud Storage bucket. -
You can then run the sample on your development server:
$ dev_appserver.py .Or deploy the application:
$ appcfg.py update .