Проштудировал https://developers.google.com/youtube/v3/guides/uploading_a_video Создал client_secrets.json и upload_video.py
Содержание здесь client_secrets.json http://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/python/guide/aaa_client_secrets
Оба файла лежат в одной папке:
ls -l upload_video.py client_secrets.json
-rw-rw-r-- 1 user user 597 янв. 27 16:48 client_secrets.json
-rwxrwxr-x 1 user user 6033 янв. 27 14:49 upload_video.py
Оба файла лежат в /home/user
Как закачать видео на Youtube через скрипт upload_video.py? Спасибо.