Replies: 1 comment
-
|
If you're following the Authorization Code Flow, you'd need to set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
se.michaelthelin.spotify.exceptions.detailed.ForbiddenException: Insufficient client scope.
at se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:338)
at se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:174)
at se.michaelthelin.spotify.requests.AbstractRequest.getJson(AbstractRequest.java:110)
at se.michaelthelin.spotify.requests.data.personalization.simplified.GetUsersTopTracksRequest.execute(GetUsersTopTracksRequest.java:49)
I don't see any relevant API or may be I am missing something here.
-CodeNiCK
Beta Was this translation helpful? Give feedback.
All reactions