I believe this question has been asked before last year and there was no real solution available then.
Here is my question -
I try to upload large files (500MB and larger) via BOX API and the write fails.
I was thinking I could probably upload the file in chunks and then append each chunk to the previous to create the entire file in my BOX user account. But according to this post here appending to an existing file is (was) not supported.
https://community.box.com/t5/Box-Developer-Forum/Appending-Data-to-existing-File/td-p/40151
How has anyone else tackled this ? Reading of the large file fails sometimes but passes after a few iterations. Write fails consistently. The upload limit is 5GB so that is not an issue. These are word documents.
- Thanks