Hello,
I am creating Dropbox Client application using WPF and Windows Service in c#.
I want to listen changes done online on Dropbox Website. For that I am using Dropbox .net SDK v2. In that any method like delta? for sync online data with desktop client?
I have tried "list_folder_continue" method for get last changes but it says invalid cursor.
How can i Get list of changes in c#?
Thank You