Spotify api PUT /playlists/{playlist_id}/images returns 404 with valid ID
I am using spotify’s api to create a playlist, add tracks and change the custom playlist cover image in quick succession. The createPlaylist()
and populatePlaylist()
functions work perfectly, even in quick succession. But the changePicture()
function returns a 404 error.