DriveFile

Representation of a Google Drive file.

JSON representation
{
  "id": string,
  "title": string,
  "alternateLink": string,
  "thumbnailUrl": string
}
Fields
id

string

Drive API resource ID.

title

string

Title of the Drive item.

Read-only.

thumbnailUrl

string

URL of a thumbnail image of the Drive item.

Read-only.