First you need to install the client using svn, you will get a demo and test code:
Download: svn checkout http://appengine-gcs-client.googlecode.com/svn/trunk/python gcs-client
Then cd gcs-client/src and sudo/python or python setup.py install
You can use pip, but you will not get a demo and test code:
pip install GoogleAppEngineCloudStorageClient -t <your_app_directory/lib>
Padraic cunningham
source share