We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
jem5519
7 years agoHelpful | Level 6
Looking for help managing sharing using the objC SDK
I am developing an app that uses a shared dropbox folder to coordinate between a small (5-10 person) group of user. That part is working fine. Looking for some API hints on how to mange the sharing & unsharing of that folder using the obj C SDK. I want to be able to allow the owner of that folder to quickly share with the other members of that group using a supplied list of email address; then, if needed have those others get unshared but let them keep their own copy of that directory.
Looking for help digging through the API list to see what calls I need to make.
Thanks for any help you can offer!
- Jim
Thanks Greg! That saved me a great deal of time!
2 Replies
- Greg-DB7 years ago
Dropbox Community Moderator
Using the Dropbox API v2 Objective-C SDK, here's what you should use for the following:
- to share a folder: use shareFolder
- to invite a new member to a shared folder: use addFolderMember
- to remove a member from a shared folder, with the option to leave them a copy or not: use removeFolderMember
- to unshare a folder, with the option to leave them a copy or not: use unshareFolder
Hope this helps!
- jem55197 years agoHelpful | Level 6
Thanks Greg! That saved me a great deal of time!
About Discuss Dropbox Developer & API
Make connections with other developers814 PostsLatest Activity: 9 hours ago
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 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!