<?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: &amp;quot;Client ID not found&amp;quot; for Spotify app in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5612618#M10071</link>
    <description>&lt;P&gt;Hi all -- this error typically occurs when the user has missed a step in the &lt;A href="https://developer.spotify.com/documentation/ads-api/quick-start" target="_self"&gt;Quick Start guide.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please read through and ensure that you have completed all steps, including creating an Ad Studio account and signing the API terms. The credentials you are using to auth your API request should be the same as those associated with your Ad Studio account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: It may take up to 1 hour for your client ID to be allowlisted after you have signed the API terms.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 16:39:15 GMT</pubDate>
    <dc:creator>charlotte48</dc:creator>
    <dc:date>2023-08-14T16:39:15Z</dc:date>
    <item>
      <title>"Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418672#M5321</link>
      <description>&lt;P&gt;I've created a Spotify app for Spotify Ads in my developer dashboard and am able to successfully connect to it via OAuth without any issue. I see it in the connected Apps list when I log in to Spotify and navigate to&amp;nbsp;&lt;A href="https://www.spotify.com/us/account/apps/" target="_blank" rel="noopener"&gt;https://www.spotify.com/us/account/apps/&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I then run any API request using that OAuth connection, e.g. a request to&amp;nbsp;&lt;FONT face="monospace"&gt;&lt;A href="https://api-partner.spotify.com/ads/v1.3/currentUser/adAccounts" target="_blank" rel="noopener"&gt;https://api-partner.spotify.com/ads/v1.3/currentUser/adAccounts&lt;/A&gt;&lt;/FONT&gt;, I always get this error:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;{"error":{"type":"NotFound","message":"Client ID not found.","errors":[],"sp_trace_id":"e108becb-f615-4d8d-bde3-efc3003f1613"}}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I've doubled/triple-checked the client ID and it's correct (and presumably wouldn't let me connect in the first place if it were incorrect). Any ideas?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 10:21:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418672#M5321</guid>
      <dc:creator>merryon</dc:creator>
      <dc:date>2022-08-18T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418679#M5322</link>
      <description>&lt;P&gt;Can you provide some code in which you are using the client id including code you think it may cause the problem?&lt;/P&gt;&lt;P&gt;(I don't use the Spotify adds myself, but I'll definitely have a look at it.)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 10:40:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418679#M5322</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-08-18T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418687#M5323</link>
      <description>&lt;P&gt;Thank you for your respones and offering to check the code, but I'm using a no-code API connector tool, sort of like Postman, that automatically applies the OAuth2 authorization code flow. So the only moving parts are the Client ID/secret and the OAuth URLs. This is the setup:&lt;/P&gt;&lt;P&gt;Auth URL:&amp;nbsp;&lt;A href="https://accounts.spotify.com/authorize?scope=streaming" target="_blank"&gt;https://accounts.spotify.com/authorize?scope=streaming&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Token URL:&amp;nbsp;&lt;A href="https://accounts.spotify.com/api/token" target="_blank"&gt;https://accounts.spotify.com/api/token&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Client ID and secret come from my Spotify developer app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The authentication piece seems fine as it connects without any error message and appears in my connected apps list on both Spotify's side and my own side. I also originally configured this exact setup in my client account, where it worked, it just doesn't work in mine. So I'm wondering if only 1 app can be connected to an Ads Manager account or use the same redirect URL or something like that. I couldn't find anything like that in the documentation, though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 11:04:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418687#M5323</guid>
      <dc:creator>merryon</dc:creator>
      <dc:date>2022-08-18T11:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418691#M5324</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your respones and offering to check the code, but I'm using a no-code API connector tool, sort of like Postman, that automatically applies the OAuth2 authorization code flow. So the only moving parts are the Client ID/secret and the OAuth URLs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 11:09:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418691#M5324</guid>
      <dc:creator>merryon</dc:creator>
      <dc:date>2022-08-18T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418793#M5333</link>
      <description>&lt;P&gt;Same here... here is my request to the api (the one in the example docs: &lt;A href="https://developer.spotify.com/documentation/ads-api/reference/#/operations/get_adAccounts" target="_blank" rel="noopener"&gt;https://developer.spotify.com/documentation/ads-api/reference/#/operations/get_adAccounts&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;curl&lt;/SPAN&gt;&lt;SPAN class=""&gt; --request GET &lt;/SPAN&gt;&lt;SPAN class=""&gt;\&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;--url &lt;A href="https://api-partner.spotify.com/ads/v1.3/currentUser/adAccounts" target="_blank" rel="noopener"&gt;https://api-partner.spotify.com/ads/v1.3/currentUser/adAccounts&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;--header &lt;/SPAN&gt;&lt;SPAN class=""&gt;'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXX'&lt;/SPAN&gt; &lt;SPAN class=""&gt;\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;--header &lt;/SPAN&gt;&lt;SPAN class=""&gt;'Content-Type: application/json'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;It always returns&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"error": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"type": "NotFound",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"message": "Client ID not found.",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"errors":[],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sp_trace_id": "xxxxxxxxxxxxxxxxxxxx"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Just in case it would be important... when i retrieve bearer token (main one and refreshed ones) it returns scope "streaming" only.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"access_token"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"XXX"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"token_type"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Bearer"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"expires_in"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"scope"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"streaming"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Am i missinsg something? maybe in app configuration? just followed steps from&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/ads-api/quick-start/" target="_blank" rel="noopener"&gt;https://developer.spotify.com/documentation/ads-api/quick-start/&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2022 16:08:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418793#M5333</guid>
      <dc:creator>Alvarete</dc:creator>
      <dc:date>2022-08-18T16:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418834#M5336</link>
      <description>&lt;P&gt;Hi @Alvarete,&lt;/P&gt;&lt;P&gt;I don't see you specify a scope. Here is a list if them: &lt;A title="Authorization Scopes | Spotify for Developers" href="https://developer.spotify.com/documentation/general/guides/authorization/scopes/" target="_blank" rel="noopener"&gt;Authorization Scopes&lt;/A&gt;. (Maybe not a full list, because I don't see streaming on that page.)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 17:06:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418834#M5336</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-08-18T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418837#M5337</link>
      <description>&lt;P&gt;For both of you: there is a Support email address on this page: &lt;A title="Ads API | Spotify for Developers" href="https://developer.spotify.com/documentation/ads-api/" target="_blank" rel="noopener"&gt;Ads API | Spotify for Developers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 17:11:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418837#M5337</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-08-18T17:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418841#M5338</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please confirm that you have completed all of the steps listed &lt;A href="https://developer.spotify.com/documentation/ads-api/quick-start/#set-up-your-ad-studio-api-application" target="_self"&gt;here&lt;/A&gt; (including signing the &lt;A href="https://adstudio.spotify.com/api-terms" target="_self"&gt;API Terms &amp;amp; Conditions with your valid client ID&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Charlotte&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 17:32:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418841#M5338</guid>
      <dc:creator>charlotte48</dc:creator>
      <dc:date>2022-08-18T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418858#M5340</link>
      <description>&lt;P&gt;In my case that was the problem. I assumed that approving t&amp;amp;c on app creation was the same step and those are different ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:16:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5418858#M5340</guid>
      <dc:creator>Alvarete</dc:creator>
      <dc:date>2022-08-18T18:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5468855#M7261</link>
      <description>&lt;P&gt;@charlotte48&lt;/P&gt;&lt;P&gt;I have definitely accepted terms and conditions, but I continue to have the same error as described here&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 20:41:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5468855#M7261</guid>
      <dc:creator>katya_jamf</dc:creator>
      <dc:date>2022-12-05T20:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5468917#M7262</link>
      <description>&lt;P&gt;Hi there -- can you confirm that you accepted the Ad Studio API Terms &amp;amp; Conditions:&amp;nbsp;&lt;A href="https://adstudio.spotify.com/api-terms" target="_blank"&gt;https://adstudio.spotify.com/api-terms&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(these are separate from our clickthrough Developer terms)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 01:00:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5468917#M7262</guid>
      <dc:creator>charlotte48</dc:creator>
      <dc:date>2022-12-06T01:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469184#M7269</link>
      <description>&lt;P&gt;@charlotte,&lt;BR /&gt;yes, this is exactly what I am mentioning above. I have accepted the terms and condition.&lt;BR /&gt;The only API GET request that is not erroring out for me is a web api request&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X "GET" "https://api.spotify.com/v1/me" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer ACCESS_TOKEN"&lt;/LI-CODE&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;when I try in terminal or in our ETL tool to connect to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --request GET --url https://api-partner.spotify.com/ads-sandbox/v1/currentUser/adAccounts --header 'authorization: Bearer ACCESS_TOKEN'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"error":{"type":"NotFound","message":"Client ID not found. Please make sure you have signed the API Terms &amp;amp; Conditions here: https://adstudio.spotify.com/api-terms.","errors":[],"sp_trace_id":"XXXX"}}&lt;/LI-CODE&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;</description>
      <pubDate>Tue, 06 Dec 2022 13:51:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469184#M7269</guid>
      <dc:creator>katya_jamf</dc:creator>
      <dc:date>2022-12-06T13:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469497#M7275</link>
      <description>&lt;P&gt;Hi there -- our sandbox environment is still in beta and only available for certain users -- can you please update the url to call our production environment and let me know if that works? You just need to replace "ads-sandbox" with "ads" in the base url.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 02:17:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469497#M7275</guid>
      <dc:creator>charlotte48</dc:creator>
      <dc:date>2022-12-07T02:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469807#M7281</link>
      <description>&lt;P&gt;This worked, Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 15:29:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5469807#M7281</guid>
      <dc:creator>katya_jamf</dc:creator>
      <dc:date>2022-12-07T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5470044#M7287</link>
      <description>&lt;P&gt;can you please help with web playback API not working at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are two threads on the forum and i have sent an e-mail as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we cannot play anyhting at all in our app&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 23:40:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5470044#M7287</guid>
      <dc:creator>john_insomniac</dc:creator>
      <dc:date>2022-12-07T23:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5610678#M10024</link>
      <description>&lt;P&gt;Did you ever figure this out? Running into the same issue as well.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 16:23:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5610678#M10024</guid>
      <dc:creator>cLin407</dc:creator>
      <dc:date>2023-07-17T16:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5611290#M10044</link>
      <description>&lt;P&gt;Im also getting this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;url &lt;A href="https://api-partner.spotify.com/ads/v1.4/currentUser/adAccounts" target="_blank"&gt;https://api-partner.spotify.com/ads/v1.4/currentUser/adAccounts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"json": {&lt;BR /&gt;"error": {&lt;BR /&gt;"errors": [],&lt;BR /&gt;"message": "Client ID not found. Please make sure you have signed the API Terms &amp;amp; Conditions here: &lt;A href="https://adstudio.spotify.com/api-terms" target="_blank"&gt;https://adstudio.spotify.com/api-terms&lt;/A&gt;.",&lt;BR /&gt;"sp_trace_id": "ecd8b0ef-eba1-48e0-ba85-8dcb65f5f467",&lt;BR /&gt;"type": "NotFound"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"status": 404&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 21:09:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5611290#M10044</guid>
      <dc:creator>sarun</dc:creator>
      <dc:date>2023-07-18T21:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Client ID not found" for Spotify app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5612618#M10071</link>
      <description>&lt;P&gt;Hi all -- this error typically occurs when the user has missed a step in the &lt;A href="https://developer.spotify.com/documentation/ads-api/quick-start" target="_self"&gt;Quick Start guide.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please read through and ensure that you have completed all steps, including creating an Ad Studio account and signing the API terms. The credentials you are using to auth your API request should be the same as those associated with your Ad Studio account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: It may take up to 1 hour for your client ID to be allowlisted after you have signed the API terms.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 16:39:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/quot-Client-ID-not-found-quot-for-Spotify-app/m-p/5612618#M10071</guid>
      <dc:creator>charlotte48</dc:creator>
      <dc:date>2023-08-14T16:39:15Z</dc:date>
    </item>
  </channel>
</rss>

