<?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: trying to upload many pictures from ios device to dropbox folder using swift in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143680#M4581</link>
    <description>&lt;P&gt;is there a way of limiting how many request i do at the same time within the dropbox api?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 05:08:29 GMT</pubDate>
    <dc:creator>Ruben C.8</dc:creator>
    <dc:date>2016-02-19T05:08:29Z</dc:date>
    <item>
      <title>trying to upload many pictures from ios device to dropbox folder using swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143678#M4579</link>
      <description>&lt;P&gt;so i have a list in swift of a bunch of URL from pictures saved in a folder with in the ios device. what happens is that i want to upload all those pictures to a folder and when i do it i get some pictures and not all. im using a loop to do go through every URL and uploading them one by one with in the loop.&lt;/P&gt;
&lt;P&gt;sometimes i get an http error. i think this is happening because too many files are being uploaded at the same time. but i dont know how to solve this problem. any suggestions please. i would really appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:35:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143678#M4579</guid>
      <dc:creator>Ruben C.8</dc:creator>
      <dc:date>2019-05-29T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: trying to upload many pictures from ios device to dropbox folder using swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143679#M4580</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/35487266/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder-using-swift" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/35487266/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder-using-swift&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;As recommended on your StackOverflow post, it may help to limit how many requests you make at the same time.&lt;/P&gt;
&lt;P&gt;In any case though, you can&amp;nbsp;check the error you're getting for more information, e.g., using something like:&lt;/P&gt;
&lt;PRE class="remarkup-code"&gt;        case .HTTPError(let code, let message, let requestId):
            print("HTTPError[\(requestId)]: \(code): \(message)")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 02:49:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143679#M4580</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-19T02:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: trying to upload many pictures from ios device to dropbox folder using swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143680#M4581</link>
      <description>&lt;P&gt;is there a way of limiting how many request i do at the same time within the dropbox api?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 05:08:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143680#M4581</guid>
      <dc:creator>Ruben C.8</dc:creator>
      <dc:date>2016-02-19T05:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: trying to upload many pictures from ios device to dropbox folder using swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143681#M4582</link>
      <description>&lt;P&gt;That's something you could manage in your app's logic, by controlling when you make API calls, e.g., when you call the upload method.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 06:09:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/trying-to-upload-many-pictures-from-ios-device-to-dropbox-folder/m-p/143681#M4582</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-19T06:09:52Z</dc:date>
    </item>
  </channel>
</rss>

