maxjoehnk / soundcloud-rs

SoundCloud API implementation in Rust
Apache License 2.0
4 stars 3 forks source link

examples fails with 403 #7

Open dsvensson opened 3 years ago

dsvensson commented 3 years ago

I've set SOUNDCLOUD_CLIENT_ID to a client_id I got from the URL from soundclouds page, but still getting 403's. Anything special needed? Does it have anything to do with api.soundcloud.com vs api-v2.soundcloud.com?

maxjoehnk commented 3 years ago

Are all examples failing for you? The client_id from soundclouds page is probably rejected because of a different host (e.g not soundcloud.com). Once upon a time you could actually register apps over here. I still have two apps there which is why I'm able to test/use this library.