caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Extend needed permissions for OAuth token #46

Open js94x opened 2 years ago

js94x commented 2 years ago

To use the Oauth Token aswell for --dump=liked the permissions need to extended, otherwise the request is forbidden by Spotify

Couldn't load URL: https://api.spotify.com/v1/users/xxxxxxxxxx/tracks?limit=50 (HTTP Error 403: Forbidden)