Portant Docs

Google file

Google File は、ユーザーの Google Drive 内のファイルを表します。

Fields

FieldType説明
idStringGoogle Drive に表示されるファイル ID。
nameStringファイルの名前。
urlStringファイルの URL。
mimeTypeStringファイルの MIME タイプ。

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"
}