Authorize Google Sheets (OAuth2)
OAuth 2.0(デスクトップアプリ)で認証して接続を開きます。リフレッシュトークンをキャッシュし、以降の実行では自動的に再接続します。
Google SheetsGoogleSheetsConnect
概要
OAuth 2.0(デスクトップアプリ)で認証して接続を開きます。リフレッシュトークンをキャッシュし、以降の実行では自動的に再接続します。
Authorize with OAuth 2.0 (Desktop app) and open a connection. Caches a refresh token so later runs reconnect silently.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | sheets | Name of the connection created by Authorize. |
| client_secret.json (optional) | file | 任意 | OAuth Desktop-app client file from Google Cloud. Leave blank to use Client ID + Secret below. 例: C:/keys/client_secret.json 変数に対応 | |
| Client ID (optional) | string | 任意 | Used if no client_secret.json is given. 変数に対応 | |
| Client Secret (optional) | string | 任意 | 変数に対応 | |
| Token cache file (optional) | file | 任意 | Where to store/load the OAuth token. Default: %APPDATA%/AutoFlowRPA/gsheets_token_<connection>.json 変数に対応 |