Unable To Import Gsutil
I feel I set everything up correctly. I followed these instructions. and installed from the tar file. My home directory has a folder 'gsutil' now. I ran through the configuration t
Solution 1:
gsutil is intended to only be used from the command line. If you want to interact with cloud storage from within an appengine application you should be using the cloud storage client library: https://developers.google.com/appengine/docs/java/googlecloudstorageclient/
Post a Comment for "Unable To Import Gsutil"