Skip to content

Conversation

@kt96914
Copy link

@kt96914 kt96914 commented Oct 1, 2020

No description provided.

@jrcorralesf
Copy link

hi i could´nt display the playlist with any method, any suggestion?

@jrcorralesf
Copy link

hi i could´nt display the playlist with any method, any suggestion?

EDIT:
i solve this by adding the scopes playlist-read-collaborative and playlist-read-private in the spotify.js

const scopes = [
"user-read-currently-playing",
"user-read-recently-played",
"user-read-playback-state",
"user-top-read",
"user-modify-playback-state",
"playlist-read-private",
"playlist-read-collaborative",
];

More info: https://developer.spotify.com/documentation/general/guides/scopes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants