-
Notifications
You must be signed in to change notification settings - Fork 38
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
Could not upload files bigger than 60MB #64
Comments
I have adjusted the issue title according the very likely root case of the problem. I will try to reproduce it and hopefully fix it. I guess that we need to upload each file in block of 60MB or similar. Thanks for the report and debug information! |
Any solution for this issue ? |
Hello! As a possible workaround, at least on Unix |
Please also see #70, probably the limit was changed to even lower block size. |
As of issue iamleot#76, PR iamleot#77 and to accomodate issue iamleot#64, thus case of "many small" or "really big" files, chunk big files in many blocks and blocks request also in chunks if more than 100 blocks need for the transfer of all files
Updated with #76 |
the file only 68MB
python transferwee.py upload -v "audio.m4a"
i try add this code in 587
logger.debug(blocks)
The text was updated successfully, but these errors were encountered: