<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Response code Forbidden in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232091#M2836</link>
    <description>&lt;P&gt;Ensure you're authorized for the required scopes.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 04:10:23 GMT</pubDate>
    <dc:creator>Peter_Schorn</dc:creator>
    <dc:date>2021-07-08T04:10:23Z</dc:date>
    <item>
      <title>Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231096#M2819</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows desktop&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We integrated the Spotify Web API into our system. For approx 2 months everything was working fine until last week.&lt;/P&gt;&lt;P&gt;I see a lot of errors on the calls we do. E.g Get user's available devices api call give sometimes the response code 403 (Forbidden). Approx 10% of those calls result in this error response. 90% goes well.&lt;/P&gt;&lt;P&gt;This was not the case until a week ago.&lt;/P&gt;&lt;P&gt;Is there any reason for this?&lt;/P&gt;&lt;P&gt;I don't think the quota is exceeded. Our App Status is showing: &lt;STRONG&gt;"Granted quota extension"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kind regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:30:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231096#M2819</guid>
      <dc:creator>peterdb</dc:creator>
      <dc:date>2021-07-05T14:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231646#M2831</link>
      <description>&lt;P&gt;Does the http response body contain any data?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 01:12:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231646#M2831</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-07-07T01:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231709#M2832</link>
      <description>&lt;P&gt;No, only the text : Forbidden&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 07:24:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5231709#M2832</guid>
      <dc:creator>peterdb</dc:creator>
      <dc:date>2021-07-07T07:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232091#M2836</link>
      <description>&lt;P&gt;Ensure you're authorized for the required scopes.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 04:10:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232091#M2836</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-07-08T04:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232741#M2847</link>
      <description>&lt;P&gt;Yes I'm authorized, otherwise I would get Response code 401 (Unauthorized).&lt;/P&gt;&lt;P&gt;Here I'm receiving Response code 403 (Forbidden - The server understood the request, but is refusing to fulfill it.)&lt;/P&gt;&lt;P&gt;My application is running now for 3 months and before 2 weeks ago I did not get any errors.&lt;/P&gt;&lt;P&gt;Has Spotify changed something? Is there a restriction on the API calls?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 08:37:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232741#M2847</guid>
      <dc:creator>peterdb</dc:creator>
      <dc:date>2021-07-09T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232799#M2850</link>
      <description>In general 403's indicate that the action is not allowed for the specific user because the API call requires a Spotify Premium subscription.&lt;BR /&gt;&lt;BR /&gt;All the Player APIs that controls playback has this documented in the API reference:&lt;BR /&gt;"If the user making the request is non-premium, a 403 FORBIDDEN response code will be returned."&lt;BR /&gt;&lt;BR /&gt;If you can confirm and reproduce that a premium user is getting 403's when calling the Player APIs please provide more details about which API you're calling. You can also PM me your client ID and we can investigate it, but please verify that this isn't free vs premium issue first.</description>
      <pubDate>Fri, 09 Jul 2021 11:19:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232799#M2850</guid>
      <dc:creator>ohej</dc:creator>
      <dc:date>2021-07-09T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Response code Forbidden</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232807#M2851</link>
      <description>&lt;P&gt;Hi Ohej,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use a Spotify Premium subscription, ohterwise none of the calls would work.&lt;/P&gt;&lt;P&gt;We use several APIs (Player API, Albums, Playlists, ...). The one most used is /v1/me/player/devices in Player API. This is called in our app every minute.&lt;/P&gt;&lt;P&gt;But I have also noticed the same 403 response with other API calls like /v1/me/player/ in Player API and some others.&lt;/P&gt;&lt;P&gt;P.S. I sended you a PM message with our client ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 11:47:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Response-code-Forbidden/m-p/5232807#M2851</guid>
      <dc:creator>peterdb</dc:creator>
      <dc:date>2021-07-09T11:47:12Z</dc:date>
    </item>
  </channel>
</rss>

