Soundcloud API resolves endpoint returning 403 to some track URLs - C #

I use the soundcloud api (in an ASP.NET MVC application) to resolve the URL for its path identifier to further query CfmediaUrl for the path identifier found. It works well on about 85% of track URLs, but the following error appears on the remaining tracks

The remote server responded with an error: (403) Forbidden.

I sent most of the available messages already on the Internet, which suggests that this may be because the artist / downloader has reached its download limit or some restrictions from the downloader, which does not allow the request. However, all of these URLs work on many other sites such as scdownloader here .

This stackoverflow question is similar to my question, but still I can do it on other sites, so it makes no sense to run into this problem due to download restrictions. All I want to do is get CfmediaUrl for these tracks. Is there a way out? There are many questions in this topic, but most do not answer it.

+4
source share

All Articles