Microsoft OneDrive로 돌아가기
Knoon AI를 Microsoft OneDrive (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.
Move a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveMoveFile
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fileId | file | Select the file to move. | 네 |
| destinationFolderId | file | Select the destination folder. | 네 |
| newFileName | mustache | Optional. Rename the file while moving (e.g. "report-final.pdf"). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | MOVED or ERROR. |
| sensitive.fileId | string | DriveItem ID. |
| sensitive.name | string | File name after move. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parentReference | object | Parent reference metadata after move. |
| confidential.webUrl | string | Web URL to open the item (if available). |



