<?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: Invalid Token Scopes (Web Playback SDK) in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6472382#M15400</link>
    <description>&lt;P&gt;Hey! I was so looking forward to telling you this was the solution, but unfortunately not - the issue persists with the added user-red-email scope. I can confirm that all of the scopes are being applied, based off the response from the token endpoint.&lt;BR /&gt;&lt;BR /&gt;What's so strange is that I get a 204 response, when I use my access token to call the play endpoint with the web API, but I get either "Playback error" or "Invalid token scopes" (or both) from the Web Playback SDK. Do you have anymore thoughts? What could I show you to make this easier?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 20:50:14 GMT</pubDate>
    <dc:creator>temlabs</dc:creator>
    <dc:date>2024-10-30T20:50:14Z</dc:date>
    <item>
      <title>Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471398#M15388</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;UK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;BR /&gt;&lt;/STRONG&gt;I'm able to successfully generate an access token for the following scopes:&lt;BR /&gt;playlist-read-private streaming app-remote-control user-modify-playback-state user-read-playback-state user-read-recently-played user-read-private&lt;BR /&gt;&lt;BR /&gt;However, when using said access token in the web playback SDK, I consistently get an "Invalid token scopes" when attempting playback.&lt;BR /&gt;&lt;BR /&gt;The access token looks like the following:&lt;BR /&gt;BQBLSGZxJxOlIcI_yxo_shQzuMeZD_1Qz66XcOXJ8iz0Q7uErq-qcJ_AiC2JJwc37by3z4uscjhsfQWAg7OxCW1ENdsnwvTvknYBletZI84uIG0PAy7hTZhObFiINdv4tAxMTJQZgQxMj0B_SubF4X4g61m_PNkWPpoDbKBL-VHGCu7FSJcdJQizWh0mpdXZX0tWLhrAPd0yRgFqE3HwOsvY6GtT7aRW&lt;BR /&gt;&lt;BR /&gt;And i'm even able to transfer playback to my device and get the device ID.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm at a complete loss as to what's wrong - any help would be massively appreciated!&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 11:20:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471398#M15388</guid>
      <dc:creator>temlabs</dc:creator>
      <dc:date>2024-10-30T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471630#M15391</link>
      <description>&lt;P&gt;For playback you only really need the streaming and user-read-private scopes, and you have both of those.&amp;nbsp; Your scopes as listed are correct, have you re-authenticated your user (got entirely new tokens - access and refresh) since you updated your scopes?&amp;nbsp; When you get a token it helps to save all the token data somewhere, as the token response itself will also show the scopes of the token.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:07:50 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471630#M15391</guid>
      <dc:creator>tomjaimz</dc:creator>
      <dc:date>2024-10-30T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471638#M15392</link>
      <description>&lt;P&gt;Oh, actually you are missing&amp;nbsp;user-read-email I think that's also required.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:13:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6471638#M15392</guid>
      <dc:creator>tomjaimz</dc:creator>
      <dc:date>2024-10-30T14:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6472382#M15400</link>
      <description>&lt;P&gt;Hey! I was so looking forward to telling you this was the solution, but unfortunately not - the issue persists with the added user-red-email scope. I can confirm that all of the scopes are being applied, based off the response from the token endpoint.&lt;BR /&gt;&lt;BR /&gt;What's so strange is that I get a 204 response, when I use my access token to call the play endpoint with the web API, but I get either "Playback error" or "Invalid token scopes" (or both) from the Web Playback SDK. Do you have anymore thoughts? What could I show you to make this easier?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 20:50:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6472382#M15400</guid>
      <dc:creator>temlabs</dc:creator>
      <dc:date>2024-10-30T20:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6472558#M15402</link>
      <description>&lt;P&gt;I would have to see your code to understand what's happening for you.&amp;nbsp; I can replicate getting an authentication error of "Invalid token scopes" if I'm missing all three of the needed scopes, but with them it does not give an error.&lt;BR /&gt;&lt;BR /&gt;Did you definitely create a new token by going through the authentication process after adding the &lt;SPAN&gt;user-read-email scope?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 22:41:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6472558#M15402</guid>
      <dc:creator>tomjaimz</dc:creator>
      <dc:date>2024-10-30T22:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6473315#M15406</link>
      <description>&lt;P&gt;Thanks tomjaimz,&lt;BR /&gt;&lt;BR /&gt;I've sent you a pm with links to code. We can share anything discovered back here if it'll help someone else. And yes, definitely.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 09:55:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/6473315#M15406</guid>
      <dc:creator>temlabs</dc:creator>
      <dc:date>2024-10-31T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Token Scopes (Web Playback SDK)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/7019660#M18236</link>
      <description>&lt;P&gt;Hello tomjaimz&lt;BR /&gt;&lt;BR /&gt;i am also facing the same issue&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'user-read-private'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'playlist-read-private'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'playlist-read-collaborative'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'streaming'&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'user-read-birthdate'&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;'user-read-email'&lt;BR /&gt;&lt;BR /&gt;these are scopes i have but still it is showing&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jun 2025 04:40:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Invalid-Token-Scopes-Web-Playback-SDK/m-p/7019660#M18236</guid>
      <dc:creator>manikanta20</dc:creator>
      <dc:date>2025-06-23T04:40:34Z</dc:date>
    </item>
  </channel>
</rss>

