Hi @jon,
The sync engine doesn’t know about all of the nuances of each integrations errors, so when it sees lots of error pop it stops syncing instead of blindly pushing forward.
If you want to take a more aggressive approach and push forward, you can use an advanced method with our CLI to force the sync, despite the number of errors encountered. Take a look at this post (look at the MacOS section for the 2 steps) for more details.
In your case, the command would look something like this to force the download of everything in the -TMi marketing
folder:
exec 6>&1;num_procs=3;output="go"; while [ "$output" ]; do output=$(find "/Volumes/20 TB TMI/odrive/Dropbox (TMi)/TMi Team Folder/-TMi marketing" -name "*.cloud*" -print0 | xargs -0 -n 1 -P $num_procs python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py sync | tee /dev/fd/6); done
Are you trying to make a local backup of your cloud storage? If you get a chance, can you provide some details on your odrive use case(s)? We are always interested to know how our users are using the software and what we can do to make it better.