Portant Docs

Google file

Eine Google File (Google-Datei) repräsentiert eine Datei im Google Drive des Benutzers.

Fields (Felder)

FieldTypeDescription
idStringDie Datei-ID, wie sie in Google Drive erscheint.
nameStringDer Name der Datei.
urlStringDie URL der Datei.
mimeTypeStringDer 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"
}