<?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: Rate limiting when uploading files with rclone in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451318#M23395</link>
    <description>&lt;P&gt;I have implemented batching, and yes it does make a HUGE difference. In fact for my test directory with 200MB of small images (average size 400k) it transfers it 20x faster!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the major disadvantage for rclone is that it can't check the hashes of the uploaded files any more. This is because the batch completes after rclone has finished with the input file due to the architecture of rclone. However the user can run "rclone check" after transfers and that is what I'll recommend to users using the batching feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So thank you for pointing me at that feature. It makes a huge difference.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2020 10:43:52 GMT</pubDate>
    <dc:creator>ncw</dc:creator>
    <dc:date>2020-09-07T10:43:52Z</dc:date>
    <item>
      <title>Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450542#M23386</link>
      <description>&lt;P&gt;I've received complaints from &lt;A href="https://rclone.org" target="_blank" rel="noopener"&gt;rclone&lt;/A&gt; users that file uploads are progressing really slowly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Digging into it what I see is this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2020-09-03 11:44:33 DEBUG : too_many_requests/: Too many requests or write operations. Trying again in 15 seconds.&lt;/P&gt;
&lt;P&gt;What happened there is rclone received the `upload failed: too_many_requests` error and backed off for 15 seconds according to the Retry-After header.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox didn't used to do this with rclone so I suspect we've hit some sort of rate limiting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that rclone has 35,000 users at Dropbox generating 60M API calls per day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure this is the right channel for this kind of support - maybe rclone should be a tech partner?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help much appreciated - thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nick Craig-Wood&lt;/P&gt;
&lt;P&gt;&lt;A href="https://rclone.org" target="_blank" rel="noopener"&gt;Rclone&lt;/A&gt; lead developer&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;[email removed as per &lt;A href="https://www.dropboxforum.com/t5/About-the-Dropbox-Community/Community-Guidelines/m-p/325896#M245" target="_blank" rel="noopener"&gt;Community Guidelines&lt;/A&gt;]&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:12:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450542#M23386</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-03T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450581#M23388</link>
      <description>&lt;P&gt;Thanks for the report Nick! This may be due to some changes about how we return rate limit/lock contention errors and their Retry-After time windows. We'll look into it, but for reference, can you let me know, to the best of your knowledge, when you started seeing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, does rclone ever submit multiple uploads for the same "&lt;A href="https://www.dropbox.com/lp/developers/reference/dbx-team-files-guide#namespaces" target="_self"&gt;namespace&lt;/A&gt;" at the same time? If so, I&amp;nbsp;recommend reviewing &lt;A href="https://www.dropbox.com/lp/developers/reference/dbx-performance-guide" target="_self"&gt;the Performance Guide&lt;/A&gt;, if you haven't already. In particular check out the "Batch Upload" section for guidance on how to most efficiently upload multiple files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, for support for issues like this, you can always find us on the forum here, or contact us directly by &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;opening an API ticket here&lt;/A&gt;. Either way is fine. If you would additionally like to consider becoming technology partner, you can find &lt;A href="https://www.dropbox.com/business/technology-partners" target="_self"&gt;more information and an application form here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:25:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450581#M23388</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-03T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450649#M23389</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;We'll look into it, but for reference, can you let me know, to the best of your knowledge, when you started seeing this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately these errors don't show up in the integration tests logs otherwise I'd have an accurate timeline for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I received the first user report about this on the 2nd September 2020 and I verified it for myself today. The user that reported it to me was a new user though and it is possible/likely that the problem existed before then.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;Also, does rclone ever submit multiple uploads for the same "&lt;A href="https://www.dropbox.com/lp/developers/reference/dbx-team-files-guide#namespaces" target="_self" rel="noopener noreferrer"&gt;namespace&lt;/A&gt;" at the same time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes it does. My understanding that a namespace could be a folder so rclone does uploads lots of file to the same folder and this is indeed the problem area that I'm seeing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like batch uploads could be helpful. Will they make a lot of performance difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The API doesn't look hard to implement but batch uploads are really bad fit architecturally for rclone - I'll need to think how that might work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I ran my tests again now and it looks like rclone is rate limited to uploading 2 ish files per second. After about 100 uploads I start seeing the `too_many_requests`&lt;/SPAN&gt;&lt;SPAN&gt; errors with a Retry-After of 15s.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does batch uploading work-around that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the contact links - I couldn't find the developer ticket option earlier!&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="ewe_edit_button"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="ewe_edit_button"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Sep 2020 18:33:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450649#M23389</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-03T18:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450665#M23390</link>
      <description>&lt;P&gt;Thanks for the information! I'll follow up here once I have an update on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That batch upload functionality can improve performance overall, especially when you are seeing contention issues, but it will vary from case to case. It helps by only taking a lock once per batch, as opposed to once per file.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:00:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/450665#M23390</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-03T20:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451318#M23395</link>
      <description>&lt;P&gt;I have implemented batching, and yes it does make a HUGE difference. In fact for my test directory with 200MB of small images (average size 400k) it transfers it 20x faster!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the major disadvantage for rclone is that it can't check the hashes of the uploaded files any more. This is because the batch completes after rclone has finished with the input file due to the architecture of rclone. However the user can run "rclone check" after transfers and that is what I'll recommend to users using the batching feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So thank you for pointing me at that feature. It makes a huge difference.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 10:43:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451318#M23395</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-07T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451692#M23407</link>
      <description>&lt;P&gt;Great, thanks for following up! I'm glad to hear it helps a lot in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:35:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451692#M23407</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-08T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451909#M23413</link>
      <description>&lt;P&gt;My Test user is uploading 10TB of images. So lots of 2-3MB files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using batching the upload is proceeding very quickly (at about 35MB/s) which is great. However every 30 minutes or so they get this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;too_many_requests/.: Too many requests or write operations.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Along with a 300 second Retry-After which rclone obeys.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Rclone is now using batching of 1000 files at a time. It only sends one batch at a time and waits for it to complete. I think that is all the ingredients for successful batching.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;If I upload lots of very small (10 byte) files, I can provoke this message after uploading about 5000 of them.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Any ideas on how I can avoid this 300 second lockout? I tried pacing the uploads but it didn't seem to help.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Thanks&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 09:41:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451909#M23413</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-09T09:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451987#M23415</link>
      <description>&lt;P&gt;That rate limit with the longer Retry-After should just be a result of making a very large number of API calls for a particular user in a short period of time (as opposed to lock contention). If you're sending thousands of requests very quickly like that, you can run in to it. (It sounds like you would have normally run in to lock contention before you hit this limit, but that's no longer an issue with the batch commit so you can run much faster.) The only way to avoid this then is to just call at a slower rate. It sounds like you already tried that, but if it didn't help you'll need to limit it further.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:51:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/451987#M23415</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-09T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/452677#M23429</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;The only way to avoid this then is to just call at a slower rate. It sounds like you already tried that, but if it didn't help you'll need to limit it further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried limiting it to 10 per second.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll do some experiments to see what I think the right number is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or even better do you have a figure you could tell me?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 16:31:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/452677#M23429</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-11T16:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/452684#M23430</link>
      <description>&lt;P&gt;Unfortunately I don't&amp;nbsp;have any specific rate limit numbers to share.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 17:13:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/452684#M23430</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-11T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453816#M23440</link>
      <description>&lt;P&gt;A bit of experimenting makes us think that if we can at or below 12 transactions per second then we don't get rate limited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know you can't confirm or deny that&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;but maybe you can give us the secret wink or something like that &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 14:12:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453816#M23440</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-16T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453837#M23442</link>
      <description>&lt;P&gt;I'm glad to hear you got this working well. I can't share any guidance on the rate limiting parameters though, as we try not to encourage apps to rely on hard-coded limits, as the system can change over time. So, make sure your app is still able to always check and use the returned Retry-After value.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 15:04:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453837#M23442</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-16T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453875#M23444</link>
      <description>&lt;P&gt;Sure thing, we obey Retry-After.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll just note that Google Drive specifies the queries per second per user publically which is 1000 queries per 100 seconds and it is very helpful for app developers to know. You see that number in your app console and you can set it to fewer queries per second if you want. Rclone could deliver API hits at 1000/s so having some published guidance is useful here! Maybe you could pass that on to the dev team?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only Retry-After values I've seen are 15s and 300s, both of which are too long to use as an effective rate limiter - users get annoyed that rclone has crashed and stop it if it waits for 15 seconds or 300 seconds. I'd much rather have a 5s Retry-After more often.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="ewe_edit_button"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Sep 2020 17:50:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453875#M23444</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2020-09-16T17:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453877#M23445</link>
      <description>&lt;P&gt;Thanks for the detailed feedback! I'm sharing this with the team.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 17:53:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/453877#M23445</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-16T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/484943#M24375</link>
      <description>&lt;P&gt;Very glad to see dropbox collaborating with rclone! Both are great tools/services. I really appreciate the colloration here!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 20:26:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/484943#M24375</guid>
      <dc:creator>Trevor K Smith</dc:creator>
      <dc:date>2021-01-06T20:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rate limiting when uploading files with rclone</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/643917#M29577</link>
      <description>&lt;P&gt;@ncw How do you implement the batching? I am getting this error on a regular basis and its quite annoying.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 10:18:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Rate-limiting-when-uploading-files-with-rclone/m-p/643917#M29577</guid>
      <dc:creator>capturemomentsphotography209</dc:creator>
      <dc:date>2022-12-14T10:18:53Z</dc:date>
    </item>
  </channel>
</rss>

