ย้อนกลับไปยัง Google Drive

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

Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
เบต้า
สิทธิ์การใช้งาน
  • https://www.googleapis.com/auth/drive.file
สิทธิ์การใช้งานตัวเลือก
  • https://www.googleapis.com/auth/drive
พารามิเตอร์
ชื่อประเภทคำอธิบายจำเป็นต้องมี
fileIdfile Select the Google Drive file to copy.ใช่
destinationFolderIdfile Select the destination folder.ใช่
newFileNamemustache Optional. Name for the copied file (e.g. "report-copy.pdf").ไม่
คืนสินค้า
ชื่อประเภทคำอธิบาย
statusstring COPIED or ERROR.
sensitive.fileIdstring Google Drive file ID of the copied file.
sensitive.namestring Copied file name.
sensitive.mimeTypestring File MIME type.
sensitive.sizestring Size (bytes).
sensitive.parentsarray Parent folder IDs for the copied file.
confidential.webViewLinkstring Link to open the file in Google Drive (if available).
confidential.webContentLinkstring Direct download link for the file content (if available).