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...
Lukag
Collaborator | 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-DB
4 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 ?
- Greg-DB3 months agoDropbox Staff
While we can't provide support for .NET or Visual Studio in particular, as those aren't made by Dropbox, my understanding is that .NET Framework 4.6.2 supports .NET Standard 2.0, so I would expect that to work.
I notice you mentioned you were using Visual Studio 2015 though, which is relatively old, and may contain issues addressed in later versions. I recommend upgrading to a newer version of Visual Studio.
- Lukag3 months agoCollaborator | Level 8
i dont' think that it should be for my verson of visual studio and however i cannot update it.
I'll try to use direct call to api.
Do you know where can i fine some code for example in .net ?
Thank you
Luca
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!