[Django]-Upload and retrieve files from Google Cloud Storage/ Buckets in Python/Django

3👍

Check the Google storage section of Django Storages. It may help to read generally about the storage system used in Django before going to Google storage in detail.

0👍

As per the official documentation of Google App Engine Flexible, you can configure upload and retrieve files in different runtimes environments. I went through the documentation and I found that you need to create a Cloud Storage bucket in order to stock your files.Keep in mind that it’s only for static content. I recommend to take a look at this documentation where you may find valuable information.

Please let me know how it goes.

Leave a comment