Announcements

Help Wizard

Step 1

NEXT STEP

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
  • CheeroIp
  • Music Fan
  • 2753 Views
  • 14 replies
  • 9 likes
  • 2753 Views
  • 14 replies
  • 9 likes

[DEVELOPER][ANGULAR][WEB] Spotify Web SDK Player does not show up on page

I've been trying to implement the Spotify Web Player on Angular, following this tutorial on the Spotify Documentation Page (although it is shown in React). My goal is to have a web player like the one here at the bottom of the page Although I'm getti...

  • Regular
  • I've been trying to implement the Spotify Web Player on Angular, following this tutorial on the Spotify Documentation Page (although it is shown in React). My goal is to have a web player like t...
  • placcidfenis
  • Regular
  • 321 Views
  • 4 replies
  • 1 likes
  • 321 Views
  • 4 replies
  • 1 likes

Solved!!Superuser Contribution 401 error on all PUT requests

PlanPremiumCountryAustraliaDeviceDesktop, Windows 10, Chrome My Question or IssueHi, I'm making a react web app using Axios for fetch requests. My app already correctly sets a token and receives data from API endpoints such as 'https://api.spotify.co...

  • Casual Listener
  • Plan Premium Country Australia Device Desktop, Windows 10, Chrome   My Question or Issue Hi, I'm making a react web app using Axios for fetch requests. My app already correctly sets a to...
  • ariost11
  • Visitor
  • 1278 Views
  • 5 replies
  • 0 likes
  • 1278 Views
  • 5 replies
  • 0 likes

Documentation mistake or bug

This authorization request works for me in php-curl: $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://accounts.spotify.com/api/token'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //IMPORTANTE ES UN...

  • Regular
  • This authorization request works for me in php-curl:       $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://acc...
  • Bhanu3858
  • Visitor
  • 361 Views
  • 2 replies
  • 0 likes
  • 361 Views
  • 2 replies
  • 0 likes

App retrieves my data for other users instead of theirs

My Question or Issue I've been trying to write some code that requires a user's playlist using the Spotify API. It works fine when I run the code on my computer and with my login details, but when I get my teacher to run it on their computer with the...

  • Regular
  • My Question or Issue   I've been trying to write some code that requires a user's playlist using the Spotify API. It works fine when I run the code on my computer and with my login details, bu...
  • 126 Views
  • 0 replies
  • 0 likes
  • 126 Views
  • 0 replies
  • 0 likes

Help - How to restore to a snapshot of a playlist

Plan - Family PremiumCountry - CanadaDevice - Any Operating System - Windows 10My Question or Issue I'm looking to restore a playlist that was modified up to a week ago.Shared with family. I've never used Spotify for Developers, Web API.Just learned ...

  • Casual Listener
  • Plan - Family Premium Country - Canada Device - Any Operating System - Windows 10 My Question or Issue   I'm looking to restore a playlist that was modified up to a week...
  • 112 Views
  • 0 replies
  • 0 likes
  • help request
  • 112 Views
  • 0 replies
  • 0 likes

"Granted quota extension" for years... but nobody can connect now?

I have an app, been granted a quota extension for some 6 years. This month, nobody can connect but me. So it's behaving like there is no quota extension. It's rm-spot.com.Any others experiencing this? When I connected to my dashboard this month, I sa...

  • Casual Listener
  • I have an app, been granted a quota extension for some 6 years.  This month, nobody can connect but me.  So it's behaving like there is no quota extension.  It's rm-spot.com. Any ...
  • spotartie2
  • Newbie
  • 139 Views
  • 2 replies
  • 0 likes
  • 139 Views
  • 2 replies
  • 0 likes

Clarification on Developer Terms - Building Profiles of Users

