We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Lukag
4 months agoCollaborator | Level 8
Integrate Dropbox in my web application ( asp.net )
Hello, i'd like integrate my web application with dropbox. I use visual studio 2015 and asp.net . I'd like understand if i must install something or i can call API. If it is possible I'd like a...
Greg-DB
4 months agoDropbox Staff
Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here: https://www.dropbox.com/developers
We recommend using an official SDK if possible, but it is not required. For instance, Dropbox does offer a .NET SDK in particular here: https://github.com/dropbox/dropbox-sdk-dotnet The SDK comes with examples here: https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples
You can use that if it works for your scenario, but you can also call the HTTPS endpoints directly without it if you need to or would prefer to: https://www.dropbox.com/developers/documentation/http/documentation
- Lukag4 months agoCollaborator | Level 8
I found Dropbox.Api v.7.0.0 in Nuget Package but if i try to instal it i have an error :
Error Could not install package 'Dropbox.Api 7.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', but the package does not contain any assembly references or content files that are compatible with that framework.
which framework should I use?
- Greg-DB4 months agoDropbox Staff
If you use the official Dropbox .NET SDK, you should use the latest version of it, which is currently v7.0.0 as shown in your message. That supports .NET Standard 2.0, so please make sure you're using that in your environment.
- Lukag4 months agoCollaborator | Level 8
I'm sorry but I don't understand.
I'm trying to install form the Nuget Package the last version of SDK ( 7.0.0 ).
In my solution the property page as set as target framework : .Net Frameword 4.6.2.
This shoud include the .net standard 2.0 that is necessary for this sdk.
What esle can i check ?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 2 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!