<?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: /files/save_url has high rate of failure in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747236#M32831</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1796744"&gt;@julio_diniz_perdigao&lt;/a&gt; There isn't webhook functionality specifically for /2/files/save_url jobs, but &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank"&gt;webhooks&lt;/A&gt; would be sent for files added via /2/files/save_url in a connected account just like files from any other source. To check the status of any particular /2/files/save_url job, you should poll &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-save_url-check_job_status" target="_blank"&gt;/2/files/save_url/check_job_status&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 14:55:06 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-01-26T14:55:06Z</dc:date>
    <item>
      <title>/files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612009#M28288</link>
      <description>&lt;P&gt;Hi, I am currently testing using the /files/save_url API endpoint and am experiencing a high rate of failure. I am testing using a set of 6 small image files stored in S3-compatible storage environments, and using their public URLs with the aforementioned API endpoint. In every test run, there is at least one file that fails to be created in Dropbox, and it is a different file from the set each time. A file that fails in test #1 will succeed in tests #2, #3 and fail again in test #4 etc. These image files are standard .jpg files and generally 500kb or less.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon checking the status of the API requests using /files/save_url/check_job_status, the failed IDs return the "download_failed" response. I know there is a 5 minute limit on file transfers using /files/save_url, however all these failed IDs are returning their failure response only a few seconds after initiating the API request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may be worth mentioning that the API requests to /files/save_url are occurring all together. I don't believe the URLs are being rate-limited on the S3-compatible storage side, as it is tested with multiple environments, including self-hosted storage without such restrictions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Done some googling, found some users with the same issue, but unable to find anything that resolves the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some example failed job IDs:&lt;/P&gt;&lt;PRE&gt;nJekCKfZPnwAAAAAAAAAAQ&lt;BR /&gt;aPQH1k_ei7cAAAAAAAAAAQ&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 05:35:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612009#M28288</guid>
      <dc:creator>bb-jacin</dc:creator>
      <dc:date>2022-07-26T05:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612119#M28293</link>
      <description>&lt;P&gt;Thanks for the report! It looks like this is hitting an internal constraint. We'll look into what we may be able do about that. In the meantime, to work around this, you may want to add an automatic retry or two (i.e., starting at save_url again for the relevant URL) when this occurs.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 15:25:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612119#M28293</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-07-26T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612203#M28301</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thanks for the report! It looks like this is hitting an internal constraint. We'll look into what we may be able do about that. In the meantime, to work around this, you may want to add an automatic retry or two (i.e., starting at save_url again for the relevant URL) when this occurs.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks for the response. Unfortunately, our intended use case for our Dropbox API implementation would result in us transferring a greater amount than 6 files at once, so automatic retries would not really be viable at the current rate of failure. Are you able to provide any information on what this internal constraint is? If so, we may be able to work around it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 23:30:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612203#M28301</guid>
      <dc:creator>bb-jacin</dc:creator>
      <dc:date>2022-07-26T23:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612312#M28308</link>
      <description>&lt;P&gt;I don't have much more specific information to share, but it does seem that it may be related to issuing multiple jobs at or around the same time, likely resulting in the same sort of &lt;A href="https://developers.dropbox.com/dbx-performance-guide" target="_blank"&gt;lock contention discussed here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll also pass this along as a feature request for a batch version of this call to better support use cases where you need to submit many of these, but I can't promise if or when that might be implemented.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 13:14:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/612312#M28308</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-07-27T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747163#M32828</link>
      <description>&lt;P&gt;Documentation says 15 minutes to upload using save_url and here, you said that is 5 minutes. The doc was update and we can trust it? Or it's really 5 minutes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 03:12:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747163#M32828</guid>
      <dc:creator>julio_diniz_perdigao</dc:creator>
      <dc:date>2024-01-26T03:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747221#M32829</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1796744"&gt;@julio_diniz_perdigao&lt;/a&gt; The &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-save_url" target="_blank"&gt;documentation for /2/files/save_url&lt;/A&gt; is correct; the limit was changed from 5 minutes to 15 minutes in 2023.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747221#M32829</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-01-26T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747227#M32830</link>
      <description>&lt;P&gt;Great! Another question: This method has an webhook or we need to check for updates periodically using save_url/check_job_status to see if process was done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:37:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747227#M32830</guid>
      <dc:creator>julio_diniz_perdigao</dc:creator>
      <dc:date>2024-01-26T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: /files/save_url has high rate of failure</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747236#M32831</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1796744"&gt;@julio_diniz_perdigao&lt;/a&gt; There isn't webhook functionality specifically for /2/files/save_url jobs, but &lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank"&gt;webhooks&lt;/A&gt; would be sent for files added via /2/files/save_url in a connected account just like files from any other source. To check the status of any particular /2/files/save_url job, you should poll &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-save_url-check_job_status" target="_blank"&gt;/2/files/save_url/check_job_status&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:55:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-save-url-has-high-rate-of-failure/m-p/747236#M32831</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-01-26T14:55:06Z</dc:date>
    </item>
  </channel>
</rss>

