Microsoft OneDrive öğesine geri dön
Knoon AI'yi Microsoft OneDrive (Microsoft) ile bağlayarak AI iş akışlarını otomatikleştirin.
Copy a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveCopyFile
BETA
İzinler
İsteğe bağlı izinler
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| fileId | file | Select the file to copy. | Evet |
| destinationFolderId | file | Select the destination folder. | Evet |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | Hayır |
| overwriteExisting | boolean | If true, overwrite the file if it already exists at destination. If false, return an error. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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). |



