-
Notifications
You must be signed in to change notification settings - Fork 508
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 Upload error:Out of range [RANDOM BINARIES >4MB] #1688
Comments
This issue occurs when I try uploading a custom encrypted file. Please extract and try uploading with the sdk, |
|
That is not an encrypted file |
We cannot reproduce it. Can you provide additional details? What client is using the SDK library? |
Hi, megaApi->startUpload(current_file.c_str(), node, target_name.c_str()); |
I use the latest curl from the official github page. |
I think it has something to do with transfer size chunking between mega and curl |
When I upload a 9mb binary file and it get's to 4% using c++ api startUpload
I keep getting
Out of range
error in myonTransferTemporaryError
.The transfer does not complete.
Uploading a smaller file is ok.
What could be going wrong ?
The text was updated successfully, but these errors were encountered: