Retour à Google Drive

Connecter Knoon AI avec Google Drive (Google) pour automatiser les flux de travail AI.

Search for files by name in Google Drive.
googleDriveSearchFiles
Bêta
Interne
Autorisations
  • https://www.googleapis.com/auth/drive.file
Autorisations optionnelles
  • https://www.googleapis.com/auth/drive
Paramètres
NomTypeDescriptionRequis
querymustache File name query (e.g. "invoice" or "report").Oui
includeFoldersboolean Whether to include folders in results.Non
pageSizenumber Maximum number of files to return (max 1000).Non
pageTokenstring Optional. Token for fetching the next page of results.Non
includeTrashedboolean Whether to include trashed files.Non
Retours
NomTypeDescription
statusstring DONE when files are returned.
sensitive.files.fileIdstring File ID.
sensitive.files.namestring File name.
sensitive.files.mimeTypestring File MIME type.
sensitive.files.parentsarray Parent folder IDs.
sensitive.files.sizestring File size in bytes, if available.
sensitive.files.webViewLinkstring Link to open the file in Google Drive.
sensitive.files.webContentLinkstring Direct download link for the file content (if available).
sensitive.files.createdTimestring File creation time (RFC 3339).
sensitive.files.modifiedTimestring File last modified time (RFC 3339).
sensitive.nextPageTokenstring Token for fetching the next page of results.