Portant Docs

Google file

Un Google File représente un fichier dans Google Drive de l'utilisateur.

Champs

ChampTypeDescription
idStringL'identifiant du fichier tel qu'il apparaît dans Google Drive.
nameStringLe nom du fichier.
urlStringL'URL du fichier.
mimeTypeStringLe type MIME du fichier.

Exemple

{
    "id": "1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4",
    "name": "Complete Workflow Please - [Template]",
    "url": "https://docs.google.com/document/d/1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4/edit?usp=drivesdk",
    "mimeType": "application/vnd.google-apps.document"
}