返回 Google Drive

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

Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
測試版
權限
  • https://www.googleapis.com/auth/drive.file
可選權限
  • https://www.googleapis.com/auth/drive
參數
名稱類型說明必填
fileIdfile Select the Google Drive file to copy.是的
destinationFolderIdfile Select the destination folder.是的
newFileNamemustache Optional. Name for the copied file (e.g. "report-copy.pdf").
退貨
名稱類型說明
statusstring COPIED or ERROR.
sensitive.fileIdstring Google Drive file ID of the copied file.
sensitive.namestring Copied file name.
sensitive.mimeTypestring File MIME type.
sensitive.sizestring Size (bytes).
sensitive.parentsarray Parent folder IDs for the copied file.
confidential.webViewLinkstring Link to open the file in Google Drive (if available).
confidential.webContentLinkstring Direct download link for the file content (if available).