Πίσω στο Microsoft OneDrive

Σύνδεση Knoon AI με Microsoft OneDrive (Microsoft) για αυτοματοποίηση ροών εργασίας AI.

Copy a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveCopyFile
ΒΕΤΑ
Άδειες
  • Files.ReadWrite
Προαιρετικές άδειες
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Παράμετροι
ΌνομαΤύποςΠεριγραφήΑπαραίτητο
fileIdfile Select the file to copy.Ναι
destinationFolderIdfile Select the destination folder.Ναι
newFileNamemustache Optional. Name for the copied file (e.g. "report-copy.pdf").Όχι
overwriteExistingboolean If true, overwrite the file if it already exists at destination. If false, return an error.Όχι
Επιστροφές
ΌνομαΤύποςΠεριγραφή
statusstring COPIED or ERROR.
sensitive.fileIdstring DriveItem ID of the copied file.
sensitive.namestring Copied file name.
sensitive.mimeTypestring File MIME type.
sensitive.sizestring Size (bytes).
sensitive.parentReferenceobject Parent reference metadata for the copied file.
confidential.webUrlstring Web URL to open the item (if available).