pub async fn get_file_preview(
configuration: &Configuration,
file_id: &str,
) -> Result<(), Error<GetFilePreviewError>>
Expand description
Gets a file’s preview. ##### Permissions Must have read_channel
permission or be uploader of the file.