Voltar para Google Drive

Conectar Knoon AI com Google Drive (Google) para automatizar fluxos de trabalho de AI.

Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
Beta
Permissões
  • https://www.googleapis.com/auth/drive.file
Permissões opcionais
  • https://www.googleapis.com/auth/drive
Parâmetros
NomeTipoDescriçãoObrigatório
fileIdfile Select the Google Drive file to copy.Sim
destinationFolderIdfile Select the destination folder.Sim
newFileNamemustache Optional. Name for the copied file (e.g. "report-copy.pdf").Não
Devoluções
NomeTipoDescrição
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).