[Web API] Adding tracks to a public playlist requires playlist-modify-private scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone !
My use case :
Via the Spotify Web API, I want to create a public playlist and add tracks to it.
My implementation :
I setup a spotify auth flow that requires the playlist-modify-public scope.
Then when I get the auth token I create the public playlist via the corresponding API endpoint (see documentation here) and the API call works perfectly, my new playlist is correctly create, and it's correctly public.
But on this call, I get an error (503 - Insufficient Client Scope).
The workaround :
I tried to do the exact same flow but with the playlist-modify-private scope and it's works correctly, the tracks are added to the playlist
Questions :
I think it's a bug from the Web API, because it's not normal to have the -private scope for updating a public playlist ?
Is it a recent update on the scope management on the spotify side, because it seems to work worrectly 2 or 3 days ago ?
Thank's in advance
Labels:
- Labels:
-
Possible Bug
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page