Portant Portant Docs

Google File

Overview

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

Fields

FieldTypeDescription
idStringThe id of the file as found in Google Drive.
nameStringThe name of the file
urlStringThe url of the file.
mimeTypeStringThe 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"
}
⌘I