Announcements

Help Wizard

Step 1

NEXT STEP

Scopes for creating/adding to a playlist

Scopes for creating/adding to a playlist

hi there!

i'm trying to create a new playlist with python and add songs to it. 

i have recieved an access token after asking for -

playlist-modify-private+playlist-modify-public scopes, and now i can read my private playlists but cant create new ones or add songs to the old ones.
 
i keep getting this message:
"error": { "status": 400, "message": "Only valid bearer authentication supported"
 
what am i doing wrong?

 

Reply
1 Reply

Hey there! 

It sounds like everything is correct with your scopes...but may need more details on the actual code. Can you share some of that?

Suggested posts