pub fn update_folder_policy(
client: &impl UserAuthClient,
arg: &UpdateFolderPolicyArg,
) -> Result<SharedFolderMetadata, Error<UpdateFolderPolicyError>>Available on crate features
sync_routes and 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.