Authorize Google Drive (OAuth2)
OAuth 2.0(デスクトップアプリ)で認証して Drive 接続を開きます。リフレッシュトークンをキャッシュして自動的に再接続します。
Google DriveGoogleDriveConnect
概要
OAuth 2.0(デスクトップアプリ)で認証して Drive 接続を開きます。リフレッシュトークンをキャッシュして自動的に再接続します。
Authorize with OAuth 2.0 (Desktop app) and open a Drive connection. Caches a refresh token for silent reconnects.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | drive | Name of the connection created by Authorize. |
| client_secret.json (optional) | file | 任意 | OAuth Desktop-app client file. Or use Client ID + Secret. 変数に対応 | |
| Client ID (optional) | string | 任意 | 変数に対応 | |
| Client Secret (optional) | string | 任意 | 変数に対応 | |
| Token cache file (optional) | file | 任意 | Default: %APPDATA%/AutoFlowRPA/gdrive_token_<connection>.json 変数に対応 |