Help Wizard

Step 1

NEXT STEP

Topics with Label: Developer

Labels

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
  • rushilshah282
  • Visitor
  • 13771 Views
  • 101 replies
  • 17 likes
  • 13771 Views
  • 101 replies
  • 17 likes

Redirect URI needed?

I just started working with Spotify's Web API and am using Python/Spotipy to retrieve data. If I want to retrieve data related specifically to my personal account (like recently played tracks or saved albums), do I need to set a redirect URI in my ap...

  • Casual Listener
  • ...aved albums), do I need to set a redirect URI in my application settings? If so, what's a quick and easy URI that I could use?   I'm not building a public facing application as of now - I just w...
  • Ximzend
  • Roadie
  • 74719 Views
  • 19 replies
  • 2 likes
  • Developer
    Python
    Uri
  • 74719 Views
  • 19 replies
  • 2 likes

Spotify community needs

My Question or IssueWhy can't I message my friends or followers songs and talk about them. Even be able to make snippets of parts of the song. It would be much cooler to message friends directly on the app rather than sharing through another app.

  • Visitor
  • My Question or Issue Why can't I message my friends or followers songs and talk about them. Even be able to make snippets of parts of the song. It would be much cooler to message friends directly on...
  • 54 Views
  • 0 replies
  • 0 likes
  • Developer
    Spotify
  • 54 Views
  • 0 replies
  • 0 likes

Need help on how I can receive a license agreement for integrating Spotify in my app!

My Question or IssueNeed help on how I can receive a license agreement for integrating Spotify in my app!Step by Step... Thanks.

  • Casual Listener
  • My Question or Issue Need help on how I can receive a license agreement for integrating Spotify in my app! Step by Step... Thanks.
  • 102 Views
  • 0 replies
  • 0 likes
  • Developer
  • 102 Views
  • 0 replies
  • 0 likes

Authorization Endpoint return CORS error

PlanPremiumCountryUSADevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating SystemMacOS 10 My Question or Issue Hi Spotify team, I am trying to call the User Authorization endpoint as specified here: https://developer.spotify.com/document...

Screen Shot 2022-03-12 at 8.48.44 PM.JPG
  • Casual Listener
  • ...ser Authorization endpoint as specified here: https://developer.spotify.com/documentation/general/guides/authorization/code-flow/   But all I get in response is a status code of 303 and a C...
  • MaxPralat
  • Newbie
  • 773 Views
  • 2 replies
  • 0 likes
  • authorization
    CORS
    Developer
  • 773 Views
  • 2 replies
  • 0 likes

Spotify CDN

Hello, I am creating a app for my website showing what I am currently playing on Spotify using Spotify's Web API. In Next.js I am required to clarify the link's root to display images via a external link. Is i.scdn.co the correct link for CDN?

  • Casual Listener
  • Hello, I am creating a app for my website showing what I am currently playing on Spotify using Spotify's Web API. In Next.js I am required to clarify the link's root to display images via a external ...
  • Ximzend
  • Roadie
  • 149 Views
  • 2 replies
  • 0 likes
  • cdn
    Developer
    webapi
  • 149 Views
  • 2 replies
  • 0 likes

My quota extension request has been denied 3 times, with an identical message.

Hello, I'm here wondering if anyone on the Spotify team or a community member can help provide me clarification on why my app keeps getting denied. Basically, I made a discord bot that allows server members to follow artists through Spotify, and will...

  • Casual Listener
  • ...pplication is integrated with other services (e.g. Discord) in a way that is prohibited according to section III in our Developer Policy I'm unsure in what way my app violates section III, I've r...
  • JammNatio
  • Newbie
  • 717 Views
  • 3 replies
  • 1 likes
  • Developer
    Quota Extension
  • 717 Views
  • 3 replies
  • 1 likes

Artist image is not square. Can i crop all artist image to square?

PlanFree/PremiumCountrySouth KoreaDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI develop non-streaming music site with Spotify API.I want to show my client to sam...

  • Casual Listener
  • Plan Free/Premium Country South Korea Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue I ...
  • 149 Views
  • 0 replies
  • 0 likes
  • artist
    Developer
    image
  • 149 Views
  • 0 replies
  • 0 likes

Superuser Contribution [Developer] Expose endpoints to create or query folders

There are a couple of questions floating around folder info not being available via the API. As of today there are no endpoints associated to get folder information (link to docs). It'd be nice to have this feature exposed via the api to allow more c...

  • Regular
  • There are a couple of questions floating around folder info not being available via the API. As of today there are no endpoints associated to get folder information (link to docs). It'd be nice to ha...
  • hispeedsurfer
  • Newbie
  • 570 Views
  • 4 replies
  • 6 likes
  • Developer
  • 570 Views
  • 4 replies
  • 6 likes

Is there any way to sort artist's genres by popularity

I've been developing an app that involves artist's genres. When I take make the request to get the genres from a specific artist, i got in return an alphabetically sorted array of the genres. My main problem is that, in most of the cases, there's one...

  • Casual Listener
  • I've been developing an app that involves artist's genres. When I take make the request to get the genres from a specific artist, i got in return an alphabetically sorted array of the genres. My main...
  • 165 Views
  • 0 replies
  • 1 likes
  • Developer
    Developer API
    genres
    sorting
  • 165 Views
  • 0 replies
  • 1 likes

Superuser Contribution how to request new scopes?

I have developer "apps" that already have the quota extension that need additional OAuth scopes. I cannot find any way to request these. do I need to create an entirely new "app"?

  • Casual Listener
  • I have developer "apps" that already have the quota extension that need additional OAuth scopes.   I cannot find any way to request these.  do I need to create an entirely new "app"?
  • jesdevse
  • Visitor
  • 942 Views
  • 4 replies
  • 0 likes
  • Developer
  • 942 Views
  • 4 replies
  • 0 likes

