hi everyone, am trying to use the new API of Dropbox, but I am having some difficulties. I did however create an app console on personal free dropbox ACC, and I got the needed information (Appkey, App Secret,...) in order to generate auth2, and I downloaded the example located in (dropbox-sdk-dotnet\examples\simpleTest\) on GitHub.
I only change the following but it keeps giving error "Acees denied":
private const string ApiKey = @xxxxxxxx;
private const string LoopbackHost = "https://www.dropbox.com/oauth2/";
please explain to me if the link I have used is correct, and is there any other info that I need to provide??
thank you in advance