SoundCloud Playlist tracks is empty

只谈情不闲聊 提交于 2019-12-02 18:01:54

问题


I'm trying to get the playlist information fromSoundCloud HTTP API and I'm getting the playlist information and the track_count return the right number for tracks that I have in the playlist but the tracks is empty.

I have tried the following links: https://api.soundcloud.com/playlists/215861217 The track_count returns for this playlist is 2.

Any idea why?


回答1:


This is probably related to a change in the settings from the soundcloud developers. If you try to get the track information of the tracks of your playlist you get a 403 forbidden:

https://api.soundcloud.com/tracks/106185859?client_id=... https://api.soundcloud.com/tracks/243762135?client_id=...

SoundCloud emailed back saying they have introduced an option for right holders to disable all API access to tracks by default, returning this 403 error when requested. They also said it's understandable that this is a confusing feature, and that they hope to make it more clear.

These type of questions should not be handled on stackoverflow, but unfortunately that is the only way to contact the soundcloud developers according to their documentation. I've tried reaching out to them on twitter, but so far no response.



来源:https://stackoverflow.com/questions/36688041/soundcloud-playlist-tracks-is-empty

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!