In the Soundcloud API, is information about a track still available after it's removed due to DMCA infringement? -
i'm building app utilizes soundcloud api , came across small problem. archive playlists on our own servers cut down on amount of data needed display tracks. so, example, user can create playlist tracks soundcloud strip away data provided soundcloud minimum required view , play said track. data includes it's sc_id, track name, artist, stream url, etc. doesn't provide full data set sc does.
my question:
when songs removed due dmca copyright infringement, soundcloud keep track id , information available or remove track entirely? mean is, have track id 123456 , removed due dmca. track still exist such request [sc_api_url]/tracks/123456.json yield track not streamable nor downloadable?
correct logic if wrong. i've searched documentation , best answer can if try , request resource not available throws common 404 error api not clear on happens when tracks removed due dmca violations.
so reached out soundcloud , said removed public facing api.
this means error occur if referenced it.
this true exceeding quotas.
hope helps else too!
Comments
Post a Comment