Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Get Current User's Playlists request problem

Get Current User's Playlists request problem

Something strange happens when I send a Get Current User's Playlists request.

yedidya10_0-1684351431817.pngyedidya10_1-1684351440015.png

 

As shown in the screenshots I attached, the request itself is sent to https://api.spotify.com/v1/me/playlists?limit=50 but I receive the data from https://api.spotify.com/v1/users/22g7gcvxmvrgn53lyknfvuc4y /playlists?offset=0&limit=50

And that's why I also only get public and not private playlists.

What could be the problem?

Reply
3 Replies

Check your scopes. 

I have the required scope - "playlist-read-private".

 

It's worth noting that I'm using the spotify-web-api-node code library.
It looks like the code in the library is fine, so I can't pinpoint the source of the error.
And of course, there is Authorization

Without an Authorization request header you won't be able to access the current user's playlists.

Suggested posts