Send large files to GAE Blobstore via API (from S3)
问题 I'm trying to send large files (50MB-2GB) that I have stored in S3 using filepicker.io to the Google App Engine Blobstore (in Python). I would like this to happen without going through a form on the client browser as it defeats the project requirements (and often hangs with very large files). I tried multiple solutions, including: trying to load the file into GAE with urlfetch (but GAE has a 32MB limit for requests/responses) constructing a multi-part form in python and sending it to