Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 567 Bytes

Cloud Storage & Google App Engine

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.

Setup

Before running the sample:

  1. You need a Cloud Storage Bucket. You create one with gsutil:

     gsutil mb gs://your-bucket-name
    
  2. Update main.py and replace <your-bucket-name> with your Cloud Storage bucket.