You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Earlier this year I started using this api to upload videos to Youtube from my RaspberryPi and It worked great. I took the Pi offline for the summer and now I've fired it back up, but I can't upload. I'm getting an oath2client error. Discovered the upload_video.py script has changed and oath2 is depreciated.
I imaged a new SD and was able to get it to upload, but I'm having to authenticate for every upload. I get the message to copy the URL and paste into the browser. Earlier this year with I did this project I was able to use --noauth_local_webserver and it wouldn't authenticate every time.
What can I do so I don't have to copy the url each time. I need the upload to be hands off, which it was before.
Earlier this year I started using this api to upload videos to Youtube from my RaspberryPi and It worked great. I took the Pi offline for the summer and now I've fired it back up, but I can't upload. I'm getting an oath2client error. Discovered the upload_video.py script has changed and oath2 is depreciated.
I imaged a new SD and was able to get it to upload, but I'm having to authenticate for every upload. I get the message to copy the URL and paste into the browser. Earlier this year with I did this project I was able to use --noauth_local_webserver and it wouldn't authenticate every time.
What can I do so I don't have to copy the url each time. I need the upload to be hands off, which it was before.