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
  • bjndplaylist
  • Newbie
  • 33979 Views
  • 170 replies
  • 21 likes
  • 33979 Views
  • 170 replies
  • 21 likes

new music sharing feature

During this quarantine we are not able to be with our peers and listen to music with one another in person. However I suggest a feature that could make it easier to connect with friends, family , etc. It could be allowed only with premium or free to ...

  • Newbie
  • During this quarantine we are not able to be with our peers and listen to music with one another in person. However I suggest a feature that could make it easier to connect with friends, family , etc...
  • Hubo
  • Community Legend
  • 549 Views
  • 1 replies
  • 0 likes
  • 549 Views
  • 1 replies
  • 0 likes

Play button missing in app on redirect from link

PremiumU.S.A. Device(iPhone SE, iPhone XR, iPhone X, iPhone 11 Pro, iPhone 11 Pro, Macbook Pro Late 2019)Operating System(iOS 13.5.1) My Question or IssueWhen redirected from my Facebook ad or from my landing page, some are experiencing no play butto...

  • Casual Listener
  • Premium U.S.A.    Device (iPhone SE, iPhone XR, iPhone X, iPhone 11 Pro, iPhone 11 Pro, Macbook Pro Late 2019) Operating System (iOS 13.5.1)   My Question or Issue When redire...
  • Hubo
  • Community Legend
  • 1342 Views
  • 3 replies
  • 0 likes
  • 1342 Views
  • 3 replies
  • 0 likes

Debloating spotify.

Hi, Spofify Staff. I noticed that one of the processes that are associated upon startup is a crash handler for the program. THIS IS THE COMMAND LINE THAT IS LAUNCHED: " PATH FOR USER " --type=crashpad-handler /prefetch:7 --max-uploads=5 --max-db-size...

  • Visitor
  • Hi, Spofify Staff.  I noticed that one of the processes that are associated upon startup is a crash handler for the program.  THIS IS THE COMMAND LINE THAT IS LAUNCHED:  " PATH ...
  • 1851 Views
  • 0 replies
  • 0 likes
  • 1851 Views
  • 0 replies
  • 0 likes

[API] User Top Tracks

Hi, I'm currently using the web API to build a stat display for user listening habits. In the docs it claims: For each time range, the top 50 tracks and artists are available for each user. In the future, it is likely that this restriction will be re...

  • Casual Listener
  • Hi, I'm currently using the web API to build a stat display for user listening habits. In the docs it claims:     For each time range, the top 50 tracks and artists are available for eac...
  • jhann
  • Casual Listener
  • 757 Views
  • 2 replies
  • 0 likes
  • 757 Views
  • 2 replies
  • 0 likes

[Web API] get-recently-played endpoint track parameter?

I was looking through the Web API documentation for the endpoint that gets the users most recently played 'play-history-objects', and I was curious on how to properly use the 'track' parameter? Am I correct in assuming it can help me filter results t...

  • Casual Listener
  • I was looking through the Web API documentation for the endpoint that gets the users most recently played 'play-history-objects', and I was curious on how to properly use the 'track' parameter? &nbs...
  • Hubo
  • Community Legend
  • 1506 Views
  • 1 replies
  • 0 likes
  • 1506 Views
  • 1 replies
  • 0 likes

Solved!! Unable to add Playlists to Queue using AppRemote SDK for Android

 When I try to add a playlist using app remote sdk as such:mSpotifyAppRemote.getPlayerApi().queue("spotify:playlist:37i9dQZF1DWWAqc46ZJdZf");it seems that spotify doesn't load it. I checked my code everything is fine. Looks like its an issue from the...

Screen Shot 2020-06-10 at 5.37.37 PM.png
  • Casual Listener
  •  When I try to add a playlist using app remote sdk as such: mSpotifyAppRemote.getPlayerApi().queue("spotify:playlist:37i9dQZF1DWWAqc46ZJdZf"); it seems that spotify doesn't load it. I checked my co...
  • Hubo
  • Community Legend
  • 847 Views
  • 1 replies
  • 0 likes
  • 847 Views
  • 1 replies
  • 0 likes

Solved!! Spotify Assistant Feature

