Google Drive に戻る

Google Drive (Google) と Knoon AI を接続して 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).