pub async fn get_file(
configuration: &Configuration,
file_id: &str,
) -> Result<(), Error<GetFileError>>
Expand description
Gets a file that has been uploaded previously. ##### Permissions Must have read_channel
permission or be uploader of the file.