Obtaining Artist Status, Personal Details, and Songs from Spotify User Authorization

Hello, Spotify developer community! I'm reaching out to seek guidance on a specific aspect of my application's integration with the Spotify API. I have successfully implemented user authorization using Spotify, allowing users to connect their Spotify...

  • Casual Listener
  • Hello, Spotify developer community!   I'm reaching out to seek guidance on a specific aspect of my application's integration with the Spotify API. I have successfully implemented user a...
  • Ximzend
  • Roadie
  • 456 Views
  • 4 replies
  • 1 likes
  • "Artist verification"
    Developer
    songs
  • 456 Views
  • 4 replies
  • 1 likes

Jupyter Kernel Freezes using spotipy

My Question or Issue I am using the spotify API for developers for school. I am doing a data cleaning class and the algorithm I have I do send a lot of requests but not enough to be considered a threat (as I believe). It works sometimes however, half...

  • Casual Listener
  • My Question or Issue   I am using the spotify API for developers for school. I am doing a data cleaning class and the algorithm I have I do send a lot of requests but not enough to be c...
  • dckook10
  • Casual Listener
  • 429 Views
  • 3 replies
  • 0 likes
  • Developer
    Discussion
    Possible Bug
  • 429 Views
  • 3 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/b...
  • 192 Views
  • 0 replies
  • 0 likes
  • Developer
  • 192 Views
  • 0 replies
  • 0 likes

App creation URI

I am looking to create an app that lists all the episode links to podcasts I follow. In creating the app I am being asked to provide a Redirect URI. What is this an how do I get access to it? PlanFree/PremiumCountryUSADevice(iPhone 8, Samsung Galaxy ...

  • Visitor
  • I am looking to create an app that lists all the episode links to podcasts I follow.    In creating the app I am being asked to provide a Redirect URI.  What is this an how ...
  • 146 Views
  • 0 replies
  • 0 likes
  • api
    Developer
  • 146 Views
  • 0 replies
  • 0 likes

[Developer] Artists monthly Listeners For a Given Month

On the developer api, if there was an endpoint like:'artists/{artist_id}/monthly-listeners/{year}/{month}'Where you could retrieve how many listeners an artist had that month.It would open room for so many educational analysis on what could've impact...

  • Newbie
  • On the developer api, if there was an endpoint like: 'artists/{artist_id}/monthly-listeners/{year}/{month}' Where you could retrieve how many listeners an artist had that month. It would open r...
  • EDHMix
  • Regular
  • 494 Views
  • 1 replies
  • 0 likes
  • Developer
  • 494 Views
  • 1 replies
  • 0 likes

Solved!!Superuser Contribution [Community][Developer] Don't fail when using single quotes in the title for a new idea

When submitting a new idea on https://community.spotify.com/t5/Ideas/ct-p/newideas, the process fails when using a single quote (') with the following error:"Oops... something went wrong there. Please try again."Using firefox 109.0.1 on Linux Mint.

  • Casual Listener
  • When submitting a new idea on https://community.spotify.com/t5/Ideas/ct-p/newideas, the process fails when using a single quote (') with the following error: "Oops... something went wrong there. Ple...
  • Alex
  • Spotify Legend
  • 267 Views
  • 1 replies
  • 0 likes
  • Developer
  • 267 Views
  • 1 replies
  • 0 likes

Rate Limit

Country: United States Link to Spotify explanation of rate limit: https://developer.spotify.com/documentation/web-api/guides/rate-limits/ My Question or Issue:Is there a true maximum for the rate limit. After some research I see around the average be...

  • Visitor
  • Country: United States   Link to Spotify explanation of rate limit:  https://developer.spotify.com/documentation/web-api/guides/rate-limits/   My Question or Issue: Is there a t...
  • 247 Views
  • 0 replies
  • 0 likes
  • Developer
    rate limit
  • 247 Views
  • 0 replies
  • 0 likes

Where is the official contact for developers for commercial use?

This SDK must not be used in commercial projects without Spotify’s prior written approval. https://developer.spotify.com/documentation/web-playback-sdk/I asked the public contact for contact information, but they just directed me to https://developer...

  • Newbie
  •   This SDK must not be used in commercial projects without Spotify’s prior written approval.  https://developer.spotify.com/documentation/web-playback-sdk/ I asked the public c...
  • 775 Views
  • 0 replies
  • 6 likes
  • Commercial
    Developer
  • 775 Views
  • 0 replies
  • 6 likes

I want to use sound without a token

Hello, I create a application with spotify. I tried to play a song on spotify by id without an authentication or token. I tried with iFrame, ReactPlayer, autio .... but the soung do not start.Exist a method??

  • Casual Listener
  • Hello, I create a application with spotify. I tried to play a song on spotify by id without an authentication or token. I tried with iFrame, ReactPlayer, autio .... but the soung do not start. Exist...
  • Ximzend
  • Roadie
  • 274 Views
  • 3 replies
  • 0 likes
  • Developer
    Hellp
  • 274 Views
  • 3 replies
  • 0 likes

[Developer] Access private playlists in folders (no need for a new endpoint)

I know there is no API endpoint for folders and the idea for this has been posted several times. But as soon as playlists are put into a folder I cannot retrieve them from the API. Would be amazing to be able to access all private playlists (regardle...

  • Casual Listener
  • I know there is no API endpoint for folders and the idea for this has been posted several times. But as soon as playlists are put into a folder I cannot retrieve them from the API.    Wou...
  • ombudsmannen
  • Casual Listener
  • 1569 Views
  • 3 replies
  • 4 likes
  • Developer
  • 1569 Views
  • 3 replies
  • 4 likes