<?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: Inquiry about API Requests Limit and Pricing Plans in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Inquiry-about-API-Requests-Limit-and-Pricing-Plans/m-p/701530#M31268</link>
    <description>&lt;P&gt;1. The Dropbox API does have a general rate limiting system that applies to all account types, but we don't have specific rate numbers documented for that, and we cannot increase the limits for any particular app, user, or team. Apps should be written to handle these rate limit responses automatically. Also note that not all responses with a 429 or 503 status code indicate explicit rate limiting, but in any case that you get a response with 429 or 503 status code the best practice is to retry the request, respecting the Retry-After header if given in the response, or using an exponential back-off, if not. I recommend referring to the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#error-handling" target="_blank" rel="noopener noreferrer"&gt;error documentation&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/error-handling-guide" target="_blank" rel="noopener noreferrer"&gt;Error Handling Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, there is a specific limit for uploads to some Dropbox team plans of "1 billion API calls/month" for "data transport" &lt;A href="https://www.dropbox.com/plans?trigger=nr" target="_blank" rel="noopener noreferrer"&gt;noted here&lt;/A&gt;. This is a limit on the number of upload API calls that can be made per team per month, for certain Dropbox team plans only. Note that this only applies to upload calls, and not other types of calls. You can find more &lt;A href="https://www.dropbox.com/developers/reference/data-transport-limit" target="_blank" rel="noopener noreferrer"&gt;information on this limit in the developer documentation here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. There are no charges for hitting a rate limit. If the Dropbox API rejects a call due to rate limiting, it will just respond with an error response; this does not incur a cost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. No, the Dropbox API rate limiting system applies to all account types the same. It does mainly operate per-user though, so it will automatically accommodate more end-users connecting their Dropbox accounts to your app.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 15:19:32 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-07-26T15:19:32Z</dc:date>
    <item>
      <title>Inquiry about API Requests Limit and Pricing Plans</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Inquiry-about-API-Requests-Limit-and-Pricing-Plans/m-p/701506#M31267</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have been utilizing your API services to integrate with your platform, and provide valuable features to our users. We have some questions regarding the API requests limit and associated pricing, and we would greatly appreciate your assistance in clarifying these matters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. API Requests Limit: Could you please provide us with information on the current API requests limit for our company’s account? We would like to understand if there is a maximum number of requests allowed within a specific time frame.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Additional Charges: In the event that we exceed the API requests limit, we would like to know if there are any additional charges for the extra API requests. Having clarity on this matter will help us in budgeting and planning for potential increased usage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Pricing Plans: Are there any available pricing plans that offer higher API requests limits? As we anticipate continued growth in our user base, we are interested in exploring options for higher-tier plans that align with our evolving requirements. We would appreciate information on the various pricing tiers and their features.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We highly value the services your platform provides and the benefits it brings to our company and customers. Understanding the API limits and pricing plans will allow us to make well-informed decisions and ensure a seamless experience for our users.&lt;/SPAN&gt;&lt;SPAN&gt;Thank you for your attention to this matter. We look forward to your prompt response.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 14:13:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Inquiry-about-API-Requests-Limit-and-Pricing-Plans/m-p/701506#M31267</guid>
      <dc:creator>Adeel1</dc:creator>
      <dc:date>2023-07-26T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry about API Requests Limit and Pricing Plans</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Inquiry-about-API-Requests-Limit-and-Pricing-Plans/m-p/701530#M31268</link>
      <description>&lt;P&gt;1. The Dropbox API does have a general rate limiting system that applies to all account types, but we don't have specific rate numbers documented for that, and we cannot increase the limits for any particular app, user, or team. Apps should be written to handle these rate limit responses automatically. Also note that not all responses with a 429 or 503 status code indicate explicit rate limiting, but in any case that you get a response with 429 or 503 status code the best practice is to retry the request, respecting the Retry-After header if given in the response, or using an exponential back-off, if not. I recommend referring to the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#error-handling" target="_blank" rel="noopener noreferrer"&gt;error documentation&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/error-handling-guide" target="_blank" rel="noopener noreferrer"&gt;Error Handling Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, there is a specific limit for uploads to some Dropbox team plans of "1 billion API calls/month" for "data transport" &lt;A href="https://www.dropbox.com/plans?trigger=nr" target="_blank" rel="noopener noreferrer"&gt;noted here&lt;/A&gt;. This is a limit on the number of upload API calls that can be made per team per month, for certain Dropbox team plans only. Note that this only applies to upload calls, and not other types of calls. You can find more &lt;A href="https://www.dropbox.com/developers/reference/data-transport-limit" target="_blank" rel="noopener noreferrer"&gt;information on this limit in the developer documentation here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. There are no charges for hitting a rate limit. If the Dropbox API rejects a call due to rate limiting, it will just respond with an error response; this does not incur a cost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. No, the Dropbox API rate limiting system applies to all account types the same. It does mainly operate per-user though, so it will automatically accommodate more end-users connecting their Dropbox accounts to your app.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 15:19:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Inquiry-about-API-Requests-Limit-and-Pricing-Plans/m-p/701530#M31268</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-26T15:19:32Z</dc:date>
    </item>
  </channel>
</rss>

