חזרה אל Google Drive
התחבר ל-Knoon AI עם Google Drive (Google) כדי לאוטומטי תהליכי עבודה של AI.
Move a Google Drive file to another folder, with optional rename.
googleDriveMoveFile
בטא
הרשאות
הרשאות אופציונליות
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| fileId | file | Select the Google Drive file to move. | כן |
| destinationFolderId | file | Select the destination folder. | כן |
| newFileName | mustache | Optional. Rename the file while moving (e.g. "report-final.pdf"). | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | MOVED or ERROR. |
| sensitive.fileId | string | Google Drive file ID. |
| sensitive.name | string | File name after move. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parents | array | Parent folder IDs after move. |
| confidential.webViewLink | string | Link to open the file in Google Drive (if available). |
| confidential.webContentLink | string | Direct download link for the file content (if available). |




