SoundCloud, download or stream file via api

前端 未结 2 606
孤独总比滥情好
孤独总比滥情好 2021-02-11 00:58

I try to use download_url to get file from soundcloud.

I either get \'redirected\' or \'401 unauthorized\', how can I download/stream it to client side?

thanks

2条回答
  •  有刺的猬
    2021-02-11 01:50

    You are using Wrong Url Structure... Try This ,Its Working (I tested) : http://api.soundcloud.com/tracks/773150/download?client_id={Your ID Here}

    You Should Use ? Instead Of & before client_id

提交回复
热议问题