<?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 HTTP endpoint results in too_many_write_operations in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-endpoint-results-in-too-many-write-operations/m-p/221858#M11794</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When doing an initial sync with dropbox from our app we sometimes receive a 429 "too_many_write_operations"&lt;SPAN&gt;. I have read&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/reference/data-ingress-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/data-ingress-guide&lt;/A&gt; and want&amp;nbsp;to&amp;nbsp;check if using batch upload will "fix" this, meaning that there is no limit in write_operations. Is that correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:22:32 GMT</pubDate>
    <dc:creator>Lars2</dc:creator>
    <dc:date>2019-05-29T09:22:32Z</dc:date>
    <item>
      <title>HTTP endpoint results in too_many_write_operations</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-endpoint-results-in-too-many-write-operations/m-p/221858#M11794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When doing an initial sync with dropbox from our app we sometimes receive a 429 "too_many_write_operations"&lt;SPAN&gt;. I have read&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/reference/data-ingress-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/data-ingress-guide&lt;/A&gt; and want&amp;nbsp;to&amp;nbsp;check if using batch upload will "fix" this, meaning that there is no limit in write_operations. Is that correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-endpoint-results-in-too-many-write-operations/m-p/221858#M11794</guid>
      <dc:creator>Lars2</dc:creator>
      <dc:date>2019-05-29T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP endpoint results in too_many_write_operations</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-endpoint-results-in-too-many-write-operations/m-p/221921#M11806</link>
      <description>It won't remove the limit entirely, but it should certainly improve performance significantly.&lt;BR /&gt;&lt;BR /&gt;Essentially, the "too_many_write_operations" is a matter of "lock contention", in that multiple simultaneous calls to /files/upload try to take a lock and compete with each other. &lt;BR /&gt;&lt;BR /&gt;Using /files/upload_session/finish_batch instead consolidates where the lock is taken. Each call to /files/upload_session/finish_batch also takes a lock, but you can commit multiple files using that single call and lock, so it generally works out better than using multiple calls to /files/upload.</description>
      <pubDate>Thu, 18 May 2017 19:22:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-endpoint-results-in-too-many-write-operations/m-p/221921#M11806</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-18T19:22:20Z</dc:date>
    </item>
  </channel>
</rss>

