Hello Everyone,
I'm working on a C# console App that gets into a DropBox account and list all the content shared links into a CSV file.
i've tryed the application on my dropbox personnal account using the token i generated on the API console and it's working just fine. But when i changed the token that was generated from another account (Professional) i don't get access and got the cancellation token exception.
is there a way for me to get it to work with the other account?