Hi Greg
Im using the long-live token for my simple Firmware-Updater app, but I have to switch the App from my development account to the company-account. The problem is that I can not get the long living access-token for the new App key anymore.
My software (C#) uses simplest scenario: it connects with the dropbox-app and read the files, without user interaction. It is a single user app (credentials in the app). With long-living tokens, it worked like a charm, but now I'm facing problems I can not solve.
I have readed the OAuth2 documentation, and looked the C# examples (https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples), but can not follow them to connect to dropbox. Not only that those are very complicated, but there is also an AccessToken and RefreshToken needed.
Please help me.