Download your Service Account Token (JSON file) and set it in environment variable GOOGLE_APPLICATION_CREDENTIALS
.
PowerShell example:
$env:GOOGLE_APPLICATION_CREDENTIALS="C:\folder\file-youtube-api-token.json"
Enable the environment variable:
$env:CGO_ENABLED=1