Google Drive로 돌아가기

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

Read the contents of a text-based file (e.g. JSON, plain text, Markdown) from Google Drive as a string. Maximum supported file size is 10MB.
googleDriveReadText
베타
권한
  • https://www.googleapis.com/auth/drive.file
선택사항 권한
  • https://www.googleapis.com/auth/drive
매개변수
이름유형설명필수
fileIdfile Select the Google Drive file to read. The file must be text-based and must not exceed 10MB.
encodingstring Encoding used to decode file contents.아니요
반환값
이름유형설명
statusstring DONE.
contentstring File contents decoded as text.
sensitive.fileIdstring Google Drive file ID.
sensitive.namestring Name of the file.
sensitive.mimeTypestring MIME type of the file.
sensitive.sizestring Size (bytes).