Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.
python3 quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 41, in <module>
service = get_authenticated_service()
File "quickstart.py", line 24, in get_authenticated_service
credentials = flow.run_console()
AttributeError: 'InstalledAppFlow' object has no attribute 'run_console'