العودة إلى Microsoft OneDrive

اتصل بـ Knoon AI مع Microsoft OneDrive (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.

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).