Tilbake til Google Drive
Koble til Knoon AI med Google Drive (Google) for å automatisere AI-arbeidsflyter.
Watch a Google Drive file by file ID and return a deterministic snapshot using change-signaling file fields only.
googleDriveFileWatch
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| fileId | string | Google Drive file ID to watch. | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| fileId | string | Google Drive file ID. |
| name | string | File name. |
| mimeType | string | Google Drive MIME type. |
| parents | array | Parent folder IDs. |
| size | string | File size in bytes when available. |
| modifiedTime | string | Last modified time (RFC 3339). |
| version | string | Drive file version. |
| trashed | boolean | Whether the file is trashed. |




