Soundcloud API is returning 403 on some tracks

前端 未结 3 1329
你的背包
你的背包 2020-12-20 15:00

Soundclouds API is returning 403 on some tracks for me. I have tried playing with the raw http endpoints and also the soundcloud api wrapper for python, both have the issue.

3条回答
  •  礼貌的吻别
    2020-12-20 15:10

    Using your two examples I get valid results for both

    Example 1:

    https://api.soundcloud.com/resolve?url=https://soundcloud.com/calyxteebee/nothing-left&client_id=CLIENT_ID

    returns

    https://api.soundcloud.com/tracks/251164884?client_id=CLIENT_ID

    Example 2:

    https://api.soundcloud.com/resolve?url=https://soundcloud.com/mtarecords/my-nu-leng-flava-d-soul-shake&client_id=CLIENT_ID

    returns

    https://api.soundcloud.com/tracks/249638630?client_id=CLIENT_ID

提交回复
热议问题