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.
Spotify Apps API ドキュメントではプレイリストモデルが定義されていますが、プレイリスト フォルダー (プレイリストがネストされているフォルダー) のモデルは定義されていません。Spotify コア オブジェクトに機能があることは知っていcore.library.createPlaylistGroup()ますが、もちろん、これは Apps API 開発の立ち入り禁止です。
core.library.createPlaylistGroup()
API メソッドを介してプレイリスト フォルダを作成できるかどうかについてのアイデアはありますか?
残念ながら、現在の Spotify API にはプレイリスト フォルダを管理する方法がありません。
関連: Spotify アプリからプレイリスト フォルダ構造にアクセスしますか?