Do not analyze the Spotify Content or the Spotify Service for any purpose, including without limitation, creating new or derived listenership metrics, benchmarking, functionality, usage statistics, user metrics, or building profiles of users, includi...

  • Casual Listener
  • Do not analyze the Spotify Content or the Spotify Service for any purpose, including without limitation, creating new or derived listenership metrics, benchmarking, functionality, usage statistics, u...
  • 102 Views
  • 0 replies
  • 0 likes
  • Discussion
    Guidelines
    profiles
  • 102 Views
  • 0 replies
  • 0 likes

Spotify Track Embed not signing in (Firefox)

The Spotify track embed iframe appears to have auth issues on Firefox. Having the track embedded into any webpage keeps the track to the preview version instead of the full song. This happens regardless whether the user is signed into Spotify in that...

  • Casual Listener
  • The Spotify track embed iframe appears to have auth issues on Firefox. Having the track embedded into any webpage keeps the track to the preview version instead of the full song. This happens regardl...
  • placcidfenis
  • Regular
  • 490 Views
  • 1 replies
  • 5 likes
  • Embeds
  • 490 Views
  • 1 replies
  • 5 likes

Do streams via Web API count?

Hello, We are currently planning a fan portal for a client, and one feature that the client has requested is the ability for fans to listen to his songs through the portal. We plan to use https://developer.spotify.com/documentation/web-api for this p...

  • Newbie
  • Hello,   We are currently planning a fan portal for a client, and one feature that the client has requested is the ability for fans to listen to his songs through the portal. We plan to use ht...
  • 124 Views
  • 0 replies
  • 0 likes
  • Streams
    web-api
  • 124 Views
  • 0 replies
  • 0 likes

Question about artist genre classification

Hi everyone! I'm new here, don't know much about development so it might be a silly question. Is there any information about how it works the artist genre classification? I'm trying to understand how it works and specially if there's a way to manuall...

  • Visitor
  • Hi everyone! I'm new here, don't know much about development so it might be a silly question. Is there any information about how it works the artist genre classification? I'm trying to understand how...
  • Ximzend
  • Roadie
  • 122 Views
  • 1 replies
  • 0 likes
  • genre
  • 122 Views
  • 1 replies
  • 0 likes

{"error":{"status":404,"message":"Invalid username"}} Error (Nodejs)

