Function dropbox_sdk::sharing::update_folder_policy [−][src]
pub fn update_folder_policy(
client: &impl UserAuthClient,
arg: &UpdateFolderPolicyArg
) -> Result<Result<SharedFolderMetadata, UpdateFolderPolicyError>>This is supported 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.
