Retour à Microsoft OneDrive
Connecter Knoon AI avec Microsoft OneDrive (Microsoft) pour automatiser les flux de travail AI.
Copy a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveCopyFile
Bêta
Autorisations
Autorisations optionnelles
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| fileId | file | Select the file to copy. | Oui |
| destinationFolderId | file | Select the destination folder. | Oui |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | Non |
| overwriteExisting | boolean | If true, overwrite the file if it already exists at destination. If false, return an error. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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). |



