-
Notifications
You must be signed in to change notification settings - Fork 31.1k
YouTube Node: Playlist Creation privacyStatus Always Defaults to Private #16442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @gustavobretas, We have created an internal ticket to look into this which we will be tracking as "GHC-2607" |
It seems the issue stems from an incorrect path for the
However, according to the official YouTube Data API v3 documentation for playlist insertion (specifically, the |
Sounds like you have a fix as well, If you want to add some tests to it feel free to open a PR with it. |
…privacy Fix(Youtube Node) fix(Youtube Node) Align playlist creation test with privacyStatus fix n8n-io#16442
Hey @Joffcom, Thanks for the encouragement! I've gone ahead and adjusted the tests for this, and they're all passing now: If you could take a look at the PR whenever you have a moment, I'd really appreciate it! Thanks again! |
Bug Description
When using the YouTube Node in n8n to create a new playlist, the
privacyStatus
of the created playlist always defaults toprivate
, regardless of the value selected in the node's configuration.To Reproduce
Expected behavior
The
privacyStatus
of the created YouTube playlist should reflect the value configured in the n8n YouTube Node (e.g.,'public'
,'unlisted'
, or'private'
).Operating System
Alpine, Docker Image: n8nio/n8n:1.98.1
n8n Version
1.98.1
Node.js Version
22.16.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: