You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a video file from MPG to MP4 and it works fine for smaller files. When I try to upload a large file (3.14GB) it fails with this error:
POST https://storage.cloudconvert.com/tasks failed: Cannot write more bytes to the buffer than the configured maximum buffer size: 2147483647.
My code is:
I know that uploading and converting this large file works fine on the CloudConvert website, so I'd like to know how to avoid this issue when using the API. Is there a way to modify the "maximum buffer size"?
The text was updated successfully, but these errors were encountered:
najeebanwer
changed the title
Upload fails for large file
Upload task fails for large file size
Mar 30, 2023
I am trying to convert a video file from MPG to MP4 and it works fine for smaller files. When I try to upload a large file (3.14GB) it fails with this error:
POST https://storage.cloudconvert.com/tasks failed: Cannot write more bytes to the buffer than the configured maximum buffer size: 2147483647.
My code is:
I know that uploading and converting this large file works fine on the CloudConvert website, so I'd like to know how to avoid this issue when using the API. Is there a way to modify the "maximum buffer size"?
The text was updated successfully, but these errors were encountered: