Hi. Hope this is the right place to report this. In the App Engine and Google Cloud Storage Sample for Python. The documentation wants us to install the library in demo/lib
pip install GoogleAppEngineCloudStorageClient -t demo/lib That gives an error saying: ImportError: No module named cloudstorage But the file structure shows the library installed in demo/ A fix is: > pip install GoogleAppEngineCloudStorageClient -t demo/ > Link: https://cloud.google.com/appengine/docs/python/googlecloudstorageclient/app-engine-cloud-storage-sample -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/98a021e4-14d6-4903-8598-5ca32aacc9d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
