I am working on a Google App Engine project in Python 3 that needs to allow users to upload files larger than the 32gb limit. Ideally, I would like these files to end up in my bucket as well. I have found a guide for Python 2, but it (A) does not tell you how to import blobstore to the project and (B) seems to indicate that this method is intended for python 2. https://cloud.google.com/appengine/docs/standard/python/blobstore/
I would appreciate any help!