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).