Click here to Skip to main content
15,896,726 members

Comments by Srusti Thakkar (Top 7 by date)

Srusti Thakkar 19-May-17 0:10am View    
I have create one Windows Service in which I have use FileSystemWatcher Class and perform action on create, rename change or delete. Whenever these actions are performed on local directory, I have call Rest API and sync local data on OneDrive, but whenever user make changes on OneDrive, Using Delta request list all changes and try to sync with local directory. It works fine but whenever delta request try to sync data, FileSystemWatcher event perform and try to sync local changes to OneDrive. How can I use sync logic to maintain changes?
Srusti Thakkar 18-May-17 6:51am View    
As you have mention that I have to create my custom WEBAPI, I have create that but now I want to create just like OneDrive Desktop Client and sync data two way. How it can be possible?
Srusti Thakkar 11-May-17 0:32am View    
Yeah, I know that but i want to create it using c# code.
Srusti Thakkar 16-Feb-17 6:05am View    
I want to create my own client, which is sync local directory to Dropbox. If i remove file from local directory it will automatically remove from dropbox. Hows that possible?
Srusti Thakkar 13-Feb-17 2:54am View    
Have you find solution for that?