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

pub fn get_thumbnail_batch(
    client: &dyn HttpClient,
    arg: &GetThumbnailBatchArg
) -> Result<Result<GetThumbnailBatchResult, GetThumbnailBatchError>>

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 and bmp. Photos that are larger than 20MB in size won't be converted to a thumbnail.