Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はインターネットを精査しましたが、この時点で、フォルダーを作成するリモートプログラムはありますか?
Not using the Web API, no.
However, libspotify has an API for creating folders: sp_playlistcontainer_add_folder(). This isn't a Web API - you'll need to write a native application.
sp_playlistcontainer_add_folder()