Function get_thumbnail_batch

Source
pub fn get_thumbnail_batch<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a GetThumbnailBatchArg,
) -> impl Future<Output = Result<GetThumbnailBatchResult, Error<GetThumbnailBatchError>>> + Send + 'a
Available on crate features async_routes and dbx_files only.
Expand description

Get thumbnails for a list of images. We allow up to 25 thumbnails in a single batch. This method currently supports files with the following file extensions: jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp. Photos that are larger than 20MB in size won’t be converted to a thumbnail.