Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
VAR_46
9 years agoHelpful | Level 6
How to change member permission automaticaly when we share a folder ? via dropbox api
hey everyone, i already can share a folder, but i need to change the permission exactly after i share it, what code refrence i should use ?, and how to implement it ?
- 9 years ago
You can set the access level directly in the AddMember you use with AddFolderMemberAsync in the first place:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_AddMember__ctor_1.htm
If you need to modify a member's access level after the fact though, you can use UpdateFolderMemberAsync:
Greg-DB
Dropbox Staff
9 years agoYou can set the access level directly in the AddMember you use with AddFolderMemberAsync in the first place:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_AddMember__ctor_1.htm
If you need to modify a member's access level after the fact though, you can use UpdateFolderMemberAsync:
- VAR_469 years agoHelpful | Level 6
Thanks Greg work like charm, you're Rock !!!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,975 PostsLatest Activity: 3 days ago
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 or Facebook.
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!