Google Drive로 돌아가기

Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.

Export a Google Workspace file from Google Drive to another format and save it as an attachment. Maximum supported exported file size is 10MB.
googleDriveExportFileToAttachment
베타
권한
  • https://www.googleapis.com/auth/drive.file
선택사항 권한
  • https://www.googleapis.com/auth/drive
매개변수
이름유형설명필수
fileIdfile Select the Google Workspace file to export. Supported examples include Google Docs, Sheets, Slides, and Drawings.
exportMimeTypemustache Export MIME type to request from Google Drive (e.g. "application/pdf", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "text/csv", "image/png"). Supported values depend on the Google Workspace file type.
반환값
이름유형설명
statusstring DONE.
contentstring Attachment.
sensitive.sourceFileIdstring Original Google Drive file ID.
sensitive.sourceMimeTypestring Original Google Drive MIME type before export.
sensitive.namestring Name of the saved exported attachment.
sensitive.mimeTypestring MIME type of the saved attachment.
sensitive.sizestring Size (bytes).