JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 307 forks source link

Forbidden error with Library.GetTracks datas #887

Closed mucahitimre closed 1 year ago

mucahitimre commented 1 year ago

Hello, I bought error "Forbidden" when get Library.GetTracks datas. Any ideas why I'm getting this error?

My code: image

JohnnyCrazy commented 1 year ago

ClientCredentials does not support accessing user-based data.

See table of https://johnnycrazy.github.io/SpotifyAPI-NET/docs/auth_introduction

mucahitimre commented 1 year ago

Thanks for answer.