Πίσω στο 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). |



