Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello. Does anyone knows a path in C# to Sharing / ADD button ? When you are trying to add a shared folder scenario.
dropbox.Sharing.ListFoldersAsync(); Does list the folder but I cannot find path to ADD it.
var dropbox = new DropboxClient by the way.
It sounds like you're using the Dropbox .NET SDK and are working with shared folders. I'm not sure I fully understand your question though. Please let me know if I've misunderstood.
The ListFoldersAsync method (along with the ListFoldersContinueAsync method) will list all of the shared folders that a user has access to, including ones that aren't currently added or "mounted" in the user's account.
To add or "mount" an unmounted shared folder, you should use the MountFolderAsync method.
It sounds like you're using the Dropbox .NET SDK and are working with shared folders. I'm not sure I fully understand your question though. Please let me know if I've misunderstood.
The ListFoldersAsync method (along with the ListFoldersContinueAsync method) will list all of the shared folders that a user has access to, including ones that aren't currently added or "mounted" in the user's account.
To add or "mount" an unmounted shared folder, you should use the MountFolderAsync method.
Yes I believe that it´s called mount and it should do what I needed. I will test it tommorow. Thank you a lot for your answer and time. I was looking for ,,add,, all over the documentation.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!