Hi,
I'm using DropBox API and WebHook to monitor the file changes on DropBox server side. When new files are added, or existing files are updated, my app will be notified by WebHook, and I can call /list_folder to get list of FileMetadata to see file changes.
But the questions is, in the FileMetadadta, how can I know this file is a new file added to DropBox, or it's a existing file that are updated? My App only needs to process the files that are update or changed. I cannot see any data fields in the FileMetadadta to indicate whether this file is a new file or a update to an existing file.
Please advise how to achieve this.
Thank you