从Spotify的Discover Weekly Playlist获取曲目时找不到404

从Spotify的Discover Weekly Playlist获取曲目时找不到404

问题描述:

I am trying to retrieve all tracks from my discover weekly playlist.

Although I granted every available scope and made the playlist public, both WEB API Console and Spotify Web PHP API get a 404 error response.

The strange thing is, that I can access all other private playlists, except the ones who are generated by Spotify. I can't access playlists from the users spotifydiscover, spotify_germany, spotlight_germany.

So therefore I think that Spotify forbids the access to these playlists? Or am I missing something?

Big thanks in advance for your help!

greetings, jules

我正在尝试从发现每周播放列表中检索所有曲目。 p>

虽然我授予了所有可用范围并使播放列表公开,但WEB API控制台和Spotify Web PHP API都会收到404错误响应。 p>

奇怪的是,我可以访问所有其他私有 播放列表,但Spotify生成的播放列表除外。 我无法从用户spotifydiscover,spotify_germany,spotlight_germany访问播放列表。 p>

因此我认为Spotify禁止访问这些播放列表? 我错过了什么吗? p>

非常感谢您的帮助! p>

问候, jules p> div >

Discover Weekly lists are owned by the "spotify" account, so you need to supply spotify as the Owner ID instead of your actual username. Then authenticate as your user, and the system will resolve the call properly. I verified that this works for mine.