Function get_thumbnail_v2_app_auth

Source
pub fn get_thumbnail_v2_app_auth<'a>(
    client: &'a impl AppAuthClient,
    arg: &'a ThumbnailV2Arg,
    range_start: Option<u64>,
    range_end: Option<u64>,
) -> impl Future<Output = Result<HttpRequestResult<PreviewResult>, Error<ThumbnailV2Error>>> + Send + 'a
Available on crate features async_routes and dbx_files only.
Expand description

Get a thumbnail for an image. 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.