<?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 client.files().downloadBuilder drops download speed suddenly in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/761781#M33284</link>
    <description>&lt;P&gt;I use this simplified java code to download some binary files:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;DbxClientV2 client;//some client&lt;BR /&gt;String filePath;//some file path&lt;BR /&gt;&lt;BR /&gt;OutputStream out;//some output stream&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try (DbxDownloader&amp;lt;FileMetadata&amp;gt; dbxDownloader = client.files().downloadBuilder(filePath).start()) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; dbxDownloader.download(out);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This code works fine generally and I get download speed from 7 to 23 mbps which is fine. The problem is that sometimes download speed drops to 1-2 &amp;nbsp;mbps which is really bad. Here is an application log:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2024-04-04 12:04:33.574 24309-24501 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 18, file: id:10UWZKWhJqcAAAAAAAJBqQ, size: 2371380&lt;BR /&gt;2024-04-04 12:04:38.965 24309-24522 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBqg, size: 2928566&lt;BR /&gt;2024-04-04 12:04:44.306 24309-24524 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBqw, size: 2956275&lt;BR /&gt;2024-04-04 12:04:47.684 24309-24527 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBrA, size: 2407644&lt;BR /&gt;2024-04-04 12:04:52.196 24309-24553 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBrQ, size: 2952367&lt;BR /&gt;2024-04-04 12:04:57.285 24309-24564 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBrg, size: 2940233&lt;BR /&gt;2024-04-04 12:05:03.335 24309-24569 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBrw, size: 2378543&lt;BR /&gt;2024-04-04 12:05:04.833 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBsA, size: 2424970&lt;BR /&gt;2024-04-04 12:05:15.569 24309-24582 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBsg, size: 2987888&lt;BR /&gt;2024-04-04 12:05:24.744 24309-24591 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBtA, size: 2391865&lt;BR /&gt;2024-04-04 12:05:29.365 24309-24592 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBtg, size: 2919918&lt;BR /&gt;2024-04-04 12:05:29.664 24309-24573 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBsQ, size: 2932285&lt;BR /&gt;2024-04-04 12:05:33.909 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBtw, size: 2439522&lt;BR /&gt;2024-04-04 12:05:43.774 24309-24600 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBuQ, size: 2939836&lt;BR /&gt;2024-04-04 12:05:48.715 24309-24601 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBug, size: 2983021&lt;BR /&gt;2024-04-04 12:05:52.969 24309-24598 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBuA, size: 2959283&lt;BR /&gt;2024-04-04 12:05:53.920 24309-24703 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBuw, size: 2967235&lt;BR /&gt;2024-04-04 12:06:00.351 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 7, file: id:10UWZKWhJqcAAAAAAAJBvA, size: 2914084&lt;BR /&gt;2024-04-04 12:06:02.282 24309-24720 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBvQ, size: 2392119&lt;BR /&gt;2024-04-04 12:06:08.013 24309-24726 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBvg, size: 2966248&lt;BR /&gt;2024-04-04 12:06:11.106 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBvw, size: 2414962&lt;BR /&gt;2024-04-04 12:06:16.789 24309-24734 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBwA, size: 2951212&lt;BR /&gt;2024-04-04 12:06:21.424 24309-24745 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBwQ, size: 2388051&lt;BR /&gt;2024-04-04 12:06:31.055 24309-24748 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBxA, size: 2926640&lt;BR /&gt;2024-04-04 12:06:33.903 24309-24749 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBxQ, size: 2421943&lt;BR /&gt;2024-04-04 12:06:40.335 24309-24751 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBxg, size: 2928264&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the following records:&lt;BR /&gt;&lt;BR /&gt;2024-04-04 12:05:29.664 24309-24573 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBsQ, size: 2932285&lt;/P&gt;&lt;DIV&gt;2024-04-04 12:05:52.969 24309-24598 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBuA, size: 2959283&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Why is that?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And yes: I DON'T have problems with the internet -- speed dropping occurs on different network environments -- lan, wifi, mobile internet.&lt;/DIV&gt;</description>
    <pubDate>Thu, 04 Apr 2024 09:16:23 GMT</pubDate>
    <dc:creator>programmer</dc:creator>
    <dc:date>2024-04-04T09:16:23Z</dc:date>
    <item>
      <title>client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/761781#M33284</link>
      <description>&lt;P&gt;I use this simplified java code to download some binary files:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;DbxClientV2 client;//some client&lt;BR /&gt;String filePath;//some file path&lt;BR /&gt;&lt;BR /&gt;OutputStream out;//some output stream&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try (DbxDownloader&amp;lt;FileMetadata&amp;gt; dbxDownloader = client.files().downloadBuilder(filePath).start()) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; dbxDownloader.download(out);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This code works fine generally and I get download speed from 7 to 23 mbps which is fine. The problem is that sometimes download speed drops to 1-2 &amp;nbsp;mbps which is really bad. Here is an application log:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2024-04-04 12:04:33.574 24309-24501 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 18, file: id:10UWZKWhJqcAAAAAAAJBqQ, size: 2371380&lt;BR /&gt;2024-04-04 12:04:38.965 24309-24522 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBqg, size: 2928566&lt;BR /&gt;2024-04-04 12:04:44.306 24309-24524 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBqw, size: 2956275&lt;BR /&gt;2024-04-04 12:04:47.684 24309-24527 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBrA, size: 2407644&lt;BR /&gt;2024-04-04 12:04:52.196 24309-24553 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBrQ, size: 2952367&lt;BR /&gt;2024-04-04 12:04:57.285 24309-24564 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBrg, size: 2940233&lt;BR /&gt;2024-04-04 12:05:03.335 24309-24569 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBrw, size: 2378543&lt;BR /&gt;2024-04-04 12:05:04.833 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBsA, size: 2424970&lt;BR /&gt;2024-04-04 12:05:15.569 24309-24582 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBsg, size: 2987888&lt;BR /&gt;2024-04-04 12:05:24.744 24309-24591 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBtA, size: 2391865&lt;BR /&gt;2024-04-04 12:05:29.365 24309-24592 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBtg, size: 2919918&lt;BR /&gt;2024-04-04 12:05:29.664 24309-24573 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBsQ, size: 2932285&lt;BR /&gt;2024-04-04 12:05:33.909 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBtw, size: 2439522&lt;BR /&gt;2024-04-04 12:05:43.774 24309-24600 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBuQ, size: 2939836&lt;BR /&gt;2024-04-04 12:05:48.715 24309-24601 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBug, size: 2983021&lt;BR /&gt;2024-04-04 12:05:52.969 24309-24598 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBuA, size: 2959283&lt;BR /&gt;2024-04-04 12:05:53.920 24309-24703 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBuw, size: 2967235&lt;BR /&gt;2024-04-04 12:06:00.351 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 7, file: id:10UWZKWhJqcAAAAAAAJBvA, size: 2914084&lt;BR /&gt;2024-04-04 12:06:02.282 24309-24720 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBvQ, size: 2392119&lt;BR /&gt;2024-04-04 12:06:08.013 24309-24726 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBvg, size: 2966248&lt;BR /&gt;2024-04-04 12:06:11.106 24309-24472 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBvw, size: 2414962&lt;BR /&gt;2024-04-04 12:06:16.789 24309-24734 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBwA, size: 2951212&lt;BR /&gt;2024-04-04 12:06:21.424 24309-24745 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBwQ, size: 2388051&lt;BR /&gt;2024-04-04 12:06:31.055 24309-24748 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBxA, size: 2926640&lt;BR /&gt;2024-04-04 12:06:33.903 24309-24749 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 19, file: id:10UWZKWhJqcAAAAAAAJBxQ, size: 2421943&lt;BR /&gt;2024-04-04 12:06:40.335 24309-24751 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 23, file: id:10UWZKWhJqcAAAAAAAJBxg, size: 2928264&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the following records:&lt;BR /&gt;&lt;BR /&gt;2024-04-04 12:05:29.664 24309-24573 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBsQ, size: 2932285&lt;/P&gt;&lt;DIV&gt;2024-04-04 12:05:52.969 24309-24598 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D &amp;nbsp;loading file: speed: 1, file: id:10UWZKWhJqcAAAAAAAJBuA, size: 2959283&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Why is that?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And yes: I DON'T have problems with the internet -- speed dropping occurs on different network environments -- lan, wifi, mobile internet.&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Apr 2024 09:16:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/761781#M33284</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-04T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762110#M33312</link>
      <description>&lt;P&gt;Your connection speed to Dropbox depends on the routing you get between your ISP and our servers, and may be slower than your ISP's rated speeds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes resetting or retrying your connection gets you a different route and better speeds, but that is outside of our control. Some ISPs also throttle sustained connections so if you see an initial high connection speed followed by lower speeds, that could be the reason.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:34:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762110#M33312</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762111#M33313</link>
      <description>&lt;P&gt;Unfortunately the issue is not about my ISP. The same application code works fine for hours if using google drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could try to check if it is a plan related issue, but I can't -- my country is not in the list on payment form. Could you give me a "Plus" plan for a couple of days? I will tell which account for.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:36:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762111#M33313</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762112#M33314</link>
      <description>&lt;P&gt;The network route/performance between you and the Dropbox servers may be different than that between you and the Google servers, so that may not be a useful comparison.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't give you a free temporary upgrade, but the connection speed is not dependent on your plan type anyway.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:39:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762112#M33314</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762113#M33315</link>
      <description>&lt;P&gt;I understand that all can be explained the way that the things depend on depend on depend on ... The reality is it works for google drive and works poorly for dropbox. So that I can not suggest the users of my application to choose dropbox and only allow them to use google.&lt;BR /&gt;&lt;BR /&gt;I would suggest you check on your site the logs or whatever given the file ids from the log I gave you. If you need fresh logs I can provide it.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:46:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762113#M33315</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762117#M33319</link>
      <description>&lt;P&gt;Thanks for the feedback! Unfortunately I can neither look up nor modify your connection speed based on the file IDs (or other identifiers) though.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:47:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762117#M33319</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762119#M33320</link>
      <description>&lt;P&gt;And how does it happen that it is reproducable using 2 different ISP on my side?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:48:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762119#M33320</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T13:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: client.files().downloadBuilder drops download speed suddenly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762180#M33323</link>
      <description>&lt;P&gt;I can't offer insight on what your ISP(s) may or may not be doing, but if you have any questions regarding that you may want to reach out to them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, there would be other factors out of our control impacting the actual connection speed you see in practice anyway. I also notice that in the log you shared the timestamps seem to be very close to each other, so it seems like you may be running these in parallel; there may be some natural congestion/variabaility based on how you're queuing/pooling these.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you believe there's an issue with the Dropbox API or SDK itself though, feel free to share the reset of the necessary code and steps to reproduce the issue and we'll be happy to take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:50:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/m-p/762180#M33323</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T17:50:54Z</dc:date>
    </item>
  </channel>
</rss>

