cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Looking for help managing sharing using the objC SDK

Looking for help managing sharing using the objC SDK

jem5519
Helpful | Level 6
Go to solution

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

 

1 Accepted Solution

Accepted Solutions

jem5519
Helpful | Level 6
Go to solution

Thanks Greg! That saved me a great deal of time!

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution

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! 

jem5519
Helpful | Level 6
Go to solution

Thanks Greg! That saved me a great deal of time!

Need more support?