The Spotify Apps API documentation defines a Playlist model, but there is no model for folders with playlists (folders that have playlists nested within them). I know that the main spotify object has the function core.library.createPlaylistGroup() , but, of course, this is a ban for any application API development.
Any ideas on how to create playlist folders using API methods?
source share