Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
naveedsw
4 years agoHelpful | Level 6
Dot Net SDK provided by Dropbox is not updated with TLS 1.2
I AM TRYING TO UPDATE MY APP FROM TLS 1.0 TO TLS 1.2 AND POOR SUPPORT IS AVAILABLE AND REALLY UPSET.
ONLY JAVA AND PYTHON UPSTED SDK AVAILABLE.
- 4 years agoThanks alot issue resolved i have moved my application on google drive its working fine. Bye bye dropbox
naveedsw
4 years agoHelpful | Level 6
hi,
Can anyone tell me what is "authorize" value here and "token" in provided SDK
// URL to receive OAuth 2 redirect from Dropbox server.
// You also need to register this redirect URL on https://www.dropbox.com/developers/apps.
private readonly Uri RedirectUri = new Uri(LoopbackHost + "authorize");
// URL to receive access token from JS.
private readonly Uri JSRedirectUri = new Uri(LoopbackHost + "token");
Greg-DB
Dropbox Community Moderator
4 years agoIn the code snippet you shared, "authorize" and "token" are just strings used as URL paths on the local server used to handle the result of the OAuth app authorization in that example app.
- naveedsw4 years agoHelpful | Level 6
Thanks for your reply. do you have any video tutorial which can explain the tutorial comments written with this SDK is not enough to understand for me. i am sorry i am taking your time but i am really helpless, please convey my message to developer team currently i am trying to switch google drive and i found hundreds of videos available on web. dropbox have some old SDK's which they copy past against each post or problem. we know that dropbox totally change the idea from simple TLS 1.1 to TLS 1.2 but 3 years old SDK are not enough they should make videos and more sdks as well.
know you can help me to understand the following url purpose and where i get it from.
private const string LoopbackHost = "http://127.0.0.1:52475/";
- Greg-DB4 years ago
Dropbox Community Moderator
We don't have video tutorials for the API/SDKs, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
The "LoopbackHost" in the example is the address of a local server, defined by the app, used for the redirect URI for the OAuth app authorization flow. That's where the app receives the result of the app authorization step to complete the flow.
- naveedsw4 years agoHelpful | Level 6
Thank you so much to understand my problem and your time i am trying my best to understand new dropbox system. actually I don't know where to start. i have created console app on dropbox get App key and App secret but I feel very unfordable its not proper way to do any thing. i need step by step tutorial to learn this new system again thanks for your time.
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!