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

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • nathancheshire
  • Casual Listener
  • 33115 Views
  • 168 replies
  • 21 likes
  • 33115 Views
  • 168 replies
  • 21 likes

Solved!! Beginner Project

Hi there,I’m currently wanting to build a website that matches users with songs based on a “music personality test” that asks questions similar to the Spotify’s song features they add to tracks (like danceability and acousticness) to then search the ...

  • Casual Listener
  • Hi there, I’m currently wanting to build a website that matches users with songs based on a “music personality test” that asks questions similar to the Spotify’s song features they add to tracks (li...
  • nathanbobell
  • Casual Listener
  • 513 Views
  • 2 replies
  • 1 likes
  • 513 Views
  • 2 replies
  • 1 likes

Superuser Contribution Autorize enpoint not working

Hello, I am trying to use the spotify public aPI, and for this I am trying to generate a token according to this documentation: https://developer.spotify.com/documentation/general/guides/authorization/code-flow/ The problem is that whenever I try to ...

  • Casual Listener
  • Hello,   I am trying to use the spotify public aPI, and for this I am trying to generate a token according to this documentation:   https://developer.spotify.com/documentation/general/g...
  • spotifyjosh
  • Spotify
  • 648 Views
  • 2 replies
  • 0 likes
  • authorize
  • 648 Views
  • 2 replies
  • 0 likes

Is there a way to terminate the player when our app closes.

Hello! We have an app that used the old Spotify SDK to stream music. We are now migrating to the new SDK, but we have not been able to find a way to terminate the Spotify player when the app closes. Instead users need to close our app, and then close...

  • Casual Listener
  • Hello!   We have an app that used the old Spotify SDK to stream music.   We are now migrating to the new SDK, but we have not been able to find a way to terminate the Spotify player whe...
  • 252 Views
  • 0 replies
  • 0 likes
  • close
    Close App
    SDK
    Streaming SDK
  • 252 Views
  • 0 replies
  • 0 likes

Add a search Music Page inside my website

Country United States of America I love Spotify and I like doing this via Spotify My Question I'm a Dj and I try to build a page on my website for my clients so:1- They can search for a favorite Music and Add Music to the playlist of their Events on ...

  • Visitor
  • Country United States of America    I love Spotify and I like doing this via Spotify  My Question   I'm a Dj and I try to build a page on my website for my clients so: 1- Th...
  • 272 Views
  • 0 replies
  • 0 likes
  • HTML
  • 272 Views
  • 0 replies
  • 0 likes

Solved!! share a playlist with other spotify users?

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

  • Visitor
  • Plan Free/Premium Country   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue  
  • Ximzend
  • Rising Star 3
  • 407 Views
  • 1 replies
  • 0 likes
  • 407 Views
  • 1 replies
  • 0 likes

Ads API create/update campaign

Hi Team,I am developer I can able to push the campaign into Spotify ad-studio using campaign ads api, But I wish I could do this for An artist's music on Spotify instead of A concert or artist merch, This is possible in Adstudio UI, because in ads ap...

  • Newbie
  • Hi Team, I am developer I can able to push the campaign into Spotify ad-studio using campaign ads api, But I wish I could do this for An artist's music on Spotify instead of A concert or a...
  • 241 Views
  • 0 replies
  • 0 likes
  • Ads API
  • 241 Views
  • 0 replies
  • 0 likes

502 Gateway in Start/Resume Playback

$headers = [ 'Authorization' => 'Bearer ' . $request->_token, 'Accept' => 'application/json', 'uris' => 'spotify:episode:' . $request->id, 'position_ms' => 0, ]; $res = $client->request('PUT', 'https://api.spotify.com/v1/me/player/play? device_id=' ....

  • Visitor
  •  $headers = [             'Authorization' => 'Bearer ' . $request->_token,             'Accept' => 'application/json', &nb...
  • 258 Views
  • 0 replies
  • 0 likes
  • 502 Gateway in Playback
  • 258 Views
  • 0 replies
  • 0 likes

Repo for the app-remote-SDK

Hi All,Per this 9/14/18 article, the App Remote SDK betas for iOS and Android were committed to Github at /spotify/ios-sdk and .../android-sdk, respectively. Were the respective versions of the 'Streaming SDK' also at those URLs and hence, the A.R. v...

  • Casual Listener
  • Hi All, Per this 9/14/18 article, the App Remote SDK betas for iOS and Android were committed to Github at /spotify/ios-sdk and .../android-sdk, respectively. Were the respective versions of the 'St...
  • 359 Views
  • 0 replies
  • 0 likes
  • 359 Views
  • 0 replies
  • 0 likes

Update playlist tracks doesn't recognise "uris" parameter

I'm trying to update the tracks in a playlist using the playlists/playlist_id/tracks PUT action, as described at https://developer.spotify.com/documentation/web-api/reference/#/operations/reorder-or-replace-playlists-tracks.I'm using this curl comman...

  • Newbie
  • I'm trying to update the tracks in a playlist using the playlists/playlist_id/tracks PUT action, as described at https://developer.spotify.com/documentation/web-api/reference/#/operations/reorder-or-...
  • Ximzend
  • Rising Star 3
  • 1425 Views
  • 3 replies
  • 1 likes
  • Web API
  • 1425 Views
  • 3 replies
  • 1 likes

player/currently-playing endpoint not working in Spotify for windows desktop app

I'm using this endpoint to get the currently playing song info. https://api.spotify.com/v1/me/player/currently-playing Whenever I use my phone the api returns the album/track info in JSON format as specified in the docs and everything works fine; how...

  • Casual Listener
  • I'm using this endpoint to get the currently playing song info.    https://api.spotify.com/v1/me/player/currently-playing   Whenever I use my phone the api returns the album/track...
  • soumikdasgupta1
  • Casual Listener
  • 649 Views
  • 4 replies
  • 1 likes
  • endpoint error
  • 649 Views
  • 4 replies
  • 1 likes

Dealing with HTTP Status 400, Code: -1

PlanPremiumCountryIndiaDeviceHP OmenOperating SystemWindows 11 My Question or IssueSo I recently started using Spotify's API through Spotipy library in Python for a school project.The objective of our project is to analyze the songs in Billboard HOT ...

  • Newbie
  • Plan Premium Country India Device HP Omen Operating System Windows 11   My Question or Issue So I recently started using Spotify's API through Spotipy library in Python for a school pr...
  • 1520 Views
  • 0 replies
  • 2 likes
  • 1520 Views
  • 0 replies
  • 2 likes

"Only valid bearer authentication supported" error message

I've been trying to use Spotify's API for my app but every time I try to get something I get this error message "Only valid bearer authentication supported". I have registered my app and used valid client secret but error is still present. Here's the...

  • Casual Listener
  • I've been trying to use Spotify's API for my app but every time I try to get something I get this error message "Only valid bearer authentication supported". I have registered my app and used valid c...
  • vitolist
  • Casual Listener
  • 7105 Views
  • 3 replies
  • 1 likes
  • API search
    Developer API
  • 7105 Views
  • 3 replies
  • 1 likes

Solved!!Superuser Contribution Devices API not showing the .exe player but showing webplayer.

Hello, After yesterdays update to version 1.1.94.870 a number of users of the Spotify Stream Deck plugin on Windows have reported issues with the Devices API not showing the exe player (desktop player), but showing webplayer and other devices. We hav...

  • Regular
  • Hello,   After yesterdays update to version 1.1.94.870 a number of users of the Spotify Stream Deck plugin on Windows have reported issues with the Devices API not showing the exe player (desk...
  • Geekie
  • Regular
  • 4258 Views
  • 19 replies
  • 17 likes
  • API Bug
    Desktop (Windows)
    version 1.1.94
  • 4258 Views
  • 19 replies
  • 17 likes

Playlists

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueCan you shuffle all playlists you have created or all songs?

  • Newbie
  • Plan Free/Premium Country   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue Can you...
  • 285 Views
  • 0 replies
  • 0 likes
  • Listen
    Playlists
    songs
    Spotify
  • 285 Views
  • 0 replies
  • 0 likes

Playlist Returns Incorrect Songs through API or Embeds

My Question or IssueI seem to have come across a bugged playlist:Name: "2000s Mix" - by SpotifyID: 37i9dQZF1EQn4jwNIohw50https://open.spotify.com/playlist/37i9dQZF1EQn4jwNIohw50When querying the playlist through the API, or when embedding the playlis...

  • Casual Listener
  • My Question or Issue I seem to have come across a bugged playlist: Name: "2000s Mix" - by Spotify ID: 37i9dQZF1EQn4jwNIohw50 https://open.spotify.com/playlist/37i9dQZF1EQn4jwNIohw50 Wh...
  • jweilhammer
  • Casual Listener
  • 385 Views
  • 2 replies
  • 0 likes
  • api
    bug
    Bug Playlist
    embed
    Playlist functionality
  • 385 Views
  • 2 replies
  • 0 likes

Fetch redirect URI?

So, in the OAuth2 thing, the user gets a URL to the OAuth2 Confirmation page. They click accept/decline, and they get redirected to the Redirect URI. How do I fetch that URI?

  • Regular
  • So, in the OAuth2 thing, the user gets a URL to the OAuth2 Confirmation page. They click accept/decline, and they get redirected to the Redirect URI. How do I fetch that URI?
  • zoltan69
  • Casual Listener
  • 1958 Views
  • 8 replies
  • 0 likes
  • api
    Help
    oAuth2
    Python
  • 1958 Views
  • 8 replies
  • 0 likes

Retrieve recently played podcasts

Is there a way to get a user's recently played podcasts? I know there is for music (https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/), but I was surprised that this doesn't seem possible with podcasts. I feel ...

  • Newbie
  • Is there a way to get a user's recently played podcasts?    I know there is for music (https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/), but I wa...
  • egriff38
  • Newbie
  • 1674 Views
  • 1 replies
  • 10 likes
  • Podcast API
    Podcasts
  • 1674 Views
  • 1 replies
  • 10 likes

add scope in request token in C#

PlanPremiumCountryFranceHi, I'm trying to get the token but I need some scope to be added , this code works for any other request that don't require scope... Can you point me in the right direction please ... public string GetAccessToken() { string u...

  • Regular
  • ...he right direction please ... 😃               public string GetAccessToken() { string url5 = "https://accounts.spotify.com/api/token"; var clientid = " my c...
  • SanshooSenshi
  • Regular
  • 1568 Views
  • 8 replies
  • 0 likes
  • access token scope Csharp
  • 1568 Views
  • 8 replies
  • 0 likes

v1/me/player/devices always returns an empty array

PlanPremium CountryPoland DevicePC Operating SystemWindows 10 My Question or IssueFor a few days my application that uses api spotify has stopped working, all accounts to which I have access suddenly stop getting devices and old device_id does not wo...

  • Casual Listener
  • Plan Premium   Country Poland   Device PC   Operating System Windows 10   My Question or Issue For a few days my application that uses api spotify has stopped working...
  • schattenwantler
  • Casual Listener
  • 268 Views
  • 1 replies
  • 1 likes
  • bug
  • 268 Views
  • 1 replies
  • 1 likes

Spotify desktop client not submitting data to the API

PlanPremiumCountryThe NetherlandsDevicePCOperating SystemWindows 11 My Question or IssueStraight to the point. My spotify client isn't sending nor receiving data from the api and spotify connect. Yes i've checked my firewalls and yes i have tried tur...

zVnVh0HSo4.png
  • Regular
  •   Plan Premium Country The Netherlands Device PC Operating System Windows 11   My Question or Issue Straight to the point. My spotify client isn't sending nor receiving data from...
  • Ron0x
  • Casual Listener
  • 976 Views
  • 3 replies
  • 19 likes
  • 976 Views
  • 3 replies
  • 19 likes