Authorize YouTube (OAuth2)
OAuth 2.0(デスクトップアプリ)でYouTube/Googleアカウントを認可し、アップロード・コメント・高評価用の接続を開きます。リフレッシュトークンをキャッシュし、再接続時はサインイン不要。
ソーシャルメディアYouTubeConnect
概要
OAuth 2.0(デスクトップアプリ)でYouTube/Googleアカウントを認可し、アップロード・コメント・高評価用の接続を開きます。リフレッシュトークンをキャッシュし、再接続時はサインイン不要。
Authorize a YouTube/Google account with OAuth 2.0 (Desktop app) and open a connection for uploading, commenting and liking. Caches a refresh token for silent reconnects.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | youtube | Name of the connection created by 'Authorize YouTube'. |
| 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/youtube_token_<connection>.json 変数に対応 |