pckhib / node-red-contrib-spotify

Node-RED node for Spotify Web API
MIT License
13 stars 16 forks source link

Unable to Add to my saved tracks #8

Closed praul closed 5 years ago

praul commented 5 years ago

This is a call for advice :) I am unable to save a track to my Library I tried passing the trackID (extracted from: getMyCurrentPlayback) as an array on msg.payload msg.payload = ["uvnuvboufbvoeub"] and other variations, but it is not working.

I have authorized spotify with

playlist-read-collaborative,playlist-read-private,user-library-modify,playlist-modify-public,user-library-read,user-top-read,playlist-modify-private,user-read-currently-playing,user-read-recently-played,user-modify-playback-state,user-read-playback-state

Any ideas. How should I pass the trackID ?