I have an idea to improve Spotify. I think Spotify must have an assistant like siri and google assistant. Let's give an example. I am listening to music loudly on my phone and I wanted to move on to the next track. 'Spotify next!' And 'Next!' or 'Vol...

  • Casual Listener
  • I have an idea to improve Spotify. I think Spotify must have an assistant like siri and google assistant. Let's give an example. I am listening to music loudly on my phone and I wanted to move on to ...
  • Hubo
  • Community Legend
  • 861 Views
  • 1 replies
  • 0 likes
  • 861 Views
  • 1 replies
  • 0 likes

Terms Of Use - Preview URL

Hello, I'm planning to develop a game app, but for that I only want to use the preview audio url (30sec). For general use (full audio) I know that it is not allowed, but using only the preview one, is it allowed?Regards,

  • Visitor
  • Hello, I'm planning to develop a game app, but for that I only want to use the preview audio url (30sec). For general use (full audio) I know that it is not allowed, but using only the preview one, i...
  • Hubo
  • Community Legend
  • 1273 Views
  • 1 replies
  • 0 likes
  • Terms
  • 1273 Views
  • 1 replies
  • 0 likes

Making application work for different users(Spotify API)

Hi, I currently have a python script that creates a playlist of recently played tracks. However, it only works for my own account right now and I wanted to know how I could make this work for other users as well. I have the appropriate scopes (playli...

  • Casual Listener
  • ...sers as well. I have the appropriate scopes (playlist-modify-public and user-read-recently-played) included and I am using Authorization Code Flow. When a different user logs in, it returns 403 and s...
  • Hubo
  • Community Legend
  • 3677 Views
  • 3 replies
  • 0 likes
  • 3677 Views
  • 3 replies
  • 0 likes

Solved!! Cannot set offset to above 50 for a user's favorite tracks

Hey,When i try to use the endpoint GET /v1/me/top/{type} with an offset of above 50, the result sent back from the endpoint is an empty list of 0 tracks. I am trying to get a User's top 100 songs, and to do so I'm trying to call GET /v1/me/top/tracks...

  • Visitor
  • Hey, When i try to use the endpoint GET /v1/me/top/{type} with an offset of above 50, the result sent back from the endpoint is an empty list of 0 tracks.   I am trying to get a User's t...
  • Hubo
  • Community Legend
  • 1797 Views
  • 1 replies
  • 0 likes
  • 1797 Views
  • 1 replies
  • 0 likes

Web Playback SDK: only first 10 seconds of each song is played

Plan: PremiumCountry: USA Device: Samsung 2020 TVOperating System: Tizen My Question or IssueI am developing an application on Tizen for Samsung TVs which I am attempting to integrate with Spotify. I am using the Spotify Web Playback SDK and initiati...

  • Newbie
  • Plan: Premium Country: USA   Device: Samsung 2020 TV Operating System: Tizen   My Question or Issue I am developing an application on Tizen for Samsung TVs which I am ...
  • Hubo
  • Community Legend
  • 1026 Views
  • 1 replies
  • 0 likes
  • javascript
    tizen
    TizenOS
    TV app
    web playback sdk
  • 1026 Views
  • 1 replies
  • 0 likes

The Best 10 sec (The Best 10')

User can press the new icon (tBts -The Best 10 sec) and can select the favorite part within 10 sec period. This section could be called "the heart of the song" for the user.Spotify will have the advantage to suggest the songs that best match, because...

  • Casual Listener
  • User can press the new icon (tBts -The Best 10 sec) and can select the favorite part within 10 sec period. This section could be called "the heart of the song" for the user. Spotify will have the a...
  • Hubo
  • Community Legend
  • 1042 Views
  • 1 replies
  • 0 likes
  • The Best 10 sec
  • 1042 Views
  • 1 replies
  • 0 likes

Login survives wipe of local storage

PlanFreeCountryFinlandDeviceSamsung Galaxy Tab A (2019)Operating SystemAndroid My Question or IssueWe'd like to include Spotify in a managed tablet solution for hotels. However, we have to make sure that users are logged out upon checkout from the ro...

  • Visitor
  • Plan Free Country Finland Device Samsung Galaxy Tab A (2019) Operating System Android   My Question or Issue We'd like to include Spotify in a managed tablet solution for hotels. Howev...
  • 615 Views
  • 0 replies
  • 0 likes
  • 615 Views
  • 0 replies
  • 0 likes

Solved!! Why is OAuth required for a search?

I want to use Spotify's search API (https://api.spotify.com/v1/search) as a source for searching for track names, maybe use album cover thumbnails etc., but I don't want to do anything related to a user's account, play any songs, modify playlists etc...

  • Newbie
  • I want to use Spotify's search API (https://api.spotify.com/v1/search)  as a source for searching for track names, maybe use album cover thumbnails etc., but I don't want to do anything related ...
  • RoguePlanetoid
  • Roadie
  • 2376 Views
  • 1 replies
  • 1 likes
  • 2376 Views
  • 1 replies
  • 1 likes

Need podcast endpoints from web API

I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "show") id, which you can only get from doing a search with "...

  • Visitor
  •   I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "s...
  • trekhleb123
  • Casual Listener
  • 2076 Views
  • 2 replies
  • 0 likes
  • podcast
    Web API
  • 2076 Views
  • 2 replies
  • 0 likes

Using Spotify Connect with the Android API

PlanPremiumCountryUnited States of AmericaDeviceNook HD (Running CyanogenMod)Operating SystemAndroid 6.0.1 My Question or IssueHi all, I have been trying to develop a very simple app to be used with the spotify API for android that simply starts a pl...

  • Casual Listener
  • Plan Premium Country United States of America Device Nook HD (Running CyanogenMod) Operating System Android 6.0.1   My Question or Issue Hi all, I have been trying to develop a very si...
  • Hubo
  • Community Legend
  • 830 Views
  • 3 replies
  • 0 likes
  • 830 Views
  • 3 replies
  • 0 likes

Temporary 504 Bad Gateway Error

Hi !Since couple of days now the Spotify API is returning more and more (often by group of 5 minutes) a 504 Bad Gateway Error to all our requests (whatever they are on https://api.spotify.com/v1/.......). Did you got some servers issues recently and ...

  • Roadie
  • Hi ! Since couple of days now the Spotify API is returning more and more (often by group of 5 minutes) a 504 Bad Gateway Error to all our requests (whatever they are on https://api.spotify.com/v1/.....
  • blackarcanis
  • Roadie
  • 2422 Views
  • 6 replies
  • 0 likes
  • 2422 Views
  • 6 replies
  • 0 likes

How to link Spotify accounts to Alexa Skills

Hi there,Not trying to advertise but if anyone is interested in developing Alexa skills app and is interested in linking to the Spotify API, I made a blog post discussing this to which I have left a link below. https://medium.com/@edwardmuldrew/how-t...

  • Regular
  • Hi there, Not trying to advertise but if anyone is interested in developing Alexa skills app and is interested in linking to the Spotify API, I made a blog post discussing this to which I have left ...
  • 583 Views
  • 0 replies
  • 2 likes
  • account linking
    Alexa
    authentication
    development
    Discussion
  • 583 Views
  • 0 replies
  • 2 likes

Problem registering commercial app

Hi,I'm trying to register a new commercial application in the Dashboard, but even though I fill out every field in form 2 (2 of 3), it always says "Please fill out required fields." after pressing Next.Is this a known issue?Thanks,Ronnie

  • Casual Listener
  • Hi, I'm trying to register a new commercial application in the Dashboard, but even though I fill out every field in form 2 (2 of 3), it always says "Please fill out required fields." after pressin...
  • RonnieDeRakker
  • Casual Listener
  • 1101 Views
  • 2 replies
  • 0 likes
  • 1101 Views
  • 2 replies
  • 0 likes

Help on automatize podcast extraction data.

Hey guys,I need to build an ETL and extract the podcast data automatically.Is there any way to do it? I was checking the new podcast API and I don't think that it's doable with that.

  • Casual Listener
  • Hey guys, I need to build an ETL and extract the podcast data automatically. Is there any way to do it?   I was checking the new podcast API and I don't think that it's doable with that.
  • Hubo
  • Community Legend
  • 1295 Views
  • 3 replies
  • 0 likes
  • data downloading
  • 1295 Views
  • 3 replies
  • 0 likes