pub fn update_file_member<'a>(
client: &'a impl UserAuthClient,
arg: &'a UpdateFileMemberArgs,
) -> impl Future<Output = Result<MemberAccessLevelResult, Error<FileMemberActionError>>> + Send + 'aAvailable on crate features
async_routes and dbx_sharing only.Expand description
Changes a member’s access on a shared file.