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
  • 33351 Views
  • 168 replies
  • 21 likes
  • 33351 Views
  • 168 replies
  • 21 likes

403 - Player command failed: Cannot control device volume

Dear Community,we're trying to control the volume of Spotify without affecting the system volume. This is supposed to work with the API PUT https://api.spotify.com/v1/me/player/volumeat least for premium users.However we're getting a 403 error as res...

  • Visitor
  • Dear Community, we're trying to control the volume of Spotify without affecting the system volume. This is supposed to work with the API  PUT https://api.spotify.com/v1/me/player/volume at l...
  • 598 Views
  • 0 replies
  • 1 likes
  • 403
    volume
    Volume Control
  • 598 Views
  • 0 replies
  • 1 likes

Playlist growth data

Hey guys, Started learning working with API's recently, so still quite new to all this.I was wondering if there is any way to track growth of the Spotify playlists I own, and convert this data to an interface like Google Data Studio or another data d...

  • Newbie
  • Hey guys,   Started learning working with API's recently, so still quite new to all this. I was wondering if there is any way to track growth of the Spotify playlists I own, and convert this ...
  • 681 Views
  • 0 replies
  • 1 likes
  • 681 Views
  • 0 replies
  • 1 likes

Is our IP blocked?

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 Hello.I'm calling using web api.I recently changed my server IP. By the way, all curl reques...

  • 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   ...
  • 416 Views
  • 0 replies
  • 0 likes
  • 416 Views
  • 0 replies
  • 0 likes

the search is poor on NOT condition

PlanFree/PremiumCountrysingaporeDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issue is I am looking music that are NOT played by Piano but all PIANO are listed. How is ...

  • Newbie
  • Plan Free/Premium Country singapore Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue is I ...
  • 370 Views
  • 0 replies
  • 0 likes
  • bad search for NOT
  • 370 Views
  • 0 replies
  • 0 likes

Add tracks to playlist returns 50x error

Flow: I created playlist using create playlist API. After I'm adding track's to this playlist.As a result I got 500 or 503 error

  • Casual Listener
  • Flow: I created playlist using create playlist API. After I'm adding track's to this playlist. As a result I got 500 or 503 error
  • clswall
  • Casual Listener
  • 1148 Views
  • 2 replies
  • 1 likes
  • 1148 Views
  • 2 replies
  • 1 likes

Apple App Store Review team can't log in with Test Premium Account

My Situation:- Wrote iPhone App that uses Spotify- Already got quota extension by Spotify- Created Test Account with Premium for Apple App Store Review Team- The country is set to Germany (shouldn't be a problem though) Problem:The review team keeps ...

Screenshot-0205-045935.png Screenshot-0205-131309.png
  • Casual Listener
  • My Situation: - Wrote iPhone App that uses Spotify - Already got quota extension by Spotify - Created Test Account with Premium for Apple App Store Review Team - The country is set to G...
  • windowsxp
  • Regular
  • 1060 Views
  • 6 replies
  • 0 likes
  • appstore
    Login
    review
  • 1060 Views
  • 6 replies
  • 0 likes

How to contact app review team?

I've submitted an app for review by the Spotify team and the first submission was rejected for "unjustified scopes". However, these scopes are necessary for app function. Is there a way to contact the review team to get some further clarification so ...

  • Casual Listener
  • I've submitted an app for review by the Spotify team and the first submission was rejected for "unjustified scopes". However, these scopes are necessary for app function. Is there a way to contact th...
  • 304 Views
  • 0 replies
  • 2 likes
  • 304 Views
  • 0 replies
  • 2 likes

Repeatable 404 on particular search requests

When making search endpoint requests, I notice some requests repeatedly failing. It seems to happen only on searches for tracks with long names. As an example: the following fails: https://api.spotify.com/v1/search/?type=track&q=I%20Slept%20With%20So...

  • Casual Listener
  • When making search endpoint requests, I notice some requests repeatedly failing. It seems to happen only on searches for tracks with long names. As an example: the following fails:   https://ap...
  • 286 Views
  • 0 replies
  • 1 likes
  • 286 Views
  • 0 replies
  • 1 likes

Suddenly getting "invalid redirect URI" on grant

Without any changes to my code or app-registration my app suddenly gets an "invalid redirect URI" in the access-token grant. I have no idea whats going on...

  • Roadie
  • Without any changes to my code or app-registration my app suddenly gets an "invalid redirect URI" in the access-token grant. I have no idea whats going on...  
  • wolfgang_bures
  • Roadie
  • 235 Views
  • 1 replies
  • 0 likes
  • 235 Views
  • 1 replies
  • 0 likes

Playlist iframe content not updated

I use Spotify with a free plan. My country is Japan.The problem is that when I add songs to the playlist using the API, the playlist on the iframe side is not updated.The iframe tag I am using is written below.Device.Macbook, ChromeI am looking for s...

  • Newbie
  • I use Spotify with a free plan. My country is Japan. The problem is that when I add songs to the playlist using the API, the playlist on the iframe side is not updated. The iframe tag I am using is...
  • 239 Views
  • 0 replies
  • 0 likes
  • 239 Views
  • 0 replies
  • 0 likes

iFrame API 'ready' never gets called

I can't get the 'ready' event to be called. Anyone else is having this issue? const onSpotifyLoaded = controller => { controller.addListener('ready', () => { console.log("Player is Ready") }) } window.SpotifyIFrameAPI.createController(playerEl.curren...

  • Casual Listener
  • I can't get the 'ready' event to be called. Anyone else is having this issue?             const onSpotifyLoaded = controller => { controller.addListener('read...
  • rentzy
  • Casual Listener
  • 1195 Views
  • 3 replies
  • 2 likes
  • iFrame API
  • 1195 Views
  • 3 replies
  • 2 likes

How to extend scopes for existing application?

Hello! I have a published application and since it has been published I need more scopes than I requested initially. In the dashboard for the appI see the toast that it's impossible to request additional scopes for the app, what can I do about it?

  • Casual Listener
  • Hello! I have a published application and since it has been published I need more scopes than I requested initially. In the dashboard for the appI see the toast that it's impossible to request additi...
  • 459 Views
  • 0 replies
  • 0 likes
  • 459 Views
  • 0 replies
  • 0 likes

Solved!! API for returning latest spotify release version

PlanPremiumCountryGBDevicePCOperating SystemWindows 10 My Question or Issuefor a tool im developing i need a way to get the latest release number spotify itself uses to update, and then using that number make a call to scdn like so: https://upgrade.s...

  • Regular
  • Plan Premium Country GB Device PC Operating System Windows 10   My Question or Issue for a tool im developing i need a way to get the latest release number spotify itself uses to updat...
  • OhItsTom
  • Regular
  • 907 Views
  • 1 replies
  • 0 likes
  • Discussion
  • 907 Views
  • 1 replies
  • 0 likes

Embed API Commercial Use

Hi! Is the Embed API prohibited from being used in a commercial app to play tracks from Spotify? Is that API only allowed for Podcasts in a commercial setting? If i wish to play songs from Spotify on iOS, the only way is through the iOS remote SDK?

  • Casual Listener
  • Hi! Is the Embed API prohibited from being used in a commercial app to play tracks from Spotify? Is that API only allowed for Podcasts in a commercial setting?   If i wish to play songs from S...
  • MalibuTime
  • Casual Listener
  • 420 Views
  • 1 replies
  • 0 likes
  • embed-api
  • 420 Views
  • 1 replies
  • 0 likes

The Spotify app for Windows radomly closes

PlanPremiumCountryGermanyDeviceHuawei Matebook D16Operating SystemWindows 11 Home My Question or IssueWhen I play or skip a song the Spotify app will sometimes close, and when I try to re-open it, it will close immediately. I have to try a couple tim...

  • Newbie
  • Plan Premium Country Germany Device Huawei Matebook D16 Operating System Windows 11 Home   My Question or Issue When I play or skip a song the Spotify app will sometimes close, and whe...
  • 182 Views
  • 0 replies
  • 0 likes
  • 182 Views
  • 0 replies
  • 0 likes

Spotify mobile app authentication

Hi, I'm building an app using a cross-platform framework so can't use the iOS and Android SDks directly. Is there a way to open the Spotify app for authentication, instead of the website?

  • Regular
  • Hi,   I'm building an app using a cross-platform framework so can't use the iOS and Android SDks directly.   Is there a way to open the Spotify app for authentication, instead of the we...
  • 258 Views
  • 0 replies
  • 0 likes
  • 258 Views
  • 0 replies
  • 0 likes

This 1 change to the app, would make it flawless

Ok, I’ve been using Spotify on my all of my iPhones for about 10yrs now and in my opinion, no other music app compares. The one key feature that I love is the built in EQ!!!! Hands down the best feature in the Spotify app!!I have one complaint, and i...

  • Visitor
  • Ok, I’ve been using Spotify on my all of my iPhones for about 10yrs now and in my opinion, no other music app compares. The one key feature that I love is the built in EQ!!!! Hands down the best feat...
  • 233 Views
  • 0 replies
  • 0 likes
  • features
  • 233 Views
  • 0 replies
  • 0 likes

App rejected by apple because Sign In with Apple button doesn’t have the logo

My app was rejected by Apple because the Sign In with Apple button on Spotify’s auth portal does not contain the logo which apparently violates the new Design Guidelines.Is there an alternative way to let users authenticate? I attached the image that...

_camden_0-1657769705258.png
  • Regular
  • My app was rejected by Apple because the Sign In with Apple button on Spotify’s auth portal does not contain the logo which apparently violates the new Design Guidelines. Is there an alternative w...
  • 292 Views
  • 0 replies
  • 0 likes
  • 292 Views
  • 0 replies
  • 0 likes