pub fn transfer_folder<'a>(
client: &'a impl UserAuthClient,
arg: &'a TransferFolderArg,
) -> impl Future<Output = Result<(), Error<TransferFolderError>>> + Send + 'aAvailable on crate features
async_routes and dbx_sharing only.Expand description
Transfer ownership of a shared folder to a member of the shared folder. User must have
AccessLevel::Owner access to the shared folder to perform a transfer.