You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You cannot use the client credential flow to mutate data (such as POST/PUT etc) to a user context, or to view the /me endpoints. The client credential flow is an application authorization flow, it is not associated to a user.
You need to authorize a user to your app via the Authorization Code flow.
Title: Cannot upload audio track using API
Issue found of: Nov 11th, 2024
Endpoint(s):
POST https://api.soundcloud.com/tracks
Scope(s):
Steps to reproduce:
curl -X 'POST'
'https://api.soundcloud.com/tracks'
-H 'accept: application/json; charset=utf-8'
-H 'Content-Type: multipart/form-data'
-F 'track[sharing]=private'
-F 'track[asset_data]=@A-hard-row-to-hoe—whats-in-store-for-agricultural-input-suppliers-this-year.mp3;type=audio/mpeg'
-F 'track[title]=test'
Expected behaviour:
Track should be uploaded to this app - https://soundcloud.com/mckinsey
Actual behaviour:
Getting 401 Unauthorized error.
The text was updated successfully, but these errors were encountered: