Function update_folder_policy

Source
pub fn update_folder_policy<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a UpdateFolderPolicyArg,
) -> impl Future<Output = Result<SharedFolderMetadata, Error<UpdateFolderPolicyError>>> + Send + 'a
Available on crate features async_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.