You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
If I remember correctly, it has something to do with the credential json file, giving bucket read/write access to that service account at the IAM portal. The app engine app once deployed has a default service account, which may be different from the service account you have in your local credential json file.
Trying to use the python client library with the development server. Each time I try to write to the bucket I get this error:
It works fine when deployed on app engine
my python code, pretty much taken directly from https://cloud.google.com/appengine/docs/python/googlecloudstorageclient/read-write-to-cloud-storage
abbreviated version
As I mentioned works perfectly when deployed.
Something else I discovered I can get it to give me a 404 not found error if I just try to open random files.
The text was updated successfully, but these errors were encountered: