File upload to Google Cloud Storage using a Flask API
Part 3/3 — Customizing the upload & multiple storages
This is the third and last part of our little post series where we explore how to build a Flask JSON API for uploading files to Google Cloud Storage.
In Part 2 we added an avatar image and thumbnails to the User model, implemented the upload endpoint, and saw…