Google file
Eine Google File (Google-Datei) repräsentiert eine Datei im Google Drive des Benutzers.
Fields (Felder)
| Field | Type | Description |
|---|---|---|
| id | String | Die Datei-ID, wie sie in Google Drive erscheint. |
| name | String | Der Name der Datei. |
| url | String | Die URL der Datei. |
| mimeType | String | Der MIME-Typ der Datei. |
Example (Beispiel)
{
"id": "1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4",
"name": "Complete Workflow Please - [Template]",
"url": "https://docs.google.com/document/d/1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4/edit?usp=drivesdk",
"mimeType": "application/vnd.google-apps.document"
}