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

Embedded Download from Iframe not working #296

Open romanadev opened 2 weeks ago

romanadev commented 2 weeks ago

The Download from the SoundCloud embedded player is not working anymore. When clicking on the Download-Icon nothing happens, in the Developer-Console the Status Code is "401 Unauthorized".

It is not working for all my tracks, tracks from other accounts and not even the examples on the Soundcloud Website are working.

When I try to query the API I get the same error 401.

Does anyone else has the same problem? Thousand of our clients are affected by this, but the Soundcloud Support has not responded in over a week.

Title: Embedded Download from Iframe not working

Issue found of: June 6th, 2024

Endpoint(s):

Scope(s):

Steps to reproduce:

curl --request GET \
  --url 'https://api-widget.soundcloud.com/tracks/12345/download?format=json&client_id=DONT_SHARE_CLIENT_ID&app_version=1718026023'

Expected behaviour:

Track starts to download

Actual behaviour:

401 Unauthorized (consistently)