返回 Google Drive

將 Knoon AI 與 Google Drive (Google) 連接以自動化 AI 工作流程。

Get metadata for a Google Drive file or folder.
googleDriveGetFile
測試版
權限
  • https://www.googleapis.com/auth/drive.file
可選權限
  • https://www.googleapis.com/auth/drive
參數
名稱類型說明必填
fileIdfile Select the file or folder to fetch metadata for.是的
退貨
名稱類型說明
statusstring DONE.
sensitive.fileIdstring Google Drive file ID.
sensitive.namestring Name of the item.
sensitive.mimeTypestring File MIME type (if available).
sensitive.sizestring Size (bytes).
sensitive.parentsarray Parent folder IDs.
sensitive.createdTimestring Created time (RFC 3339).
sensitive.modifiedTimestring Last modified time (RFC 3339).
confidential.webViewLinkstring Link to open the file in Google Drive (if available).
confidential.webContentLinkstring Direct download link for the file content (if available).