문서

복사하려면 클릭

모듈은 문서 작업을 위한 기능을 제공합니다.


구글 스프레드시트

이 모듈을 사용하면 Google 스프레드시트 와의 통합을 맞춤설정할 수 있습니다.


비즈니스 프로세스

  • Google Sheets: Remove sheet
  • Google Sheets: Clear sheet
  • Google Sheets: Create sheet
  • Google Sheets: Create spreadsheet
  • Google Sheets: Delete rows and columns from sheet

설정

매개변수 프리셋 설명
자격 증명 파일 - Google Cloud Platform에서 제공하는 credentials.json 파일 경로

구글 드라이브

모듈은 Google 드라이브와의 통합을 제공합니다.


매개변수 기본 설명
OAuth2 클라이언트 ID - Google API 콘솔에서 제공합니다.
OAuth2 클라이언트 암호 - Google API 콘솔에서 제공합니다.

데이터 모델

Google Drive Element - 파일 및 폴더를 저장하는 가상 모델입니다.

Fields:

  • id (string) - 파일 또는 폴더의 ID입니다.
  • 제목 (문자열) - 파일 또는 폴더의 이름입니다.

Google Drive: Create Folder

입력

  • title (문자열) - 폴더 이름.

산출

  • folder_id (string) - 생성된 폴더의 ID입니다.

Google Drive: Delete folder

입력

  • folder_id (string) - 폴더의 ID입니다.

Google Drive: List files and folders

산출

  • files (array model) - 파일 목록;
  • folders (array model) - 폴더 목록

Google Drive: Download file

입력

  • file_id (string) - 파일의 ID입니다.

산출

  • data (file) - 다운로드한 파일

Google Drive: Copy file

입력

  • file_id (string) - 파일의 ID입니다.

산출

  • new_file_id (string) - 새 파일의 ID입니다.

Google Drive: Share file

입력

  • file_id (string) - 파일의 ID;
  • emails (array email) - 공유할 이메일입니다.

Google Drive: Update file

입력

  • folder_id (string) - 폴더의 ID입니다.
  • data (file) - 업데이트된 파일;
  • title (string) - 파일 이름;
  • file_id (string) - 파일의 ID입니다.

Google Drive: Delete file

입력

  • file_id (string) - 파일의 ID입니다.

Google Drive: Share folder

입력

  • emails (array email) - 공유할 이메일;
  • folder_id (string) - 폴더의 ID입니다.

설정

비즈니스 프로세스