Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the App.js #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

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