Hi,
I need to test programatically (any language/script) whether a file which has just been changed locally on PC has finished syncing via dropbox.
If it hasn't yet started syncing or hasn't yet finished, my code must wait.
My first stab was examining the dropbox file attributes (https://help.dropbox.com/installs-integrations/sync-uploads/extended-attributes), but having worked out how to get the extended attributes, I can't find any resources to interpret them.
I also considered the API, but I have read that there is not a straightforward check using the API on the status of a local filesystem file.
Any suggestions, or details for the attributes would be appreciated.
Thanks, and Happy 2020!