[Fixed]-How can I Troubleshoot the Google Cloudstorage Client?

0👍

After much frustration, it seems there the issue was related to my project NOT having a default bucket.

Navigating to:
https://console.developers.google.com/storage/browser/YOUR_PROJECT.appspot.com/

Then uploading a few files / folders seems to have resolved the issue, and the sample code works as expected.

1👍

Did you want to add to file_list GCSFileStat objects (and are you handling it correctly in the template) or just the filenames.

If the latter than you can add item.filename instead.

👤ozarov

Leave a comment