Getting started with Google APIs and Python
General Docs oAuth2 overview : https://developers.google.com/accounts/docs/OAuth2 more oAuth2 : https://developers.google.com/accounts/docs/OAuth2Login YouTube APIs : https://developers.google.com/youtube For service accounts, Google APIs use JWT instead of oAuth2. However, not all API resources are available using this type of authentication. Tools API overview : https://developers.google.com/apis-explorer/ API discovery service : https://developers.google.com/discovery/ oAuth2 API playground : https://developers.google.com/oauthplayground/ Mgmt Apps API console (old-style) : https://code.google.com/apis/console/b/0/?noredirect API Cloud console (new) : https://cloud.google.com/console Developer Keys (YouTube API v2) : https://code.google.com/apis/youtube/dashboard/gwt/index.html Python Guides YouTube API getting started (api v3), with samples: https://developers.google.com/youtube/v3/ overview : https://developers.google.com...