Назад к 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).