Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
admsho
3 years agoExplorer | Level 3
Api error access denied
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, Ap...
admsho
3 years agoExplorer | Level 3
hi, Thank you for your feedback,
am still not sure what should be the loop URL, but I put it back as it is original shape , and I placed my App key instead of the "xxxxxxx", so I have the code header like that:
private const string ApiKey = @"xxxxxxxxxxx";
private const string LoopbackHost = "http://127.0.0.1:52475/";
private readonly Uri RedirectUri = new Uri(LoopbackHost + "AUTHORIZE");
// URL to receive access token from JS.
private readonly Uri JSRedirectUri = new Uri(LoopbackHost + "TOKEN");//
but I get the following we page result:
I'm not sure what do I miss, especially that I don't know where should I place the "App Secret"
please explain with more details if it is possible
Greg-DB
Dropbox Community Moderator
3 years agoadmsho As Здравко noted, you need to register the redirect URI(s) for your app. You can do so via the "OAuth 2" "Redirect URIs" section of the app's page on the App Console.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!