Zurück zu Google Drive

Verbinde Knoon AI mit Google Drive (Google), um KI-Workflows zu automatisieren.

List files in a specific Google Drive folder.
googleDriveListFilesInFolder
Beta
Intern
Berechtigungen
  • https://www.googleapis.com/auth/drive.file
Optionale Berechtigungen
  • https://www.googleapis.com/auth/drive
Parameter
NameTypBeschreibungErforderlich
parentFolderIdfile Folder to list files from.Ja
includeFoldersboolean Whether to include subfolders in results.Nein
pageSizenumber Maximum number of files to return (max 1000).Nein
pageTokenstring Optional. Token for fetching the next page of results.Nein
includeTrashedboolean Whether to include trashed files.Nein
Rückgaben
NameTypBeschreibung
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.