flask-gae_blobstore
flask-gae_blobstore copied to clipboard
files api deprecation - move to google cloud storage
- https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore
The Files API feature used here to write files to Blobstore is going to be removed at some time in the future, in favor of writing files to Google Cloud Storage and using Blobstore to serve them.
- google cloud storage: https://developers.google.com/storage/docs/gsmanager
@ssidorenko make sure this is on your radar..
@gregorynicholas thanks for letting me know