Function get_thumbnail_batch

Source
pub fn get_thumbnail_batch(
    client: &impl UserAuthClient,
    arg: &GetThumbnailBatchArg,
) -> Result<GetThumbnailBatchResult, Error<GetThumbnailBatchError>>
Available on crate features sync_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.