Portant Portant Docs

Google file

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

Fields

FieldTypeDescription
idStringThe file ID as it appears in Google Drive.
nameStringThe name of the file.
urlStringThe URL of the file.
mimeTypeStringThe MIME type 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"
}