Hi @subhashishkar,
Currently long-running, bulk download operations, like the one you are attempting, can hit cloud service exceptions (api rate limit, network connection issue, etc.) that can abort the operation. As long as there are no “dirty” files (files that need to be uploaded) in the folder structure, the folder will be badged with a green checkmark. This behavior is a byproduct of odrive’s ability to have both downloaded files and placeholder files in the same folder. A folder can be considered “in sync” even if not all of the files inside have been downloaded.
This behavior can certainly seem confusing if you don’t expect it. We are planning on adjusting this in an upcoming release to try to avoid this type of confusion and make it more clear what the state of the folder is.
Additionally, we are working on better tolerating transient download errors so that the bulk operations are not aborted when encountering an exception. The ideal behavior is that the action you specified (a recursive download of an entire folder) is completed if at all possible.
In the meantime we can work around this behavior by using the CLI.
If you are running Windows you can take a look at this post here:
https://forum.odrive.com/t/big-folder-not-syncing-the-file-doesnt-exist/1616/27
If you are on a Mac, take a look here: