rckclmbr / pyportify

App to transfer your spotify playlists to Google Play Music
Apache License 2.0
779 stars 57 forks source link

Invalid access token #110

Closed invertium closed 6 years ago

invertium commented 7 years ago

I'm getting:

Exception: Error: {'error': {'message': 'Invalid access token', 'status': 401}}, url: https://api.spotify.com/v1/me/playlists

I tried the command using curl, that worked.

Tried to add a new access token twice, any ideas?

Solved it by cloning the repo and manually inserting the token into the code, it seemed to be cut off when pasting over the console, maybe you should make the token readable over a file or a command line argument.