Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

February 2026 Spotify for Developers update: thread

Hey everyone, I’ve created this thread to provide an open space for discussion, feedback, concerns or ideas on an upcoming update to Spotify for Developers access. We’ve shared a blog post that explains what’s changing and why. Please use this thread...

Spotify

ApolloInteractive

Casual Listener

65629 Views

315 replies

26 likes

S4D
  • 65629 Views
  • 315 replies
  • 26 likes

Solved!! 'cant play this right now' issue Android mobile

Premium, Google Pixel 6, on Android V13Started a few days ago. House of echo speakers, used for years no problems. Now all devices show 'cant play this right now' and are unselectable. Playing through alexa app times out.I've cleared cache and files,...

Casual Listener

Premium, Google Pixel 6, on Android V13 Started a few days ago. House of echo speakers, used for years no problems. Now all devices show 'cant play this right now' and are unselectable. Playing thro...

Sbarry79

Casual Listener

1042 Views

1 replies

0 likes

  • 1042 Views
  • 1 replies
  • 0 likes

Android Studio 4.2

Hello, In the latest release of Android Studio 4.2, the option to Import .JAR/.AAR Package from the New Module wizard has been removed. Could anyone please update the Add the App Remote SDK instructions accordingly?Thanks,Nahum Budin.

Visitor

Hello,   In the latest release of Android Studio 4.2, the option to Import .JAR/.AAR Package from the New Module wizard has been removed.   Could anyone please ...

hita

Casual Listener

1510 Views

1 replies

1 likes

Android Studio
  • 1510 Views
  • 1 replies
  • 1 likes

invalid client

hi im trying to run some simple code to test out spotifys apiimport spotipyfrom spotipy.oauth2 import SpotifyClientCredentials# Set up Spotipy client credentialsclient_id = 'YOUR_CLIENT_ID'client_secret = 'YOUR_CLIENT_SECRET'client_credentials_manage...

Newbie

hi im trying to run some simple code to test out spotifys api import spotipy from spotipy.oauth2 import SpotifyClientCredentials # Set up Spotipy client credentials client_id = 'YOUR_CLIENT_I...

Ximzend

Spotify Star

757 Views

1 replies

0 likes

  • 757 Views
  • 1 replies
  • 0 likes

Get User Playlists Only Returns Some Playlists

PlanFreeCountry Device2017 MacBook AirOperating SystemBig Sur 11.4 My Question or IssueI have a Python script that utilises the `https://api.spotify.com/v1/me/playlists` endpoint. However, the request only returns some of my created playlists and non...

Regular

Plan Free Country   Device 2017 MacBook Air Operating System Big Sur 11.4   My Question or Issue I have a Python script that utilises the `https://api.spotify.com/v1/me/playlists`...

ImOnABus

Regular

1204 Views

7 replies

0 likes

  • 1204 Views
  • 7 replies
  • 0 likes

403 forbidden error

My Spotify account is premium. When I am using "playlist-modify-private" scope I got this error "http status: 403" Also, I run my code and confirm the warning in the browser. Why could this be caused? Here my code:import spotipyfrom spotipy.oauth2 im...

Newbie

  My Spotify account is premium. When I am using "playlist-modify-private" scope I got this error "http status: 403" Also, I run my code and confirm the warning in the browser. W...

Ximzend

Spotify Star

802 Views

1 replies

0 likes

403 forbidden error
  • 802 Views
  • 1 replies
  • 0 likes

Quota extension Request

PlanFreeCountryIndia DeviceHP Laptop/iPhone 13Operating SystemWindows 11 My Question or IssueI actually did not have an email linked to my Spotify account due to which the parameters on which my request was denied was sent to me via email could not r...

Newbie

Plan Free Country India   Device HP Laptop/iPhone 13 Operating System Windows 11   My Question or Issue I actually did not have an email linked to my Spotify account due to which...

793 Views

0 replies

0 likes

Spotify extension request
  • 793 Views
  • 0 replies
  • 0 likes

Porblem with access token

PlanPremiumCountryGreeceDeviceSamsung A52s My Question or IssueI am developing an app with React-native and i need to use the spotify API. Even though I authorise the app to use my account i don't get back an access token.

Casual Listener

Plan Premium Country Greece Device Samsung A52s   My Question or Issue I am developing an app with React-native and i need to use the spotify API. Even though I authorise the app to use ...

Ximzend

Spotify Star

854 Views

3 replies

0 likes

access token
  • 854 Views
  • 3 replies
  • 0 likes

verification/Approval for IOS application

I'm an IOS developer who has been going through an entrepreneurial development contest. The idea has been doing quite well and has potential for funding and further development but I need to confirm compliance with the TOS first as I'm uncertain if i...

Casual Listener

I'm an IOS developer who has been going through an entrepreneurial development contest. The idea has been doing quite well and has potential for funding and further development but I need to confirm ...

Prague

Community Legend

480 Views

1 replies

1 likes

  • 480 Views
  • 1 replies
  • 1 likes

Code not Printing playlist details

Hi, I have this code but whenever I submit a URL into the box, it should output the details of the playlist but nothing is showing. Can someone help please? "; echo "Status Code: " . $status_code . "\n"; echo json_encode( $data, JSON_PRETTY_PRINT ); ...

Casual Listener

Hi,   I have this code but whenever I submit a URL into the box, it should output the details of the playlist but nothing is showing. Can someone help please?   <?php // Check if...

Ximzend

Spotify Star

714 Views

3 replies

0 likes

api
development
php
  • 714 Views
  • 3 replies
  • 0 likes

Download database with all track id's

Is it possible to download a database with all track id's in some format, e.g. zipped CSV files with the three columns track id, track name and artist name?

Casual Listener

Is it possible to download a database with all track id's in some format, e.g. zipped CSV files with the three columns track id, track name and artist name?

415 Views

0 replies

0 likes

  • 415 Views
  • 0 replies
  • 0 likes

PUT me/player/repeat randomly not working

PlanPremiumCountryItalyDeviceChromeOperating SystemMacOS Ventura My Question or IssueCalls to PUT me/player/repeat for any of the allowed state (track, context or off) are completing with no error response but the repeat mode is not getting changed i...

Music Fan

Plan Premium Country Italy Device Chrome Operating System MacOS Ventura   My Question or Issue Calls to PUT me/player/repeat for any of the allowed state (track, context or off) a...

358 Views

0 replies

0 likes

  • 358 Views
  • 0 replies
  • 0 likes

me/player/repeat?state=off does not always have any effect

PlanPremiumCountryUSADeviceChrome web browser Version 83.0.4103.116 (Official Build) (64-bit)Operating SystemWindows Server 2012 R2 My Question or IssuePUT me/player/repeat?state=off does not always have any effect when repeat state is set to track o...

Casual Listener

Plan Premium Country USA Device Chrome web browser Version 83.0.4103.116 (Official Build) (64-bit) Operating System Windows Server 2012 R2   My Question or Issue PUT me/player/rep...

muusic3

Music Fan

856 Views

1 replies

3 likes

New bug
  • 856 Views
  • 1 replies
  • 3 likes

Solved!! Difference between user accounts when pulling liked songs via API

Hi, I have connected via a php script to the spotify api - the authorisation happens and I can pull all the liked songs from my account and display them in a table.However, when I use another account, even though the person has liked items (I logged ...

Casual Listener

Hi, I have connected via a php script to the spotify api - the authorisation happens and I can pull all the liked songs from my account and display them in a table. However, when I use another accou...

ruan567

Casual Listener

762 Views

2 replies

0 likes

  • 762 Views
  • 2 replies
  • 0 likes

Extracting genre seeds per artist ID using R

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueWe have a list of artist ID's in Excel and we want to know the genres of each corresponding a...

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 We have...

Ximzend

Spotify Star

532 Views

1 replies

0 likes

  • 532 Views
  • 1 replies
  • 0 likes

Quota extension rejected

PlanPremiumCountryUSDeviceN/AOperating SystemN/A My Question or IssueHello Spotify team and community.I submitted a request for a quota extension, and it was rejected after a few hours.The reasons given were the following:Use case does not correspond...

Casual Listener

Plan Premium Country US Device N/A Operating System N/A   My Question or Issue Hello Spotify team and community. I submitted a request for a quota extension, and it was rejected after...

348 Views

0 replies

0 likes

Quota Extension
  • 348 Views
  • 0 replies
  • 0 likes

Why some tracks have preview url Search but not int Tracks?

When I request some tracks via Search, all tracks have a preview_url, but when I request the same track by ID in Tracks, the song doesn't have preview_url. Doesn't make sense, or the track doesn't have preview_url or it has but not half. Happens with...

Visitor

When I request some tracks via Search, all tracks have a preview_url, but when I request the same track by ID in Tracks, the song doesn't have preview_url. Doesn't make sense, or the track doesn't ha...

486 Views

0 replies

0 likes

  • 486 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution Redirect URI able to accept sub routes?

For example my main redirect URI I need to be:https://myweb.com/Events/edit/ but if I want to make a request on: https://myweb.com/Events/edit/70it gives me INVALID_CLIENT: Invalid redirect URI. do I need to enter X redirection URLs being X the numbe...

Casual Listener

For example my main redirect URI I need to be: https://myweb.com/Events/edit/     but if I want to make a request on: https://myweb.com/Events/edit/70 it gives me INVALID_CLIENT: I...

Zuliyaki

Casual Listener

910 Views

2 replies

0 likes

  • 910 Views
  • 2 replies
  • 0 likes

Solved!! API Auth using only a python script

None of the below information is required. However, the more you provide the easier it will be for us to try and help.PlanNot applicableCountryBrazilDeviceNot applicableOperating SystemNot applicable My Question or IssueHi, thereMy name is Nikolas an...

Regular

None of the below information is required. However, the more you provide the easier it will be for us to try and help. Plan Not applicable Country Brazil Device Not applicable Operating System...

nikkk1

Regular

6557 Views

9 replies

0 likes

Discussion
  • 6557 Views
  • 9 replies
  • 0 likes

User Not Registered in Developer Dashboard after One Successful Call

I am working on a project and I need to make an API call to /me endpoint. I am listed under the user management in my teams project. When I test the API call in postman, I can make one successful call where I can see the user data. However, after tha...

Newbie

I am working on a project and I need to make an API call to /me endpoint. I am listed under the user management in my teams project. When I test the API call in postman, I can make one successful cal...

394 Views

0 replies

0 likes

  • 394 Views
  • 0 replies
  • 0 likes

No difference between "Next in queue" and "Next up" in /me/player/queue endpoint

The api endpoint `/v1/me/player/queue endpoint` does not seem to make a difference between tracks that are shown in the app as "Next in queue" and "Next up". I want to develop and app that dynamically creates a playlist, which might change shortly be...

Casual Listener

The api endpoint `/v1/me/player/queue endpoint` does not seem to make a difference between tracks that are shown in the app as "Next in queue" and "Next up".   I want to develop and app that d...

Cjlowman

Casual Listener

1240 Views

1 replies

8 likes

  • 1240 Views
  • 1 replies
  • 8 likes