<?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: Web API quota updates for Development Mode in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7555380#M22076</link>
    <description>&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;Entrei em contato com o suporte do Spotify anteriormente a respeito de uma solicitação de Modo de Cota Estendida para meu aplicativo de desenvolvedor.&lt;/P&gt;&lt;P&gt;Entendo que esta solicitação está fora do escopo do suporte geral ao usuário. Solicito gentilmente que esta mensagem seja encaminhada para a equipe do Spotify para Desenvolvedores ou que me forneçam o canal de contato correto para solicitações de extensão de cota da API Web para pequenos aplicativos em produção que ainda não se qualificam para o Programa de Parceiros.&lt;/P&gt;&lt;P&gt;Meu aplicativo está disponível na Google Play Store. Usuários reais estão sendo bloqueados com um erro 403 após concluírem com sucesso a autenticação OAuth do Spotify — unicamente devido ao limite de usuários do Modo de Desenvolvedor. Isso está prejudicando diretamente a credibilidade do aplicativo junto aos usuários finais.&lt;/P&gt;&lt;P&gt;Estou em total conformidade com todas as Políticas para Desenvolvedores e Termos de Serviço do Spotify. Estou simplesmente buscando uma solução para aplicativos legítimos de pequeno porte.&lt;/P&gt;&lt;P&gt;Qualquer ajuda para redirecionar esta solicitação para a equipe correta será muito apreciada.&lt;/P&gt;&lt;P&gt;Obrigado,&lt;BR /&gt;Marcos&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2026 22:22:38 GMT</pubDate>
    <dc:creator>Guaruja20</dc:creator>
    <dc:date>2026-09-14T22:22:38Z</dc:date>
    <item>
      <title>Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508852#M21756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey everyone, I've created this thread to share some updates to how quotas work for Development Mode apps on the Spotify Web API to help you better organize your projects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We've shared a Blog post that explains everything in detail. Here's the short version:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;What's changing&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Client ID limit increased from 1 to 25 per developer account&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Quota counting is now per developer account, not per Client ID — all your Development Mode apps share a single quota&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;We’re making it easier to distinguish quota limits from rate limits, so the 429 error responses now include a "reason": "QUOTA_EXCEEDED" field.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;What you need to do&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Handle the new 429 response body — use the reason field to distinguish quota limits from rate limits&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;If you use multiple Development Mode Client IDs, be aware they now share a single quota pool&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We'll do our best to answer questions in this thread, and we'll add any updates to this post..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 10:54:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508852#M21756</guid>
      <dc:creator>ThePodfather</dc:creator>
      <dc:date>2026-07-23T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508955#M21758</link>
      <description>&lt;P&gt;The increased client ID limit is definitely a step in the right direction; only being allowed one was incredibly restrictive. That said, I'm curious about how the shared quota affects existing apps. For those of us who had multiple client IDs &lt;EM&gt;before&lt;/EM&gt; the changes in February, I assume we were able to make more API calls overall since the quotas were per client ID. Now that they're combined, would this reduce the number of overall API calls before hitting the quota?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 12:47:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508955#M21758</guid>
      <dc:creator>AdamusEsq</dc:creator>
      <dc:date>2026-07-23T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508992#M21760</link>
      <description>&lt;P&gt;my account says&amp;nbsp;&lt;SPAN&gt;Development Mode but i tried creating a new app and it won't let me save. i have only one total app in my account.&lt;BR /&gt;&lt;BR /&gt;the OP said "&lt;/SPAN&gt;Client ID limit increased from 1 to 25 per developer account&lt;SPAN&gt;" so why am i still getting blocked from creating a second app? do i need to wait 24 hrs for the changes to take effect?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EDIT: i've been trying every 30m and finally i was able to add a second app! thre was a 4hr delay between when the announcement was made and when the site actually acknowledged the new changes&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 14:35:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7508992#M21760</guid>
      <dc:creator>garr1k</dc:creator>
      <dc:date>2026-07-23T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7509015#M21761</link>
      <description>&lt;P&gt;So quick question tangentially related to this. The developer mode limits me to 5 users and I see the extended Quota takes that to 25 but if I want to take my app live and have it accessible to more than 25 people. How on earth doI do that. And I also see there is a requirement for the quota extension for you to be a registered company so does that lock out hobby devs?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 14:02:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7509015#M21761</guid>
      <dc:creator>smotify</dc:creator>
      <dc:date>2026-07-23T14:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7510972#M21769</link>
      <description>&lt;P&gt;@smotify I am running into the same thing. I know I've done this in the past with no issue, but seems like some changes went into place earlier this year and now you need 250k monthly active users to go beyond 5 users per app? Is this Spotify's way of saying it's only allowing personal apps? Would love to know if anyone knows a way around this. Been working on a fun app the last few weeks and was bummed when I tried to share it with some friends and ran into this.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 17:59:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7510972#M21769</guid>
      <dc:creator>tylerpashigian</dc:creator>
      <dc:date>2026-07-25T17:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7511979#M21777</link>
      <description>&lt;P&gt;same. this is devastating...&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 02:26:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7511979#M21777</guid>
      <dc:creator>hkarlsen_06</dc:creator>
      <dc:date>2026-07-27T02:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7515240#M21792</link>
      <description>&lt;P&gt;&lt;SPAN&gt;@tylerpashigian I'm in the same boat, I run a yourspotify instance for me and my friends, and my plan currently is to have 25 yourspotify instances, capable of hosting 5 users each. This is completely stupid.&lt;BR /&gt;The spotify api is a very important piece of what made it so popular in the first place. It has allowed developers to create whatever their hearts desire and to share it with a small audience of friends and family. The api client application limits put in place have been detrimental to that original thriving ecosystem of developers, and with no clear reason behind moving to the new limits. Additionally, restricting extended quota to services that have 250 THOUSAND users is just plain stupid. How are any small spotify applications supposed to take off organically anymore?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 14:47:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7515240#M21792</guid>
      <dc:creator>eastoncrafter</dc:creator>
      <dc:date>2026-07-28T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7522228#M21832</link>
      <description>&lt;P&gt;I've been following this and the other thread around this limitations of the developer API. I've developed an app that's isn't going to be heavy on API requests and shouldn't hit any sort of limits. However, I can't publish it due to the user limit. The user is to log into to their own Spotify account to create playlists for themselves. How can we possibly reach 250,000 MAU if we can only launch a beta to 5 users?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 10:29:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7522228#M21832</guid>
      <dc:creator>Dover</dc:creator>
      <dc:date>2026-08-04T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7528194#M21862</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;Still I can't connect my HomeAssistant with Spotify integration however I have "development mode" at my app&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;The Spotify API has been changed and Developer applications created with a free account can no longer access the API. To continue using the Spotify integration, you should use an Spotify Developer application created with a Spotify Premium account, or upgrade to Spotify Premium.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 06:09:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7528194#M21862</guid>
      <dc:creator>Kumkwat</dc:creator>
      <dc:date>2026-08-11T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7531842#M21886</link>
      <description>&lt;P class=""&gt;I am developing a small event app for my family that is similar to Festify. To get the playback state, I was polling every 3 seconds because Spotify does not provide an event-based API for that, and I ran into the new limits, which are not really documented.&lt;/P&gt;&lt;P&gt;It feels like Spotify is treating every developer as a potential source of abuse by default. I will now work around this by falling back to 30-second polling during idle periods, but the fact that I need to do this at all feels wrong.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2026 13:39:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7531842#M21886</guid>
      <dc:creator>nylocx</dc:creator>
      <dc:date>2026-08-15T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7532781#M21894</link>
      <description>&lt;P&gt;Why is there no clearly defined quota and quota reset?&lt;BR /&gt;&lt;BR /&gt;I have hit 429 - QUOTA RATE EXCEEDED but there is nothing to guide me as to when this resets or not and requiring 250k monthly active users makes no sense if your app relies on Spotify to use in the first place&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2026 19:26:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7532781#M21894</guid>
      <dc:creator>bdev2026</dc:creator>
      <dc:date>2026-08-16T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7534546#M21922</link>
      <description>&lt;P&gt;It's been six months since we've been waiting for more clarity regarding the possible permanent status of the&amp;nbsp;&lt;SPAN&gt;250,000 MAU quota, which roughly is 5% of the adult population of my country and exceeds any reasonable startup status.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We currently launched our event based app with 150000 artists (techno) and have now fully integrated Soundcloud and Apple Music into our key features. While we understand that Spotify wants to limit the abuse of its valuable data, we hope that reasonable changes will happen in the near future for potential new partnerships, for solo entrepreneurs or businesses like us.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2026 23:10:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7534546#M21922</guid>
      <dc:creator>Sintypitch</dc:creator>
      <dc:date>2026-08-18T23:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7546802#M22025</link>
      <description>&lt;P&gt;**Development Mode API quota — guidance for designing well below the limit?**&lt;/P&gt;&lt;P&gt;I'm developing a personal Android Spotify companion app in Development Mode. I'm trying to design the app so that its normal operation stays comfortably below Spotify's Development Mode API quotas rather than simply reacting after receiving a `429 / QUOTA_EXCEEDED`.&lt;/P&gt;&lt;P&gt;I understand from Spotify's documentation that Development Mode requests are grouped into quota buckets, and that the specific bucket groupings and limits aren't published and may change.&lt;/P&gt;&lt;P&gt;Could Spotify provide some practical engineering guidance on what level of API usage a Development Mode app should target?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;* Is there a recommended maximum or target number of Web API requests per hour, day, week, or fortnight for a Development Mode developer account?&lt;BR /&gt;* What utilization level would Spotify consider comfortably below the Development Mode quota?&lt;BR /&gt;* What is the quota/reset period — hourly, daily, weekly, rolling, etc.?&lt;BR /&gt;* Do different endpoint groups have substantially different quotas?&lt;BR /&gt;* Are playlist metadata, playlist-item paging, playback-state polling, search, and playback-control requests in different quota buckets?&lt;BR /&gt;* When `reason: "QUOTA_EXCEEDED"` is returned, is there any way for an application to determine when that quota will reset?&lt;BR /&gt;* Is there any API response/header or Developer Dashboard information that lets a developer determine current quota consumption or remaining quota?&lt;BR /&gt;* Besides caching, playlist `snapshot_id`, batching/page-size optimization, lazy loading, and respecting `Retry-After`, are there other practices Spotify recommends specifically for staying comfortably below Development Mode quotas?&lt;/P&gt;&lt;P&gt;I'm not looking to maximize traffic up to the limit. I'd like to architect the application so normal use consumes only a small fraction of the available quota, but it's difficult to establish a safe design target without knowing the approximate scale or reset period.&lt;/P&gt;&lt;P&gt;Even guidance such as "design for fewer than X requests per user per day/week" or "keep normal operation below roughly X% of the quota" would be very helpful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 20:38:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7546802#M22025</guid>
      <dc:creator>nayborbob</dc:creator>
      <dc:date>2026-09-03T20:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7549518#M22040</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently getting a 429 QUOTA_EXCEEDED error with my Development Mode application.&lt;/P&gt;&lt;P&gt;I understand from the July 23, 2026 quota update that Development Mode quotas are calculated per developer account.&lt;/P&gt;&lt;P&gt;Could you please tell me &lt;STRONG&gt;where I can request a quota review or quota increase for my application&lt;/STRONG&gt;, if such an option is available?&lt;/P&gt;&lt;P&gt;This is quite urgent because I need my application to be working by &lt;STRONG&gt;1:00 PM tomorrow (September &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I am already reducing API requests by adding caching, deduplication, and avoiding unnecessary repeated searches.&lt;/P&gt;&lt;P&gt;Could you please point me to the correct request form, support channel, or process for this?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 14:43:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7549518#M22040</guid>
      <dc:creator>yu0223</dc:creator>
      <dc:date>2026-09-07T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7551241#M22053</link>
      <description>&lt;P&gt;I have been developing a Spotify controller app for smart watches for a while, and today read about this quota. This seems insane. How can a new developer get from 5 to 250000 with no capability to release an app to more than 5 people? Surely whoever came up with that idea wasn't thinking clearly? My app does not infringe on any of Spotify's rules, the app doesn't contravene any of their "not allowed" list, I've put serious time and effort into the watch app, the phone app etc and now it appears it was all for nothing....or so that a massive total of 5 people can enjoy it! When this will be addressed as this makes no sense for people who create apps that promote using Spotify.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 18:09:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7551241#M22053</guid>
      <dc:creator>paulmurray48</dc:creator>
      <dc:date>2026-09-09T18:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7554537#M22068</link>
      <description>&lt;P&gt;Hey Spotify, no responses to any posts in this thread?&lt;BR /&gt;Is there literally no way to have anything but either less than 5 users or OVER 250,000 users?? Do you understand how this is not just unlikely but literally impossible. What the **bleep** is this? Please respond.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 04:28:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7554537#M22068</guid>
      <dc:creator>josesmartin</dc:creator>
      <dc:date>2026-09-14T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7555361#M22075</link>
      <description>&lt;P&gt;também estou nessa situação, e o pior são aplicativos que vejo que estão fazendo que favorecem a própria platafomra deles!, o meu mesmo traz uma facilidade pra eles que se quiseem saber muitos aqui teriam o potencial de elevar a marca deles com seus aplicativos!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 21:56:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7555361#M22075</guid>
      <dc:creator>Guaruja20</dc:creator>
      <dc:date>2026-09-14T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web API quota updates for Development Mode</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7555380#M22076</link>
      <description>&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;Entrei em contato com o suporte do Spotify anteriormente a respeito de uma solicitação de Modo de Cota Estendida para meu aplicativo de desenvolvedor.&lt;/P&gt;&lt;P&gt;Entendo que esta solicitação está fora do escopo do suporte geral ao usuário. Solicito gentilmente que esta mensagem seja encaminhada para a equipe do Spotify para Desenvolvedores ou que me forneçam o canal de contato correto para solicitações de extensão de cota da API Web para pequenos aplicativos em produção que ainda não se qualificam para o Programa de Parceiros.&lt;/P&gt;&lt;P&gt;Meu aplicativo está disponível na Google Play Store. Usuários reais estão sendo bloqueados com um erro 403 após concluírem com sucesso a autenticação OAuth do Spotify — unicamente devido ao limite de usuários do Modo de Desenvolvedor. Isso está prejudicando diretamente a credibilidade do aplicativo junto aos usuários finais.&lt;/P&gt;&lt;P&gt;Estou em total conformidade com todas as Políticas para Desenvolvedores e Termos de Serviço do Spotify. Estou simplesmente buscando uma solução para aplicativos legítimos de pequeno porte.&lt;/P&gt;&lt;P&gt;Qualquer ajuda para redirecionar esta solicitação para a equipe correta será muito apreciada.&lt;/P&gt;&lt;P&gt;Obrigado,&lt;BR /&gt;Marcos&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 22:22:38 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-quota-updates-for-Development-Mode/m-p/7555380#M22076</guid>
      <dc:creator>Guaruja20</dc:creator>
      <dc:date>2026-09-14T22:22:38Z</dc:date>
    </item>
  </channel>
</rss>

