ย้อนกลับไปยัง Microsoft OneDrive

เชื่อมต่อ Knoon AI กับ Microsoft OneDrive (Microsoft) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI

Upload a text file to OneDrive from plain text (JSON, logs, Markdown).
microsoftOneDriveUploadText
เบต้า
สิทธิ์การใช้งาน
  • Files.ReadWrite
สิทธิ์การใช้งานตัวเลือก
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
พารามิเตอร์
ชื่อประเภทคำอธิบายจำเป็นต้องมี
parentFolderIdfile Optional. Select a OneDrive or SharePoint folder to upload into.ไม่
fileNamemustache Name of the text file (e.g. "notes.txt", "data.json").ใช่
mimeTypemustache Optional MIME type (e.g. "text/plain", "application/json"). Defaults to "text/plain".ไม่
contentmustache Plain UTF-8 text content.ใช่
overwriteExistingboolean If true, overwrite the file if it already exists. If false, return an error.ไม่
คืนสินค้า
ชื่อประเภทคำอธิบาย
statusstring UPLOADED or ERROR.
sensitive.fileIdstring DriveItem ID of the uploaded file.
sensitive.namestring Name of the uploaded file.
sensitive.mimeTypestring MIME type as stored in OneDrive.
sensitive.sizestring Size of the uploaded file in bytes as a string, or null if unavailable.
confidential.webUrlstring Web URL to open the file (if available).