Odrive Mac dektop sync client is not syncing subfolders properly

Hi @nholloman,
I took a look and odrive is trying to expand some files, but is unable to get exclusive access to the item in the folder on the drive. It hits this error enough times that the operation is stopped.

It looks like this is on an external drive. Is this a networked drive or is it physically connected to the system?

I am wondering if the drive access is slow enough that it is causing some race conditions in the bulk expand/download operation, where files are taking longer to access and process.

To try to work around this issue, you can use the CLI to “force” the recursive sync. Take a look at this post here for details on that: How can I force a recursive download with the CLI?

The script will keep retrying when it hits this access error and it should eventually go through, once the processes that are blocking access have finished.