Function dropbox_sdk::sharing::update_folder_policy
source · pub fn update_folder_policy(
client: &impl UserAuthClient,
arg: &UpdateFolderPolicyArg
) -> Result<Result<SharedFolderMetadata, UpdateFolderPolicyError>>Available on crate feature
dbx_sharing only.Expand description
Update the sharing policies for a shared folder. User must have
AccessLevel::Owner access to the shared folder to update its policies.