返回 Google Drive

将 Knoon AI 与 Google Drive (Google) 连接以自动化 AI 工作流。

Move a Google Drive file to another folder, with optional rename.
googleDriveMoveFile
测试版
权限
  • https://www.googleapis.com/auth/drive.file
可选权限
  • https://www.googleapis.com/auth/drive
参数
名称类型描述必填
fileIdfile Select the Google Drive file to move.是的
destinationFolderIdfile Select the destination folder.是的
newFileNamemustache Optional. Rename the file while moving (e.g. "report-final.pdf").没有
回报
名称类型描述
statusstring MOVED or ERROR.
sensitive.fileIdstring Google Drive file ID.
sensitive.namestring File name after move.
sensitive.mimeTypestring File MIME type.
sensitive.sizestring Size (bytes).
sensitive.parentsarray Parent folder IDs after move.
confidential.webViewLinkstring Link to open the file in Google Drive (if available).
confidential.webContentLinkstring Direct download link for the file content (if available).