Open krishangpatney opened 4 years ago
It looks like from the other ticket that it didn't work on the developers site. I think that should probably be the first step to see if something is up.
To follow the steps:
playlist-modify-public playlist-modify-private
are both checkeduser_id
If there is an error in the console, do you mind sharing it here afterward?
Hey, so that worked, but how would I be doing this through python? Since thats where the main issue comes up from. (it also requires my uri)
Issue found on February 25th 2020. https://github.com/plamere/spotipy/issues/444
Endpoint(s):
GET /v1/users/{user_id}
not sure what this isScope(s):
Steps to reproduce:
get-users-profile
endpoint withuser_id
%5E
Expected behaviour:
spotipy.client.SpotifyException: http status: 403, code:-1 - https://api.spotify.com/v1/users//playlists:
You cannot create a playlist for another user.
Actual behaviour:
http status: 403, code:-1 (consistently)