You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
naveedsw
3 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.
- 3 years agoThanks alot issue resolved i have moved my application on google drive its working fine. Bye bye dropbox
Greg-DB
Dropbox Staff
The Dropbox .NET SDK is already automatically uses the best available version of TLS, though we recommend updating to the latest version of SDK in general as a best practice, if you haven't already. The latest version of the Dropbox .NET SDK is currently v6.26.0.
While the Dropbox SDK itself will use the best available TLS protocol version, this will also depend on what TLS protocol version your platform itself supports. You'll need to make sure your platform has support for TLS v1.2 enabled.
For your client/environment, please refer to the relevant documentation for information on enabling the relevant platform support. For example, Microsoft in particular appears to have some resources here which may be helpful:
naveedsw
3 years agoHelpful | Level 6
I need very simple console sdk which can upload file into dropbox. I am using desktop application i dont have url?
Or if you have step by step tutorial for tls 1.2
Or if you have step by step tutorial for tls 1.2
- naveedsw3 years agoHelpful | Level 6
i think i am wasting my time here drobox is a simple platform and now its a HELL. i think i have search some other service. how can i refund my payment.
- Greg-DB3 years agoDropbox Staff
Dropbox offers the official Dropbox API v2 .NET SDK here: https://github.com/dropbox/dropbox-sdk-dotnet
There are instructions for that here: https://github.com/dropbox/dropbox-sdk-dotnet#readme
And examples here: https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples
For instance, this example includes code for uploading files: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L133
That can be used both client-side (such as in desktop apps) as well as server-side. That may not be as simple as you're looking for though, as it offers a substantial amount of functionality for using the entire Dropbox API for a number of different scenarios. Dropbox does not offer a different or simpler .NET SDK than that.
Anyway, this is the forum for API questions, but if you have any account/payments questions, you can contact the relevant support department here: https://www.dropbox.com/support/
- naveedsw3 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");
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 4 hours agoIf 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 or Facebook.
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!