Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Unable to upload to download large files #59

Open
atalekar opened this issue Jun 22, 2017 · 2 comments
Open

Unable to upload to download large files #59

atalekar opened this issue Jun 22, 2017 · 2 comments

Comments

@atalekar
Copy link

I realize that there is a 32 meg limit on response from app engine.
What is the solution for an gae project to upload and download large files ?
Can such an example be added to the python sample ?

@rafaeldl
Copy link

Same problem

@BrandonY
Copy link
Contributor

Unfortunately, solutions here are tricky, given the hard cap. Your best bet might be to use a task queue, copying 32 megabytes at a time, then picking the transfer and enqueuing it for the next part of the transfer. That's a lot of effort to download an object, but it may be your best bet if your data needs to go through app engine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants