【发布时间】:2014-05-18 21:32:26
【问题描述】:
“The Hives”的曲目声称是可流式传输的,但返回的是 404。
这是文明的垂死 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"
}
streamable 是 true 并且它提供了一个 stream_url,当我尝试使用我的 client_id 访问它时(就像我对其他轨道所做的那样)它返回 404。
编辑:共享是公开的。将信息添加回有效负载和指向 api 页面的链接以及完整响应以供参考。
【问题讨论】:
标签: soundcloud