Page 3 of 3

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 12:47 am
by tobias
Hello,
the new version 10.13.5 is now available, and it reduces the chunk size for OneDrive/Sharepoint uploads from 60MB to 32MB, and also falls back to 8 MB in case of any transfer errors.

Would be very interested in knowing if this helps at all?

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 2:45 am
by Paradoxical
Are those parameters automatically applied or do I have to configure something elsewhere?

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 10:20 am
by tobias
Hi,
yes, these chunk sizes are hardcoded and not configurable, so you only need to install the update.

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 7:13 pm
by Paradoxical
It didn't work either.

I'm gonna try using files with different sizes to know which is the max size OneDrive allows...


Edit:
Max size allowed is 32 MB.

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 7:54 pm
by tobias
Hi,
this is very unusual. It means that the chunked upload isn't working. Only file that are uploaded as one part, up to 32 MB, work.

I have no idea why, it doesn't happen with my OneDrive account, and the upload code is also pretty old, nothing significant has changed in a few years.

I think something must be broken on the servers that are responsible for your OneDrive account.

Re: HTTP ERROR 409 Conflict - Name already exists

Posted: Sun Mar 24, 2024 8:03 pm
by Paradoxical
I think something must be broken on the servers that are responsible for your OneDrive account.
Definitely. Thanks again for your support.