Function dropbox_sdk::sharing::add_folder_member
source · [−]pub fn add_folder_member(
client: &impl UserAuthClient,
arg: &AddFolderMemberArg
) -> Result<Result<(), AddFolderMemberError>>Available on crate feature
dbx_sharing only.Expand description
Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another
member. For the new member to get access to all the functionality for this folder, you will need
to call mount_folder() on their behalf.