Upload YouTube thumbnail with the YouTube Data API and Rails

Upload YouTube thumbnail with the YouTube Data API using Ruby on Rails. In this edition, we build on the previous episode by taking the base64 data URL for a png image, decode and write it to a Tempfile, then upload to the YouTube API to use as a thumbnail.

Code: https://github.com/cjavdev/video_automation
Twitter: https://twitter.com/cjav_dev
Feedback: https://forms.gle/Q31hhjJGsMrvY4mL6

It turns out there's a really excellent tool called TubeBuddy that already exists and does most of what I was planning to build. I've started using TubeBuddy in the past few months and really like it. If you use this link to buy a license, I'll get a small cut for being an affiliate: https://www.tubebuddy.com/cjavdev.
#rails #rubyonrails