Google File

Overview

A Google File resource represents a file in the user's Google Drive.

Fields

FieldTypeDescription

id

String

The id of the file as found in Google Drive.

name

String

The name of the file

url

String

The url of the file.

mimeType

String

The mimetype of the file.

Example

{
    "id": "1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4",
    "name": "Complete Workflow Please - [Template]",
    "url": "https://docs.google.com/document/d/1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4/edit?usp=drivesdk",
    "mimeType": "application/vnd.google-apps.document"
}

Last updated