auto-youtube-subscription-playlist-2 | Script automatically adds videos to playlists from Youtube | Video Utils library
kandi X-RAY | auto-youtube-subscription-playlist-2 Summary
kandi X-RAY | auto-youtube-subscription-playlist-2 Summary
This is a Google Apps Script that automatically adds new Youtube videos to playlists (a replacement for Youtube Collections feature). This is done using Google Sheets for interface, Google Script + Youtube API v3 for executing and scheduling.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of auto-youtube-subscription-playlist-2
auto-youtube-subscription-playlist-2 Key Features
auto-youtube-subscription-playlist-2 Examples and Code Snippets
Community Discussions
Trending Discussions on auto-youtube-subscription-playlist-2
QUESTION
I am having a little trouble with a google script which I found on github. Original Code: https://github.com/Elijas/auto-youtube-subscription-playlist-2
What this script does:
You add the channel ID which you have subscribed to on youtube to a google spreadsheet and reference them to the Playlist ID you want new videos to be added:
What my issue(s) are:
The script itself works perfectly fine as long as I open up the spreadsheet and execute the "updatePlaylists" function manually.
But as soon as I add a time driven trigger (or try to execute the function in the script editor) the script keeps failing:
TypeError: Cannot call method "toString" of undefined.
But I found a "fix" for that specific error on the internet. So I changed this specific code line to:
...ANSWER
Answered 2018-Feb-21 at 18:06Thanks to the reply of Prometheus, the original creator of the script, I was finally able to solve the problem. Apparently the "updatePlaylists" function has been edited by a contributor on github.
Everyone who stumbles over the same problem, do this:
Simply replace the "updatePlalists" function in Code.gs with the original version:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install auto-youtube-subscription-playlist-2
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page