- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Plan:
Both (Free & Premium)
Platform:
WebAPI.
Country:
Pakistan / USA / Netherland
Hello Spotify Developer Community,
I am encountering an issue with the Spotify Web API where I attempt to reorder tracks within a playlist but the action doesn't seem to be performed, despite getting a successful response. Here are the details:
Endpoint: PUT https://api.spotify.com/v1/playlists/<PLAYLIST_ID>/tracks
Authorization: Bearer Token (Token is active and has the necessary scopes)
Request Body:
Expected Behavior: The 5 tracks starting from position 17 should be moved to begin at position 3 in the playlist.
Actual Behavior: The API returns a successful response with a snapshot_id, suggesting that the request was successful. However, when I check the playlist, the tracks have not been reordered as expected.
Troubleshooting Steps Already Tried:
- Double-checked the token permissions.
- Verified the playlist ID and track positions.
- Made multiple attempts with different values.
I'm puzzled as to why the response indicates success but the playlist remains unchanged. Has anyone else experienced this? Any insights or suggestions on what might be going wrong or what I should try next would be greatly appreciated.
Thank you!
Solved! Go to Solution.
- Labels:
-
Possible Bug
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page