<?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: Dropbox only able to batch upload less than 1000 files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/236163#M13010</link>
    <description>&lt;P&gt;Thanks Greg!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 13:51:32 GMT</pubDate>
    <dc:creator>DboxDeveloper</dc:creator>
    <dc:date>2017-08-09T13:51:32Z</dc:date>
    <item>
      <title>Dropbox only able to batch upload less than 1000 files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235728#M12954</link>
      <description>&lt;P&gt;Is there a 1000 limit for the number of files you can batch upload to dropbox? I get this error. Is there a way to get around it? Is the 1000 limit only for 1 folder or&amp;nbsp;the entire dropbox folder? For example if i have 6000 files I put each 1000 files into a folder so I would have 6 folders?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;UploadSessionFinishArg(cursor=UploadSessionCursor(session_id=u'AAAAAAAApg1yXdu4_1yHWw', offset=244607), commit=CommitInfo(path=u'/photoID_922.png', mode=WriteMode(u'add', None), autorename=False, client_modified=None, mute=False)), UploadSessionFinishArg(cursor=UploadSessionCursor(session_id=u'AAAAAAAAmqlWkOe9OmBVKA', offset=178395), commit=CommitInfo(path=u'/photoID_933.png', mode=WriteMode(u'add', None), autorename=False, client_modified=None, mute=False)), UploadSessionFinishArg(cursor=UploadSessionCursor(session_id=u'AAAAAAAAmOHorufFmJn4cg', offset=244515), commit=CommitInfo(path=u'/photoID_934.png', mode=WriteMode(u'add', None), autorename=False, client_modified=None, mute=False)), UploadSessionFinishArg(cursor=UploadSessionCursor(session_id=u'AAAAAAAAlieQdLhMNAbczw', offset=48027), commit=CommitInfo(path=u'/photoID_958.png', mode=WriteMode(u'add', None), autorename=False, client_modified=None, mute=False))] has more than 1000 items";
RequestId = 5f1383f404f0ea19dad623eac59b9e3d;
StatusCode = 400;
UserMessage = nil;
}];&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:13:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235728#M12954</guid>
      <dc:creator>DboxDeveloper</dc:creator>
      <dc:date>2020-05-29T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox only able to batch upload less than 1000 files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235804#M12963</link>
      <description>&lt;P&gt;There is a limit of 1000 files per upload batch. (The &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)batchUploadFiles:queue:progressBlock:responseBlock:" target="_self"&gt;batchUploadFiles&lt;/A&gt;&amp;nbsp;method is implemented using &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadSessionFinishBatch:" target="_self"&gt;uploadSessionFinishBatch&lt;/A&gt;&amp;nbsp;which itself has the 1000 file limit. It's documented for &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadSessionFinishBatch:" target="_self"&gt;uploadSessionFinishBatch&lt;/A&gt;, but I'll ask the team to add it to the documentation for &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)batchUploadFiles:queue:progressBlock:responseBlock:" target="_self"&gt;batchUploadFiles&lt;/A&gt; as well.)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 14:38:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235804#M12963</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-07T14:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox only able to batch upload less than 1000 files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235805#M12964</link>
      <description>Note that this limit is not per-folder, only per-upload batch. You can upload any number of files to a single folder, but you need to do so in batches of 1000 files each maximum.</description>
      <pubDate>Mon, 07 Aug 2017 14:39:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/235805#M12964</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-07T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox only able to batch upload less than 1000 files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/236163#M13010</link>
      <description>&lt;P&gt;Thanks Greg!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:51:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-only-able-to-batch-upload-less-than-1000-files/m-p/236163#M13010</guid>
      <dc:creator>DboxDeveloper</dc:creator>
      <dc:date>2017-08-09T13:51:32Z</dc:date>
    </item>
  </channel>
</rss>

