I am working on a proof of concept for reading files from Dropbox. This is a console app in C#.
All of the 3rd-party tools and examples that I find have this terrible bit of code where the app launches a browser and requires the user to authorize access to Dropbox.
Examples:
All of these examples seem to miss the point.
The problem is - I have already authorized Dropbox access from my app, and I never want to have to do that again!
I have tokens and secrets, but is there any way that I can re-use the ones I already got? I want to be able to run this demo and get a list of files - just that. No extra login.