"The Hives"的曲目声称可以流式传输,但正在返回404.
以下是Civilization的Dying id 3644317(http://api.soundcloud.com/tracks/3644317.json?client_id=)的JSON响应:
{
"kind": "track",
"id": 3644317,
…
"sharing": "public",
"streamable": true,
"embeddable_by": "all",
"downloadable": false,
"title": "Civilization's Dying",
…
"stream_url": "http://api.soundcloud.com/tracks/3644317/stream"
}
Run Code Online (Sandbox Code Playgroud)
streamable是真的并且它给出了stream_url,当我尝试使用我的client_id访问它时(就像我已经完成了其他轨道)它返回404.
编辑:分享是公开的.将信息添加回有效负载以及指向api页面的链接,其中包含完整响应以供参考.
soundcloud ×1