Zurück zu Microsoft OneDrive
Verbinde Knoon AI mit Microsoft OneDrive (Microsoft), um KI-Workflows zu automatisieren.
Move a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveMoveFile
Beta
Berechtigungen
Optionale Berechtigungen
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| fileId | file | Select the file to move. | Ja |
| destinationFolderId | file | Select the destination folder. | Ja |
| newFileName | mustache | Optional. Rename the file while moving (e.g. "report-final.pdf"). | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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). |



