Instructions for Google Cloud Storage Service Account App Engine Sample

Browse Source Code

Checkout Instructions

Prerequisites: install Java 6, Google App Engine, Mercurial, and Maven. You may need to set your JAVA_HOME .

cd [someDirectory]
hg clone https://code.google.com/p/google-api-java-client.samples/ google-api-java-client-samples
cd google-api-java-client-samples/storage-serviceaccount-appengine-sample
mvn clean 
mvn gae:unpack
mvn gae:deploy
  

To enable logging of HTTP requests and responses (highly recommended when developing), please take a look at logging.properties.

Setup Project in Eclipse 3.5/3.6

Prerequisites: install Eclipse, Google Plugin for Eclipse, and the Mercurial plugin.