Announcements

Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

Forbidden 403 on GET Queue

Hi, 

 

I'm trying the Spotify API with through my app in development mode and I'm receiving an error anytime I try to call:

GET https://api.spotify.com/v1/me/player/queue
The error (why so generic?):
data: { error: { status: 403, message: 'Forbidden.' } }
 
Even if I try this API with the developer console I get this error, without any further information.
Furthermore, this is the only API that doesn't work for me.
 
What can I do to fix it?
 

 

Who Me Too'd this topic