Hi @kkozinski,
I took a look at the diagnostic and I can see that you are running into a good amount of errors from Amazon. Mostly rate limiting errors.
There are a couple of things you can do to change this behavior:
- Open up the “odrive_user_general_conf.txt” file in the root of the odrive folder and change the “maxDownloadRetries” parameter from 3 to something like 6.
- Use the CLI to force the download, no matter how many errors it encounters. This will guarantee that the download will not stop, but you will want to keep an eye on it to make sure that it doesn’t start looping infinitely on problem folders/files. This would attempt to download your folder until it is done, not stopping for anything. More on this method here: How can I force a recursive sync (download) with the CLI?
Are you using the right-click->sync feature multiple folder simultaneously, or are you just using it on a single top-level folder?