Soundcloud API returns 0 tracks for user

这一生的挚爱 提交于 2019-12-11 14:37:58

问题


For a client of mine I used the Soundcloud API to show tracks on his website. now it had stopped working, the API returns 0 tracks.

https://api.soundcloud.com/users/1525250/tracks?client_id=dec73200bd1c369969eb9df50f4a190b

I checked his account and all tracks have the right permissions.

,

What am I doing wrong?

(website of client) eelkekleijn.nl


回答1:


All rate limits on the SoundCloud API are currently calculated against a client application's client id so you need to change your application client id

Read More

Eg.

https://api.soundcloud.com/users/1525250/tracks?client_id=02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea




回答2:


SoundCloud allows certain users to block API requests. In this case, this user has blocked the ability to view their information via the SoundCloud API.

The only way around this is to use an API Key internal to SoundCloud, such as the one youtube-dl uses to download tracks.



来源:https://stackoverflow.com/questions/37477095/soundcloud-api-returns-0-tracks-for-user

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