Microsoft OneDrive로 돌아가기

Knoon AI를 Microsoft OneDrive (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.

Copy a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveCopyFile
베타
권한
  • Files.ReadWrite
선택사항 권한
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
매개변수
이름유형설명필수
fileIdfile Select the file to copy.
destinationFolderIdfile Select the destination folder.
newFileNamemustache Optional. Name for the copied file (e.g. "report-copy.pdf").아니요
overwriteExistingboolean If true, overwrite the file if it already exists at destination. If false, return an error.아니요
반환값
이름유형설명
statusstring COPIED or ERROR.
sensitive.fileIdstring DriveItem ID of the copied file.
sensitive.namestring Copied file name.
sensitive.mimeTypestring File MIME type.
sensitive.sizestring Size (bytes).
sensitive.parentReferenceobject Parent reference metadata for the copied file.
confidential.webUrlstring Web URL to open the item (if available).