<?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: 403 You cannot create a playlist for another user in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5659048#M11289</link>
    <description>&lt;P&gt;I think one reason why you'd get this error is if you attempt to decode the user id from UTF-8 to ASCII, a simple user id change of (for example) `débug` to `debug` would result in that error (based on my experience).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you parse the user id prior to making the API call, try to store it raw and see if you get a different error, like this for example:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;URI::InvalidURIError: URI must be ascii only"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm still looking for a solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2023 21:52:42 GMT</pubDate>
    <dc:creator>zzzrod</dc:creator>
    <dc:date>2023-10-28T21:52:42Z</dc:date>
    <item>
      <title>403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5454729#M6980</link>
      <description>&lt;P&gt;I run an iOS app called LineupSupply -&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://apps.apple.com/us/app/lineupsupply-playlist-maker/id1631703551" target="_blank" rel="noopener"&gt;https://apps.apple.com/us/app/lineupsupply-playlist-maker/id1631703551&lt;/A&gt;&amp;nbsp;which allows users create playlists. For a majority of users there is no issue. However some issues on shared family plans (Spotify Duo and other premium family plans) have issues creating playlists. They receive the error&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;"You cannot create a playlist for another user. (status code: 403)"&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;My code calls the&amp;nbsp;&lt;SPAN&gt;/v1/me endpoint and passes in the resulting user id to the&amp;nbsp;v1/users/user_id/playlists endpoint.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;For the majority of users this works, but I have reports from some users that they receive this error. All of the ones who have reported the issue are on a family plan type of account.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 04:24:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5454729#M6980</guid>
      <dc:creator>brett33</dc:creator>
      <dc:date>2022-11-08T04:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: 403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5458816#M7063</link>
      <description>&lt;P&gt;This is no longer an issue for me. I'm not seeing a way to delete the post&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 00:59:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5458816#M7063</guid>
      <dc:creator>brett33</dc:creator>
      <dc:date>2022-11-17T00:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: 403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5602502#M9784</link>
      <description>&lt;P&gt;How did you solve it in the end? It does not work for me.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 12:52:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5602502#M9784</guid>
      <dc:creator>leshmoo</dc:creator>
      <dc:date>2023-06-29T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: 403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5651275#M11073</link>
      <description>&lt;P&gt;yeah. i'm also pretty stuck with this. anyone figured out why this is happening?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:28:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5651275#M11073</guid>
      <dc:creator>schnabler</dc:creator>
      <dc:date>2023-10-12T19:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: 403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5659048#M11289</link>
      <description>&lt;P&gt;I think one reason why you'd get this error is if you attempt to decode the user id from UTF-8 to ASCII, a simple user id change of (for example) `débug` to `debug` would result in that error (based on my experience).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you parse the user id prior to making the API call, try to store it raw and see if you get a different error, like this for example:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;URI::InvalidURIError: URI must be ascii only"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm still looking for a solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 21:52:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/5659048#M11289</guid>
      <dc:creator>zzzrod</dc:creator>
      <dc:date>2023-10-28T21:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: 403 You cannot create a playlist for another user</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/6196403#M14483</link>
      <description>&lt;P&gt;how to resolve above issue&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 07:22:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/403-You-cannot-create-a-playlist-for-another-user/m-p/6196403#M14483</guid>
      <dc:creator>suresh375</dc:creator>
      <dc:date>2024-07-17T07:22:51Z</dc:date>
    </item>
  </channel>
</rss>

