Skip to content

File Limits on file uploads #733

@Lynchy703

Description

@Lynchy703

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions