I figured that Sub Manager_SyncCompleted (Success As Boolean) a few hours ago. But the problem is that it says: the Sync is successful, but actually it is not true. Here is what I did:
I checked the Dropbox server. The file size is 1.9 MB. Downloaded the file via my DropBox Sync app. I clicked a button like this:
Sub btnSync_Click
manager.Sync
End Sub
It shows that the Sync is successful. Then I click on another button to download the file, waited several seconds. But the file on the device still shows 1.9 MB instead of the new one sitting on DropBox server which is 920 KB. I waited 5 minutes, reran the program a second time. That is when the file updated to the new size. It took 2 tries, sometimes it takes several tries.
CONCLUSION: Manger.Sync is not reliable, at least in my case. Any ideas from those who use DropBox Sync Lib on a regular and intense basis?