I'm developing a site using the soundcloud API but it is giving me some troubles.
For some odd reason some tracks are returning a 403 forbidden error, whilst others are not. Does anybody know the cause of this issue?
For example, this works perfectly: https://api.soundcloud.com/tracks/334511096.json?client_id=REDACTED_CLIENT_ID
Whilst this gives the 403 forbidden error: https://api.soundcloud.com/tracks/328406416.json?client_id=REDACTED_CLIENT_ID
Any suggestions would be great, thanks!