Googleシート
このモジュールでは、 Google Sheetsとの 連携をカスタマイズすることができます。
ビジネスプロセス
- 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 ドライブ
このモジュールは、Google Driveとの統合を提供します。
パラメータデフォルト説明OAuth2クライアントID-Google API Console から提供されます。OAuth2 クライアントシークレット-Google API Console から提供されます。
データモデル
Google Drive Element- ファイルやフォルダーを格納する仮想モデル。
Fields:
- id(string)- ファイルまたはフォルダのID。
- title(string) - ファイルまたはフォルダの名前。
Google Drive: Create Folder
入力
- title(string) - フォルダーの名前。
出力
- 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。