Authorize Gmail (OAuth2)
OAuth 2.0(デスクトップアプリ)でGmail/Googleアカウントを認可し、送信・読み取り・ラベル付け・管理用の接続を開きます。リフレッシュトークンをキャッシュし、再接続時はサインイン不要。
GmailGmailConnect
概要
OAuth 2.0(デスクトップアプリ)でGmail/Googleアカウントを認可し、送信・読み取り・ラベル付け・管理用の接続を開きます。リフレッシュトークンをキャッシュし、再接続時はサインイン不要。
Authorize a Gmail/Google account with OAuth 2.0 (Desktop app) and open a connection for sending, reading, labelling and managing mail. Caches a refresh token for silent reconnects.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | gmail | Name of the connection created by 'Authorize Gmail'. |
| client_secret.json (optional) | file | 任意 | OAuth Desktop-app client file. Or use Client ID + Secret below. 変数に対応 | |
| Client ID (optional) | string | 任意 | 変数に対応 | |
| Client Secret (optional) | string | 任意 | 変数に対応 | |
| Token cache file (optional) | file | 任意 | Default: %APPDATA%/AutoFlowRPA/gmail_token_<connection>.json 変数に対応 |