Authorize Google Drive (OAuth2)
OAuth 2.0(デスクトップアプリ)で認証して Drive 接続を開きます。リフレッシュトークンをキャッシュして自動的に再接続します。
概要
Authorize Google Drive (OAuth2) は、AutoFlowRPA の Google Drive カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 5 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
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 変数に対応 |
Authorize Google Drive (OAuth2) コマンドの使い方
- 1
AutoFlowRPAを開き、Google DriveグループからAuthorize Google Drive (OAuth2)コマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Authorize Google Drive (OAuth2)には設定可能な項目が5個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Authorize Google Drive (OAuth2) コマンドは何をしますか?
OAuth 2.0(デスクトップアプリ)で認証して Drive 接続を開きます。リフレッシュトークンをキャッシュして自動的に再接続します。
Authorize Google Drive (OAuth2) コマンドはどのグループに属しますか?
Authorize Google Drive (OAuth2)はGoogle Driveグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Authorize Google Drive (OAuth2) コマンドにパラメータはありますか?
はい。Authorize Google Drive (OAuth2)には設定可能な項目が5個あり、ビジュアルノードエディタで編集できます。