Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

Oncloud

Newbie

47560 Views

157 replies

18 likes

Discussion
  • 47560 Views
  • 157 replies
  • 18 likes

Only on IOS, embed only shows preview: "the token provided isn't working."

PlanPremiumCountryUSA DeviceIPhone SE, IOS 16.1.1, IPad 5th generation IOS 16.3.1 Hi all! First of all I want to thank you for the cool API. I've developed a little app that loads tracks in an embedded player. It works great on my macbook pro chrome ...

Newbie

Plan Premium Country USA   Device IPhone SE, IOS 16.1.1, IPad 5th generation IOS 16.3.1   Hi all! First of all I want to thank you for the cool API. I've developed a little app that...

Ximzend

Spotify Star

485 Views

1 replies

0 likes

embed
  • 485 Views
  • 1 replies
  • 0 likes

Solved!! 403 error on GET v1/me/top/tracks

hello,i have been working on an app that uses spotify API and one of the things i need to do is get access to the top 25 tracks in a specified time range. the issue is that i keep getting a 403 error when i send get requests. i have spent hours tryin...

Regular

hello, i have been working on an app that uses spotify API and one of the things i need to do is get access to the top 25 tracks in a specified time range. the issue is that i keep getting a 403 err...

sunwukong23

Casual Listener

13743 Views

11 replies

0 likes

api
  • 13743 Views
  • 11 replies
  • 0 likes

Call to https://accounts.spotify.com/api/token no longer working

