tokland / youtube-upload

Upload videos to Youtube from the command line
2.08k stars 465 forks source link

token_expiry is now being set to 1 hour? #370

Open feacluster opened 10 months ago

feacluster commented 10 months ago

It seems as of this week YouTube is only issuing tokens that expire in 1 hours. So my automated video uploads only work for less than a day before I have to relogin and do the whole copy/paste of the code into youtube-upload..

Here's the relevant portion from the .youtube-upload-credentials.json file:

"refresh_token": null, "token_expiry": "2023-11-24T14:58:30Z", "expires_in": 3559,

feacluster commented 10 months ago

Couldn't get it to work so switched to using youtubeuploader . Fairly straightword to setup and use..