Google file
Un Google File représente un fichier dans Google Drive de l'utilisateur.
Champs
| Champ | Type | Description |
|---|---|---|
| id | String | L'identifiant du fichier tel qu'il apparaît dans Google Drive. |
| name | String | Le nom du fichier. |
| url | String | L'URL du fichier. |
| mimeType | String | Le 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"
}