Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
smithdav
3 years agoNew member | Level 2
Very basic question
Hi
I am trying to write a simple .Net application to use the DropBox API for csharp. I have created an Application in DropBox so I have an App key and App secret. I downloaded the dropbox-sdk-dotnet-main in a zip file. However when I try and add the package in Visual Studio using NuGet it retrun an error saying package not found. Is there another step I need to do to get NuGet in Visual Stdio to install the package.
Thanks
David Smith
1 Reply
- Greg-DB3 years ago
Dropbox Community Moderator
You can download a zip of the SDK like that if you wish to work with it directly, e.g., to modify and build it manually, run the examples, etc., however to just use the package in your own application that is not necessary. In that case, it is generally recommended to just install it from NuGet (Dropbox.Api), e.g., using 'Install-Package Dropbox.Api' as documented here, or otherwise using your IDE's GUI for NuGet, if available. (For example, Visual Studio offers a GUI for installing packages as shown here.)
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!