We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the server locally using dev_appserver.py, saving fetched images fails (see traceback).
dev_appserver.py
As it seems, Blobstore uses the deprecated Files API. Also, Blobstore is listed in the Superseded Storage Solutions and its support page suggests using Google Cloud Storage instead.
The text was updated successfully, but these errors were encountered:
I think we got an email about this some time ago, I must confess it's not got to the top of my job list. The whole rdm-app probably needs some love.
Patches welcome. :)
Sorry, something went wrong.
I'm not sure if this is relevant for us: https://cloud.google.com/appengine/docs/standard/python/blobstore/#Python_Using_the_Blobstore_API_with_Google_Cloud_Storage
No branches or pull requests
When running the server locally using
dev_appserver.py
, saving fetched images fails (see traceback).As it seems, Blobstore uses the deprecated Files API. Also, Blobstore is listed in the Superseded Storage Solutions and its support page suggests using Google Cloud Storage instead.
The text was updated successfully, but these errors were encountered: