box / box-windows-sdk-v2

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

Home Page:https://developer.box.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Limits on file uploads

Lynchy703 opened this issue · comments

Hello,
I have a tool that uses this SDK for file uploads I'm getting this error on files over 4gb.

Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead.
UINT32_MAX is 4,294,967,295

I am trying to avoid using chunked uploads since this SDK also pulls all of the file in memory instead of utilizing a stream correctly for chunked uploads. Some users don't have 20gb of memory etc.

It would be great if regular uploads were not limited by int32 max.

-Matt

commented

This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.