<?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 Error message received from Http Server, Code 429: too_many_write_operations/...; Caused by: Error m in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/328395#M19242</link>
    <description>&lt;P&gt;We are running into these error codes when using the upload APIs to upload files from our application. It happens about 3 or 4 times a day for this integration and we run every 15 minutes.&lt;/P&gt;&lt;P&gt;Any suggestions on how to mitigate these errors?&lt;/P&gt;&lt;P&gt;Am also sometimes seeing this error too: (409) - Error message received from Http Server, Code 409: path/conflict/file/.; Caused by: Error message received from Http Server, Code 409: path/conflict/file/.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:08:00 GMT</pubDate>
    <dc:creator>mxoh</dc:creator>
    <dc:date>2019-05-29T09:08:00Z</dc:date>
    <item>
      <title>Error message received from Http Server, Code 429: too_many_write_operations/...; Caused by: Error m</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/328395#M19242</link>
      <description>&lt;P&gt;We are running into these error codes when using the upload APIs to upload files from our application. It happens about 3 or 4 times a day for this integration and we run every 15 minutes.&lt;/P&gt;&lt;P&gt;Any suggestions on how to mitigate these errors?&lt;/P&gt;&lt;P&gt;Am also sometimes seeing this error too: (409) - Error message received from Http Server, Code 409: path/conflict/file/.; Caused by: Error message received from Http Server, Code 409: path/conflict/file/.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/328395#M19242</guid>
      <dc:creator>mxoh</dc:creator>
      <dc:date>2019-05-29T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error message received from Http Server, Code 429: too_many_write_operations/...; Caused by: Err</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/328461#M19243</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The 'too_many_write_operations' error indicates "lock contention". That's a result of how Dropbox works on the backend. This is a technical inability to make a modification in the account or shared folder at the time of the API call. This error indicates that there was simultaneous activity in the account, shared folder, or app folder preventing your app from making the state-modifying call (e.g., adding, editing, moving, or deleting files) it is attempting. The simultaneous activity could be coming from your app itself, or elsewhere, e.g., from the user's desktop client. It can come from the same user, or another member of a shared folder.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;You can find more information about lock contention here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/data-ingress-guide" rel="noreferrer" target="_blank"&gt;https://www.dropbox.com/developers/reference/data-ingress-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, to avoid this error, you should avoid making multiple concurrent state modifications. E.g., don't issue multiple such requests at a time, and use batch endpoints whenever possible. That won't guarantee that you won't run in to this error though, as contention can still come from other sources, so you may also want to implement automatic retries in your app&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 'path/conflict/file' error indicates that the file couldn't be uploaded because there's already a file at the specified path. You can control what happens in this case using the 'mode' and 'autorename' parameters. You can find more information on this in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;the upload documentation&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 13:40:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/328461#M19243</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-13T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error message received from Http Server, Code 429: too_many_write_operations/...; Caused by: Err</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/339011#M19690</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/428509"&gt;@mxoh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;We are running into these error codes when using the upload APIs to upload files from our application. It happens about 3 or 4 times a day for this integration and we run every 15 minutes.&lt;/P&gt;&lt;P&gt;Any suggestions on how to mitigate these errors?&lt;/P&gt;&lt;P&gt;Am also sometimes seeing this error too: (409) - Error message received from Http Server, Code 409: path/conflict/file/.; Caused by: Error message received from Http Server, Code 409: path/conflict/file/.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 17:26:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-message-received-from-Http-Server-Code-429-too-many-write/m-p/339011#M19690</guid>
      <dc:creator>slytaylor1122</dc:creator>
      <dc:date>2019-04-12T17:26:33Z</dc:date>
    </item>
  </channel>
</rss>

