thumbnailLink property

String? thumbnailLink
getter/setter pair

A short-lived link to the file's thumbnail, if available.

Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.

Output only.

Implementation

core.String? thumbnailLink;