youtube
Online video sharing and social media platform.
Provider Summary
total services: 3
total methods: 92
total methods: 92
total resources: 38
total selectable resources: 29
total selectable resources: 29
See also:
[SHOW
] [DESCRIBE
] [REGISTRY
]
Installation
REGISTRY PULL youtube v23.01.00116;
Authentication
{
"youtube": {
"type": string, // authentication type to use, suported values: service_account
"credentialsfilepath": string, // path to service account key file
"scopes": string[], // array of scopes required for API authorization, see [scopes](https://developers.google.com/identity/protocols/oauth2/scopes)
}
}
Example (Mac/Linux)
AUTH='{ "youtube": { "type": "service_account", "credentialsfilepath": "creds/sa-key.json", "scopes": ["https://www.googleapis.com/auth/...", "..."] }}'
stackql shell --auth="${AUTH}"
Example (PowerShell)
$Auth = "{ 'youtube': { 'type': 'service_account', 'credentialsfilepath': 'creds/sa-key.json', 'scopes': ['https://www.googleapis.com/auth/...', '...'] }}"
stackql.exe shell --auth=$Auth