0

I want to have a sync functionality between my computer and Dropbox app. Whenever app files get updated, my local folder should also update.

Is there any way to achieve this in C#?

Akshay
  • 219
  • 3
  • 18

1 Answers1

0

Yes it is possible, Dropbox has a developer API and a .NET SDK available to download.

For file synchronization you can checkout the documentation for Files here.

uzr
  • 1,210
  • 1
  • 13
  • 26