<?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: Max files Upload using javascript SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375923#M21091</link>
    <description>&lt;P&gt;You should set&amp;nbsp;the UploadSessionAppendArg.close to true for the&amp;nbsp;last chunk of every file.&lt;/P&gt;
&lt;P&gt;Each file gets its own upload session, and any upload session that you want to finish using&amp;nbsp;filesUploadSessionFinishBatch needs to be "closed" before you can finish it with&amp;nbsp;filesUploadSessionFinishBatch. "Closing" an upload session tells&amp;nbsp;Dropbox that you won't be adding any more data to it.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2019 22:30:01 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-11-01T22:30:01Z</dc:date>
    <item>
      <title>Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/374617#M21047</link>
      <description>&lt;P&gt;I can find any relevant section that addresses how many files i can upload in concurrent requests. means if i am using javascript SDK and i trigger 100 files via looping the code that creates a promise for every request. Are there any limits to how many requests i can trigger at a time?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 15:14:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/374617#M21047</guid>
      <dc:creator>buttflattery</dc:creator>
      <dc:date>2019-10-27T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/374804#M21055</link>
      <description>&lt;P&gt;There are some limitations to be aware of if you're trying to upload multiple files. I&amp;nbsp;recommend reading the Data Ingress Guide as it covers this in detail:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/data-ingress-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/data-ingress-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This applies whether or not you're using an official&amp;nbsp;Dropbox SDK.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:29:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/374804#M21055</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-28T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375465#M21076</link>
      <description>&lt;P&gt;hmm that means dropbox recommends that if there are alot of files i should upload all those file in a single sesssion and commit all of them once. And to upload those files i should upload in chunks as i need to manage the upload progress Correct?&lt;/P&gt;&lt;P&gt;Second thing, if the above is correct what is the max size of the chunk that is recommended keeping in mind the requests rate limit?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 21:18:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375465#M21076</guid>
      <dc:creator>buttflattery</dc:creator>
      <dc:date>2019-10-30T21:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375609#M21079</link>
      <description>&lt;P&gt;You will need to create one "upload session" per file. Each file can be uploaded in multiple pieces or "chunks". Once you've uploaded all of the chunks for each file, you can commit all of the files at once by using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish_batch" target="_self"&gt;the&amp;nbsp;/files/upload_session/finish_batch endpoint&lt;/A&gt;. That will help avoid lock contention.&lt;/P&gt;
&lt;P&gt;For each single request to upload a chunk of a file, you can technically upload up to 150 MB. In practice, you'll likely want to use a size smaller than that for the sake of reliability. Additionally, using a smaller size means you won't have to re-upload as much if/when a particular request does fail. For instance, in practice you might want to use a chunk size of 12 MB, but you can experiment to see what size works well for your use case.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:30:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375609#M21079</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-31T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375903#M21084</link>
      <description>&lt;P&gt;One thing more, the "&lt;SPAN&gt;filesUploadSessionFinishBatch" description says&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&lt;SPAN&gt;UploadSessionStartArg.close or UploadSessionAppendArg.close needs to be true for the last&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_blank" rel="noopener"&gt;upload_session/start&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append:2" target="_blank" rel="noopener"&gt;upload_session/append:2&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;call.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Does this mean, if i have 4 files&lt;/P&gt;&lt;P&gt;- image1.jpg&lt;/P&gt;&lt;P&gt;- image2.jpg&lt;/P&gt;&lt;P&gt;- image3.jpg&lt;/P&gt;&lt;P&gt;- image4.jpg&lt;/P&gt;&lt;P&gt;i should set the "&lt;SPAN&gt;UploadSessionAppendArg.close" to true for the &lt;STRONG&gt;last chunk of every file&lt;/STRONG&gt; OR set the&amp;nbsp;"UploadSessionAppendArg.close" for the &lt;STRONG&gt;last chunk of the last file i.e "image4.jpg"&lt;/STRONG&gt;? considering i will always upload in chunks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 20:58:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375903#M21084</guid>
      <dc:creator>buttflattery</dc:creator>
      <dc:date>2019-11-01T20:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375923#M21091</link>
      <description>&lt;P&gt;You should set&amp;nbsp;the UploadSessionAppendArg.close to true for the&amp;nbsp;last chunk of every file.&lt;/P&gt;
&lt;P&gt;Each file gets its own upload session, and any upload session that you want to finish using&amp;nbsp;filesUploadSessionFinishBatch needs to be "closed" before you can finish it with&amp;nbsp;filesUploadSessionFinishBatch. "Closing" an upload session tells&amp;nbsp;Dropbox that you won't be adding any more data to it.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 22:30:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375923#M21091</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-01T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Max files Upload using javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375925#M21092</link>
      <description>&lt;P&gt;perfect thanks alot&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp; you have been helpfull here other than&lt;/P&gt;&lt;P&gt;"passing the suggestion for a feature request"&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@5FF1AF2F7F9155FCB85E563B9B3761E4/images/emoticons/1f61d.png" alt=":stuck_out_tongue_closed_eyes:" title=":stuck_out_tongue_closed_eyes:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 22:32:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Max-files-Upload-using-javascript-SDK/m-p/375925#M21092</guid>
      <dc:creator>buttflattery</dc:creator>
      <dc:date>2019-11-01T22:32:26Z</dc:date>
    </item>
  </channel>
</rss>

