java - How do I easily include Google's GCS package into my code? -
i want use google cloud storage java in app engine. documentation on how install thin. found source code com.google.appengine.tools.cloudstorage when source put build path (eclipse) generates lots of compile errors. track down sources, add them in , more compile errors more dependencies. seems missing how use code in simpler way.
you can generate library jar , dependencies using java ant , direction mentioned here or better yet, use maven , include appengine-gcs-client dependency.