<?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: mulitple files upload doesnt work in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288242#M17634</link>
    <description>&lt;P&gt;Thanks Greg. It will be a useful feature and help us save time and bandwidth to be able to upload multiple files to a destinated folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 00:50:28 GMT</pubDate>
    <dc:creator>frphotos</dc:creator>
    <dc:date>2018-08-01T00:50:28Z</dc:date>
    <item>
      <title>mulitple files upload doesnt work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288023#M17618</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am currently using&amp;nbsp;Files.UploadAsync to upload files to a folder. However, it is very slow to process if there are a bunch of files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked through the documentation and there isn't any method to upload a group or files with just a single call?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my code to upload single file&lt;/P&gt;
&lt;PRE&gt;var file = "41b08b49683d4e91be1a5a13c16d502c.jpg";
var folder = "/" + pid  + "/";
var lastpath = folder + file;
var mem = new MemoryStream(File.ReadAllBytes(pathname + filename));
var upload = await dbx.Files.UploadAsync(lastpath, Dropbox.Api.Files.WriteMode.Overwrite.Instance, false, null, false, null, mem);&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288023#M17618</guid>
      <dc:creator>frphotos</dc:creator>
      <dc:date>2019-05-29T09:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: mulitple files upload doesnt work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288117#M17627</link>
      <description>That's correct, there isn't a way to upload many files with a single call, but I'll pass this along as a feature request.</description>
      <pubDate>Tue, 31 Jul 2018 15:02:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288117#M17627</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-31T15:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: mulitple files upload doesnt work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288242#M17634</link>
      <description>&lt;P&gt;Thanks Greg. It will be a useful feature and help us save time and bandwidth to be able to upload multiple files to a destinated folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 00:50:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/mulitple-files-upload-doesnt-work/m-p/288242#M17634</guid>
      <dc:creator>frphotos</dc:creator>
      <dc:date>2018-08-01T00:50:28Z</dc:date>
    </item>
  </channel>
</rss>

