Проштудировал
https://developers.google.com/youtube/v3/guides/up...
Создал client_secrets.json и upload_video.py
Содержание client_secrets.json
pastebin.com/NGc3DtypКлючи и другие данные в client_secrets.json заменены)
В Google Developers Console в Client ID for web application указан:
CLIENT ID ...
EMAIL ADDRESS ...
CLIENT SECRET ...
REDIRECT URIS none
JAVASCRIPT ORIGINS none
Вызываю скрипт python upload_video.py --file=video.mp4
И он выдает:
WARNING: Please configure OAuth 2.0
To make this sample run you will need to populate the client_secrets.json file
found at:
/home/user/client_secrets.json
with information from the APIs Console
https://code.google.com/apis/console#access
For more information about the client_secrets.json file format, please visit:
https://developers.google.com/api-client-library/p...
Как закачивать на Youtube через скрипт upload_video.py? Спасибо.