Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Limits on file uploads #733

Open
Lynchy703 opened this issue May 27, 2021 · 1 comment
Open

File Limits on file uploads #733

Lynchy703 opened this issue May 27, 2021 · 1 comment

Comments

@Lynchy703
Copy link

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

@stale
Copy link

stale bot commented Dec 19, 2022

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.

@stale stale bot added the stale label Dec 19, 2022
@mwwoda mwwoda added dontstale and removed stale labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants