We’re aware of an issue causing slower load times on the Dropbox Community forum. It should be resolved soon. Thanks for your patience!
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 (using a webservice we already have), and in that database we will store where the drawing effectively stays.
The drawings files itself should be shared through DropBox, and it depends on the type of drawing what users should have what type of access to it: modify, read or no access at all.
There are two types of users: internal users (that should access the drawings on the drive on the local server - we manage the rights internally, and the server should do the synchronization with the DropBox folder) and external users that will have the files on their local disc, maybe using SmartSync.
The rights and where the files should stay should be managed directly in the application.
The first thing I need to know what objects/classes I need to store a file in the DropBox folder and to assign the rights to them (we will build groups ourselves, and if the group changes, the application should take care of the changed rights).
Thank you very much for any hint!
Wolfgang
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.
2 Replies
- Greg-DB8 years ago
Dropbox Community Moderator
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.
- 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!