ย้อนกลับไปยัง Google Drive
เชื่อมต่อ Knoon AI กับ Google Drive (Google) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List files in a specific Google Drive folder.
googleDriveListFilesInFolder
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| parentFolderId | file | Folder to list files from. | ใช่ |
| includeFolders | boolean | Whether to include subfolders in results. | ไม่ |
| pageSize | number | Maximum number of files to return (max 1000). | ไม่ |
| pageToken | string | Optional. Token for fetching the next page of results. | ไม่ |
| includeTrashed | boolean | Whether to include trashed files. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| status | string | DONE when files are returned. |
| sensitive.files.fileId | string | File ID. |
| sensitive.files.name | string | File name. |
| sensitive.files.mimeType | string | File MIME type. |
| sensitive.files.parents | array | Parent folder IDs. |
| sensitive.files.size | string | File size in bytes, if available. |
| sensitive.files.webViewLink | string | Link to open the file in Google Drive. |
| sensitive.files.webContentLink | string | Direct download link for the file content (if available). |
| sensitive.files.createdTime | string | File creation time (RFC 3339). |
| sensitive.files.modifiedTime | string | File last modified time (RFC 3339). |
| sensitive.nextPageToken | string | Token for fetching the next page of results. |




