I’m looking for a guide or video on how to download a file from my dropbox account by pressing a button in c#. I’d like to store little files that a user could download via my dropbox account.
My program is just a windows form application program.
thanks !
The REST API is a good place for you to start reading. There are also some third party development kits for .NET which wrap this API into a reusable client library.