soundcloud / api

A public repo for our Developer Community to engage about bugs and feature requests on our Public API
143 stars 22 forks source link

Is there a time limit for the resolved stream location URL? #254

Open alexweinstein opened 10 months ago

alexweinstein commented 10 months ago

API Guide tells us that in order to get the streaming file location of a track, we should:

Send a GET request to stream_url and you will get a set of links with available transcodings which you can choose from.

This returns:

{
    "status": "302 - Found",
    "location": "https:\/\/cf-media.sndcdn.com..."
}

However, it seems that the location url expires after a few minutes, generating a 403.

My questions: