Need to see if your shared folder is taking up space on your dropbox šØāš»? Find out how to check here.
Forum Discussion
wriedmann
8 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...
- 8 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
8 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.
- wriedmann8 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 & Feedback
Find help with the Dropbox API from other developers.
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!