Closed
Description
When I try to upload a file with
api.post('/path/data', file=file('filename', 'rb'))
I get a MemoryError. It is because my server has only 512 mb ram and my upload size does not fit into memory usually. I think it is possible to do a streaming upload but I don't have enough knowledge on requests library.
Metadata
Metadata
Assignees
Labels
No labels