gilbarbara / react-spotify-web-playback

A simple player for Spotify's web playback

Home Page:https://react-spotify-web-playback.gilbarbara.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 403 trying to play the song

didacus opened this issue · comments

commented

I am getting a 403 error. Has anyone come across this? I searched the web, and it seems to be something about the account be disabled. However, my account is fully functional. When I click on the console, it says no token provided, but I added that to the player. Any ideas what might be causing this?

hey @didacus
It's impossible to know what's happening without an example.
Please post a codesandbox.

Does this player require Shopify Premium account?

I'm playing around with their Player API and their documentation says:
If the user making the request is non-premium, a 403 FORBIDDEN response code will be returned.

Yes. This component is just a wrapper on top of the Spotify Web Playback SDK. Please refer to their documentation.