PlanFree/Premium CountryTurkey LanguageNodejs My Question or Issue From this code: const express = require('express') const app = express() var client_id = 'asd'; var client_secret = 'asd'; // Base64 encoding of the client_id and client_secret var en...

  • Casual Listener
  • Plan Free/Premium   Country Turkey   Language Nodejs   My Question or Issue   From this code:           const express = require('express'...
  • Ximzend
  • Roadie
  • 430 Views
  • 3 replies
  • 0 likes
  • "currently-playing"
  • 430 Views
  • 3 replies
  • 0 likes

API Invoke-RestMethod - Only active device shown

Hi, in powershell, when i get devices on my premium account, i see device only when Spotify app is opened on them. How do i get the ID of "another device"?Thanks!

  • Casual Listener
  • Hi, in powershell, when i get devices on my premium account, i see device only when Spotify app is opened on them.  How do i get the ID of "another device"? Thanks!
  • iOL
  • Casual Listener
  • 176 Views
  • 2 replies
  • 0 likes
  • 176 Views
  • 2 replies
  • 0 likes

Spotify Codes not working

I'm trying to share a playlist with the code but I can't. The only option I get is the link, but the code doesn't show up even when I try to share an individual song. Both on PC and Android.

  • Visitor
  • I'm trying to share a playlist with the code but I can't. The only option I get is the link, but the code doesn't show up even when I try to share an individual song.  Both on PC and Android.
  • kaworu_bloodpaw
  • Roadie
  • 140 Views
  • 1 replies
  • 0 likes
  • 140 Views
  • 1 replies
  • 0 likes

Spotify Blend Playlist IDs not returning any results when trying to get tracks

I'm trying to access track names using the Web API for a Blend playlist. The api works fine for any playlist ID/URI except for those that are blends. My queries return either an error or no results - I have tested with other non-blend playlist IDs an...

  • Newbie
  • ...esults - I have tested with other non-blend playlist IDs and they work fine.   Spotify labels this playlist as "public" and I can query from other similar Spotify created public playlists. Is there a w...
  • Ximzend
  • Roadie
  • 377 Views
  • 1 replies
  • 0 likes
  • api
  • 377 Views
  • 1 replies
  • 0 likes

APP INTERFACE CHANGES

Hi App Developers, I note the desktop interface has changed and assuming some coding changes came with the different in the interface. With the changes came the loss of being able to drag and drop playlist in the left sidebar allowing custom orders. ...

  • Newbie
  • Hi App Developers, I note the desktop interface has changed and assuming some coding changes came with the different in the interface. With the changes came the loss of being able to drag and drop pl...
  • usersoch
  • Newbie
  • 242 Views
  • 1 replies
  • 2 likes
  • 242 Views
  • 1 replies
  • 2 likes

Problem sending and receiving requests from my site to Spotify.

Hi to you. I have a site to which I have connected Spotify via API. Everything was fine until a while ago when I noticed that most of the requests from my site were being rejected by Spotify. I wanted to find out the reason for this and know what the...

  • Visitor
  • Hi to you. I have a site to which I have connected Spotify via API. Everything was fine until a while ago when I noticed that most of the requests from my site were being rejected by Spotify. I wante...
  • 118 Views
  • 0 replies
  • 0 likes
  • spotify api
  • 118 Views
  • 0 replies
  • 0 likes

SDK Web App depreciation? (functionality only for premium users error)

I'm doing research for an app I plan to build that would use the Spotify SDK to play tracks in the browser but it seems something is wrong? After a few hours of digging it seems that every deployed app I can find that is built on top of the Spotify S...

  • Visitor
  • I'm doing research for an app I plan to build that would use the Spotify SDK to play tracks in the browser but it seems something is wrong?   After a few hours of digging it seems that every d...
  • Ximzend
  • Roadie
  • 260 Views
  • 1 replies
  • 0 likes
  • Discussion
  • 260 Views
  • 1 replies
  • 0 likes

How do I get data for making an A&R tool?

My Question or Issue Hi. I want to make an A&R tool where I can search and find undiscovered gems that deserve recognition.Would like to extract data like:Monthly listeners 30-100Number of tracks 10+ (To show their commitment)Strem to listener rate (...

  • Visitor
  • My Question or Issue   Hi. I want to make an A&R tool where I can search and find undiscovered gems that deserve recognition. Would like to extract data like: Monthly listeners 30-100 N...
  • 97 Views
  • 0 replies
  • 0 likes
  • Data Storage
  • 97 Views
  • 0 replies
  • 0 likes

Check if Spotify app has been logged in on Android Auto

Operating System(Android Auto 11) Hi Spotify team, We are developing an app on Android Auto OS. In our app we want to check if Spotify app has user logged in. I have tried SpotifyAppRemote API, but SpotifyConnect.connect() throw exception CouldNotFin...

  • Newbie
  • Operating System (Android Auto 11)   Hi Spotify team, We are developing an app on Android Auto OS. In our app we want to check if Spotify app has user logged in.   I have tried Spotify...
  • 97 Views
  • 0 replies
  • 0 likes
  • Discussion
  • 97 Views
  • 0 replies
  • 0 likes

get/chapters returns a 500 error if you don't include the market code in the web api

PlanFree/PremiumCountryUnited StatesDeviceDesktopOperating SystemWindows 10 My Question or IssueI was working on a personal project where I am creating a python library for the Spotify API for learning purposes. I was creating a method for GET /chapt...

  • Casual Listener
  • Plan Free/Premium Country United States Device Desktop Operating System Windows 10   My Question or Issue I was working on a personal project where I am creating a python library for t...
  • Ximzend
  • Roadie
  • 155 Views
  • 2 replies
  • 0 likes
  • 155 Views
  • 2 replies
  • 0 likes