Function dropbox_sdk::files::get_thumbnail_batch[][src]

pub fn get_thumbnail_batch(
    client: &impl UserAuthClient,
    arg: &GetThumbnailBatchArg
) -> Result<Result<GetThumbnailBatchResult, GetThumbnailBatchError>>
This is supported on crate feature dbx_files only.

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.