Create folders using the Spotify Apps API

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?

+4
source share
1 answer

Unfortunately, there is no way to manage playlist folders in the current Spotify API.

Related: Access to the folder structure of the playlist from the Spotify application?

+3
source

Source: https://habr.com/ru/post/1395061/


All Articles