Error updating the folder. Size Mismatch

Hi @mmladin,
odrive has a check to make sure that downloads are the correct size, as reported by the remote storage so we don’t end up storing incomplete downloads. Unfortunately we have seen that some storage providers will actually record the size incorrectly, which will always fail this check.

In our recent versions of software, we added an advanced setting that will allow you to ignore this check. We don’t recommend having it on all the time, but it can be helpful for file that have been recorded incorrectly. To set this, open up the odrive_user_general_conf.txt file in the root of the odrive folder. For the parameter "ignoreSizeMismatch": false change the false to true, save the file, and restart odrive.

Alternatively, you can also try running a script using the odrive CLI. This script will basically power through troublesome files until they are the only ones left (then it will retry those forever, so you’ll want to keep an eye on things when you get to that point). All the details for accomplishing this are here: