Your workflow is unique šØāš» - tell us how you use Dropbox here.
Forum Discussion
wriedmann
7 years agoExplorer | Level 3
how to start with the .NET API for DropBox for Business
Hello, maybe my question is a bit complicated. So I will explain what I have to do. I have to build an application to manage technical drawings for our company. There will be a shared database (us...
- 7 years ago
For integrating with the Dropbox API in .NET, we recommend using the official Dropbox API v2 .NET SDK:
https://github.com/dropbox/dropbox-sdk-dotnet
There are instructions there for installing the library, and examples on how to use it.
There's also documentation for all of the methods. For instance, it sounds like you may want to use at least FilesUserRoutes.UploadAsync, SharingUserRoutes.ShareFolderAsync, and SharingUserRoutes.AddFolderMemberAsync.
Greg-DB
Dropbox Community Moderator
7 years agoFor integrating with the Dropbox API in .NET, we recommend using the official Dropbox API v2 .NET SDK:
https://github.com/dropbox/dropbox-sdk-dotnet
There are instructions there for installing the library, and examples on how to use it.
There's also documentation for all of the methods. For instance, it sounds like you may want to use at least FilesUserRoutes.UploadAsync, SharingUserRoutes.ShareFolderAsync, and SharingUserRoutes.AddFolderMemberAsync.
- wriedmann7 years agoExplorer | Level 3
Hi Greg,
thank you very much! I have already downloaded the SDK, but was a bit lost with it.
There are so many classes and methods that it is difficult to find the right ones.
Wolfgang
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!