Microsoft OneDrive로 돌아가기
Knoon AI를 Microsoft OneDrive (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.
Copy a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveCopyFile
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fileId | file | Select the file to copy. | 네 |
| destinationFolderId | file | Select the destination folder. | 네 |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | 아니요 |
| overwriteExisting | boolean | If true, overwrite the file if it already exists at destination. If false, return an error. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | COPIED or ERROR. |
| sensitive.fileId | string | DriveItem ID of the copied file. |
| sensitive.name | string | Copied file name. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parentReference | object | Parent reference metadata for the copied file. |
| confidential.webUrl | string | Web URL to open the item (if available). |