PlanPremiumCountryUnited States My Question or IssueUsing the following code: using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(System.Text.Encoding.ASCII.G...

Casual Listener

Plan Premium Country United States   My Question or Issue Using the following code:       using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization...

Ximzend

Spotify Star

1097 Views

1 replies

0 likes

API access token
auth
Sporadic
  • 1097 Views
  • 1 replies
  • 0 likes

Error 429, retry-after missing

So i have been working on an app for the past fiew days. I am now doing some testing for rate limits but the problem is i'm unable to see the retry-after time in the response when i get the error 429. So i can't do anithing about it and no matter how...

Casual Listener

So i have been working on an app for the past fiew days. I am now doing some testing for rate limits but the problem is i'm unable to see the retry-after time in the response when i get the error 429...

simdev

Newbie

3909 Views

12 replies

12 likes

Question
  • 3909 Views
  • 12 replies
  • 12 likes

"User not registered in the Developer Dashboard" for specific user on application

Plan: PremiumCountry: USOperating System: Windows 11 Hi all, I'm encountering this issue with a specific user that is already added to my app's allowlist. I have verified that the token exchange happens, and an initial request to https://api.spotify....

Casual Listener

Plan: Premium Country: US Operating System: Windows 11   Hi all,   I'm encountering this issue with a specific user that is already added to my app's allowlist. I have verified t...

Ximzend

Spotify Star

1227 Views

3 replies

0 likes

Possible Bug
  • 1227 Views
  • 3 replies
  • 0 likes

Solved!! 401 error for GET search request but not other GET requests?

I have previously had no issues with GET requests from /v1/playlists/ or /v1/playlists//tracks endpoints, but now I can't seem to GET from a search endpoint. I have the following code snippet for a GET search request: var responseApi = await fetch('h...

Gig Goer

I have previously had no issues with GET requests from /v1/playlists/<playlist-id> or /v1/playlists/<playlist-id>/tracks endpoints, but now I can't seem to GET from a search endpoint...

koralyoung

Gig Goer

519 Views

1 replies

0 likes

401
api
Question
  • 519 Views
  • 1 replies
  • 0 likes

player app for official client alternative

i have written a website, plus the mobile version, which i personally use instead of the official client. the idea is to have a simple interface similar to good old ipod or winamp.i had to solve several issues, for example u do not have a list of art...

Casual Listener

i have written a website, plus the mobile version, which i personally use instead of the official client. the idea is to have a simple interface similar to good old ipod or winamp. i had to solve se...

chrisiDC

Casual Listener

1426 Views

2 replies

0 likes

Discussion
  • 1426 Views
  • 2 replies
  • 0 likes

Invalid Client Error w/Spotify Web API

PlanFree/PremiumCountryUnited States My Question or Issue My team and I are getting a "Invalid Client" / WebapiAuthenticationError: An authentication error occurred while communicating with Spotify's Web API errorWe can confirm that we have quadruple...

Newbie

Plan Free/Premium Country United States   My Question or Issue   My team and I are getting a "Invalid Client" / WebapiAuthenticationError: An authentication error occurred while comm...

Ximzend

Spotify Star

690 Views

1 replies

0 likes

  • 690 Views
  • 1 replies
  • 0 likes

Can Spotify add the filter liked songs by genre function in Mac version?

PremiumUnited States DeviceMacbook Pro 2019Operating SystemMAC My Question or IssueIt's kind of annoying that you can play songs categorized by genre on phone, but you cannot on Mac.

Visitor

Premium United States   Device Macbook Pro 2019 Operating System MAC   My Question or Issue It's kind of annoying that you can play songs categorized by genre on phone, but you can...

233 Views

0 replies

0 likes

  • 233 Views
  • 0 replies
  • 0 likes

Solved!! How to identify a track's genre in spotify api?

I am referring this particular documentation. "https://developer.spotify.com/documentation/web-api/reference/get-track"The sample response has the genre of a song. But the "Try it" option does not give me the expected response with "Genre"

Casual Listener

I am referring this particular documentation. "https://developer.spotify.com/documentation/web-api/reference/get-track" The sample response has the genre of a song. But the "Try it" option does not ...

tunacore

Newbie

14305 Views

7 replies

1 likes

API Question
  • 14305 Views
  • 7 replies
  • 1 likes

How to identify EchoString Fingerprint of audio

Hi, I have fetched the "echoprintstring" with audio analysis API. so according to documentation, this echoprintstring is the fingerprint of the audio in EchoString format. I'm building shazam like app. Now I want a way to create my own Echostring fin...

Casual Listener

Hi,    I have fetched the "echoprintstring" with audio analysis API. so according to documentation, this echoprintstring is the fingerprint of the audio in EchoString format.  ...

Ximzend

Spotify Star

1815 Views

7 replies

0 likes

  • 1815 Views
  • 7 replies
  • 0 likes

Birthday Special

I have been a member of Spotify for years.I had an idea for the creators of Spotify.Not sure if this is the right place to post this.We all are aware that Spotify Premium gives you the best advances, like no ads and the freedom to play any song at th...

Casual Listener

I have been a member of Spotify for years. I had an idea for the creators of Spotify. Not sure if this is the right place to post this. We all are aware that Spotify Premium gives you the best adv...

katiebugsy99

Casual Listener

1270 Views

2 replies

0 likes

Discussion
  • 1270 Views
  • 2 replies
  • 0 likes

Can I Create App To Alter The Original Song

Hi, I know we can create apps to do things, but I wonder if I can create an app that can stream the songs but with some change I made to the sound, like an app that makes my spotify songs with different effects I pick from. The original song goes thr...

Visitor

Hi,   I know we can create apps to do things, but I wonder if I can create an app that can stream the songs but with some change I made to the sound, like an app that makes my spotify songs wi...

Ximzend

Spotify Star

301 Views

1 replies

0 likes

  • 301 Views
  • 1 replies
  • 0 likes

403 Insufficient Client Scope

Hi All,Im building a custom connector with Power Apps / power Automate, so i can recall the spotify api. The api works well when i have to get a playlist or search for a song, but when it comes to add a song to playlist i always get the error 403 - i...

Visitor

Hi All, Im building a custom connector with Power Apps / power Automate, so i can recall the spotify api. The api works well when i have to get a playlist or search for a song, but when it comes to ...

Ximzend

Spotify Star

839 Views

1 replies

0 likes

  • 839 Views
  • 1 replies
  • 0 likes

Join saved tracks / audio features with Track response object

I've written an app with the Spotify API and with each track I display its audio features and whether or not it is a saved track. It would be nice if this data could be optionally combined with the Track response object. I imagine the option to join ...

Regular

I've written an app with the Spotify API and with each track I display its audio features and whether or not it is a saved track. It would be nice if this data could be optionally combined with the T...

316 Views

0 replies

0 likes

  • 316 Views
  • 0 replies
  • 0 likes

'Get Artist's Albums' endpoint does not return all albums

It appears that the 'Get Artist's Albums' endpoint is not returning all available album releases. For example, the album 'Snacks (Supersize)' by Jax Jones (https://open.spotify.com/album/0gH8thOJMa227eHocQ4N9u) has a total of 5 releases, including 4 ...

Music Fan

It appears that the 'Get Artist's Albums' endpoint is not returning all available album releases.   For example, the album 'Snacks (Supersize)' by Jax Jones (https://open.spotify.com/album/0gH...

pawllo01

Music Fan

1189 Views

5 replies

2 likes

API Bug
  • 1189 Views
  • 5 replies
  • 2 likes

Spotify API/Vercel Serverless Function/Flask - Auth Issues

Currently developing a website that lets you duplicate your playlists. However, when users log in, the playlist is automatically created on my account, and not the user account. I have tried to change more than 10 things, documentation, and more but ...

Visitor

Currently developing a website that lets you duplicate your playlists.    However, when users log in, the playlist is automatically created on my account, and not the user account.  ...

420 Views

0 replies

0 likes

API Bug
API Help
  • 420 Views
  • 0 replies
  • 0 likes

Fetching track canvas

I recently came across this github repo that shows how to fetch a track's canvas, is this allowed or is it against the Developer Guidelines https://github.com/bartleyg/my-spotify-canvas/blob/master/api/canvases.js

Newbie

I recently came across this github repo that shows how to fetch a track's canvas, is this allowed or is it against the Developer Guidelines   https://github.com/bartleyg/my-spotify-canvas/blob...

659 Views

0 replies

0 likes

Developer
  • 659 Views
  • 0 replies
  • 0 likes

Solved!! Needs to Fix/Add/Re-approve Scopes

I am having an issue with several users that they are not able to successfully achieve their desired action. Here is the error that appears in my logs:HTTP Error for POST to https://api.spotify.com/v1/users/xxx(user_name)/playlists with Params: {} re...

Music Fan

I am having an issue with several users that they are not able to successfully achieve their desired action.   Here is the error that appears in my logs: HTTP Error for POST to https://api.sp...

mashmia

Music Fan

615 Views

4 replies

0 likes

  • 615 Views
  • 4 replies
  • 0 likes

Getting Artist Cover Art

My Question or IssueUsing the Spotify REST API, I was wondering if anyone had found a possible way to grab the large cover art the appears on an artists profile - this is different from their profile picture. It doesn't seem to be contained in the ar...

Newbie

My Question or Issue Using the Spotify REST API, I was wondering if anyone had found a possible way to grab the large cover art the appears on an artists profile - this is different from their profi...

406 Views

0 replies

1 likes

api
developers
  • 406 Views
  • 0 replies
  • 1 likes