Skip to content

Updated the App.js#9

Open
kt96914 wants to merge 3 commits into
CleverProgrammers:masterfrom
kt96914:master
Open

Updated the App.js#9
kt96914 wants to merge 3 commits into
CleverProgrammers:masterfrom
kt96914:master

Conversation

@kt96914

@kt96914 kt96914 commented Oct 1, 2020

Copy link
Copy Markdown

No description provided.

@jrcorralesf

Copy link
Copy Markdown

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

@jrcorralesf

Copy link
Copy Markdown

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