Create Spotify Playlist not allowed Spotify Web Api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Plan
Premium
Country
USA
Operating System
Mac OS Catalina
I have a question related to the Spotify Web API. I am working on a small script in Python to create a playlist of random tracks. I have gone through the Authentication flow and used the refresh token to get an access token. This access token has been double checked with proper scopes to create a playlist (playlist-modify-public and private). I have tried to use the same inputs (user_id and auth token) on the web console and it is able to create a playlist. However, when I try through my script, I am returned this 403 error: {'error': {'status': 403, 'message': 'You cannot create a playlist for another user.'}}. The Web API endpoint: https://developer.spotify.com/console/post-playlists/
To recap, I have double checked my scopes and tried it on the web console. It is not working when I make the POST request. Are there any suggestions on what I could try next or is this an issue being seen by others?
Thanks!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page