Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Topics with Label: token

Labels

Forum Posts

/playlists API Endpoint Issue Fixed

We wanted to provide an update regarding issues identified in the “/playlists” API endpoints. We have investigated the reported concerns of null results appearing in responses and have fixed the behaviour in the “/me/playlists” and “/users/{user_id}/...

  • Spotify
  • Spotify
  • AdrienCompDev
  • Casual Listener
  • 3060 Views
  • 9 replies
  • 2 likes
  • Possible Bug
  • 3060 Views
  • 9 replies
  • 2 likes

Invalid Token Scopes (Web Playback SDK)

PlanPremiumCountryUK My Question or IssueI'm able to successfully generate an access token for the following scopes:playlist-read-private streaming app-remote-control user-modify-playback-state user-read-playback-state user-read-recently-played user-...

  • Regular
  • Plan Premium Country UK       My Question or Issue I'm able to successfully generate an access token for the following scopes: playlist-read-private streaming app-remote-c...
  • temlabs
  • Regular
  • 585 Views
  • 5 replies
  • 0 likes
  • Discussion
    scopes
    token
    web-playback-sdk
  • 585 Views
  • 5 replies
  • 0 likes

How to find spotify token

Hi, I'm currently developing code with the spotify api and I'm wondering how to get the authorization token for spotify, I didn't find anything on spotify dev only client id and secret.

  • Visitor
  • Hi, I'm currently developing code with the spotify api and I'm wondering how to get the authorization token for spotify, I didn't find anything on spotify dev only client id and secret.
  • Ximzend
  • Spotify Star
  • 355 Views
  • 1 replies
  • 0 likes
  • token
  • 355 Views
  • 1 replies
  • 0 likes

access token 415

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issue i try to get access token from a service in angular 17 applicationthe same code works if pla...

  • Casual Listener
  • ...bsp; i try to get access token from a service in angular 17 application the same code works if placed in app.component but if setted in a service return the 415 error   getToken(): void { &n...
  • jb1978
  • Casual Listener
  • 300 Views
  • 3 replies
  • 0 likes
  • token
  • 300 Views
  • 3 replies
  • 0 likes

Solved!! Invalid refresh token

PlanPremiumCountryUADevicePCOperating SystemWindows 11 My Question or IssueHello, trying to do an automatic access token refresh, but for some reason when I do, the query returns an error to me: {"error": "invalid_grant", "error_description": "Invali...

  • Casual Listener
  • Plan Premium Country UA Device PC Operating System Windows 11   My Question or Issue Hello, trying to do an automatic access token refresh, but for some reason when I do, the query r...
  • DepsCian
  • Casual Listener
  • 3441 Views
  • 3 replies
  • 0 likes
  • token
  • 3441 Views
  • 3 replies
  • 0 likes

Superuser Contribution Token API CORS error

Hi. I am building a web application consuming Spotify API.The feature is simply searching for a song which had worked fine until yesterday. However, all of a sudden I was not able to get a access token from the API server any more - which lead the se...

  • Visitor
  • ...ble to get a access token from the API server any more - which lead the search request not to work as well. The error message is as below.   Access to XMLHttpRequest at 'https://accounts.spotify...
  • Zontir
  • Casual Listener
  • 11552 Views
  • 17 replies
  • 13 likes
  • API Bug
    API request
    CORS
    token
  • 11552 Views
  • 17 replies
  • 13 likes

Get a permanent token for API calls

Hello, I wrote a Python script to update playlists (throught API calls). It works fine, but I have to generate a new token each hour from the Spotify Web API Console. Is there a way to get a permanent token in order to be able to use it in a schedule...

  • Casual Listener
  • Hello,   I wrote a Python script to update playlists (throught API calls). It works fine, but I have to generate a new token each hour from the Spotify Web API Console. Is there a way to get a...
  • Rémy-J
  • Casual Listener
  • 4306 Views
  • 4 replies
  • 0 likes
  • api
    Python
    token
  • 4306 Views
  • 4 replies
  • 0 likes

User not registered in the Developer Dashboard, reason: None

Hello, I am running into an issue and not sure how to resolve it. I am working on a discord bot that will add any Spotify links found in the chat into a playlist I made.I got it working on my main computer which is a Mac. I am using the Spotipy libra...

  • Visitor
  • Hello, I am running into an issue and not sure how to resolve it. I am working on a discord bot that will add any Spotify links found in the chat into a playlist I made. I got it working on my main ...
  • 666 Views
  • 0 replies
  • 0 likes
  • Linux
    redirect
    redirect-uri
    token
  • 666 Views
  • 0 replies
  • 0 likes

Spotify Web API - Force token expiry?

Hi! Is it possible to force a token to expire? I want to test how my application handles expired tokens without having to create a bunch of test logic. I'm using both Web API and Spotify Playback SDK

  • Casual Listener
  •   Hi!   Is it possible to force a token to expire? I want to test how my application handles expired tokens without having to create a bunch of test logic.    I'm using b...
  • 370 Views
  • 0 replies
  • 0 likes
  • api
    api token
    token
    Web Playback API
  • 370 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution /token endpoint - CORS Error

My Question or IssueWhen sending an request to: https://accounts.spotify.com/token Access to fetch at 'https://accounts.spotify.com/token' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is...

  • Regular
  • My Question or Issue When sending an request to: https://accounts.spotify.com/token           Access to fetch at 'https://accounts.spotify.com/token' from origin 'h...
  • spotifyjosh
  • Spotify
  • 6118 Views
  • 3 replies
  • 0 likes
  • CORS
    token
  • 6118 Views
  • 3 replies
  • 0 likes

Delete or deactivate oauth token

Hi, I am starting to learn API and testing it out with Spotify. I ran across a thing I have not found the answer for anywhere. How can I delete or deactivate a token?E.g. I have generated a token in the Web API console using the GET TOKEN button on p...

  • Visitor
  • Hi,   I am starting to learn API and testing it out with Spotify. I ran across a thing I have not found the answer for anywhere.   How can I delete or deactivate a token? E.g. I h...
  • Hubo
  • Community Legend
  • 1972 Views
  • 1 replies
  • 0 likes
  • api
    token
  • 1972 Views
  • 1 replies
  • 0 likes