Voltar para Google Drive

Conectar Knoon AI com Google Drive (Google) para automatizar fluxos de trabalho de AI.

Search for files by name within a specific Google Drive folder.
googleDriveSearchFilesInFolder
Beta
Interno
Permissões
  • https://www.googleapis.com/auth/drive.file
Permissões opcionais
  • https://www.googleapis.com/auth/drive
Parâmetros
NomeTipoDescriçãoObrigatório
parentFolderIdfile Folder to search within.Sim
querymustache File name query (e.g. "invoice" or "report").Sim
includeFoldersboolean Whether to include subfolders in results.Não
pageSizenumber Maximum number of files to return (max 1000).Não
pageTokenstring Optional. Token for fetching the next page of results.Não
includeTrashedboolean Whether to include trashed files.Não
Devoluções
NomeTipoDescrição
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.