pub async fn get_file_handler(
configuration: &Configuration,
tr_dataset: &str,
file_id: &str,
) -> Result<FileDto, Error<GetFileHandlerError>>Expand description
Download a file based on its id.
pub async fn get_file_handler(
configuration: &Configuration,
tr_dataset: &str,
file_id: &str,
) -> Result<FileDto, Error<GetFileHandlerError>>Download a file based on its id.