<?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: getting Error Domain=NSURLErrorDomain Code=-1005 after list folder in iOS Swift in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420511#M22596</link>
    <description>&lt;P&gt;Strange, this issue only occurs in a specific use case:&lt;/P&gt;&lt;P&gt;1/ launching of the app&lt;/P&gt;&lt;P&gt;2/ checking the existence of a specific folder (it’s at this step that the issue occurs)&lt;/P&gt;&lt;P&gt;3/ if not, creation of this folder (creation ok or “folder already exists” but no error -1005)&lt;/P&gt;&lt;P&gt;The app then makes lots of requests (to Dropbox or to a specific back-end) without problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My device is connected to WiFi on an Internet ADSL router. My local network is very good, no proxy or FW…&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 06:45:47 GMT</pubDate>
    <dc:creator>PaulOuch1</dc:creator>
    <dc:date>2020-05-15T06:45:47Z</dc:date>
    <item>
      <title>getting Error Domain=NSURLErrorDomain Code=-1005 after list folder in iOS Swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420083#M22557</link>
      <description>&lt;P&gt;I get the error below when I am trying to list folder. Please help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={_kCFStreamErrorCodeKey=53, NSUnderlyingError=0x2801227f0 {Error Domain=kCFErrorDomainCFNetwork Code=-1005 "(null)" UserInfo={NSErrorPeerAddressKey=&amp;lt;CFData 0x282ba1440 [0x200643870]&amp;gt;{length = 28, capacity = 28, bytes = 0x1c1e01bb000000002620010060230007 ... a27d430700000000}, _kCFStreamErrorCodeKey=53, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask &amp;lt;44CCC422-ED84-49FE-AE0E-44CECCE694F1&amp;gt;.&amp;lt;2&amp;gt;, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask &amp;lt;44CCC422-ED84-49FE-AE0E-44CECCE694F1&amp;gt;.&amp;lt;2&amp;gt;" ), NSLocalizedDescription=The network connection was lost., NSErrorFailingURLStringKey=&lt;/SPAN&gt;&lt;A href="https://api.dropbox.com/2/files/list_folder" target="_blank" rel="noopener noreferrer"&gt;https://api.dropbox.com/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;, NSErrorFailingURLKey=&lt;/SPAN&gt;&lt;A href="https://api.dropbox.com/2/files/list_folder" target="_blank" rel="noopener noreferrer"&gt;https://api.dropbox.com/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;, _kCFStreamErrorDomainKey=1}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This error occurs on iPhone 6S, 8 &lt;STRONG&gt;BUT NOT on iPhone X&lt;/STRONG&gt; (I have not tried on any other device), all are on iOS 13&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:27:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420083#M22557</guid>
      <dc:creator>PaulOuch</dc:creator>
      <dc:date>2020-05-14T13:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: getting Error Domain=NSURLErrorDomain Code=-1005 after list folder in iOS Swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420231#M22573</link>
      <description>&lt;P&gt;That error is coming from the local network client, and seems to indicate an issue with the network connection. Especially since this doesn't happen on all devices, it looks like it may be caused by the network connections on those affected devices. Is there anything on those network connections that may be interfering with the calls to api.dropboxapi.com? E.g., any proxy, firewall, etc.? Are the devices able to access the&amp;nbsp;Internet otherwise?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 15:04:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420231#M22573</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-14T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: getting Error Domain=NSURLErrorDomain Code=-1005 after list folder in iOS Swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420511#M22596</link>
      <description>&lt;P&gt;Strange, this issue only occurs in a specific use case:&lt;/P&gt;&lt;P&gt;1/ launching of the app&lt;/P&gt;&lt;P&gt;2/ checking the existence of a specific folder (it’s at this step that the issue occurs)&lt;/P&gt;&lt;P&gt;3/ if not, creation of this folder (creation ok or “folder already exists” but no error -1005)&lt;/P&gt;&lt;P&gt;The app then makes lots of requests (to Dropbox or to a specific back-end) without problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My device is connected to WiFi on an Internet ADSL router. My local network is very good, no proxy or FW…&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:45:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420511#M22596</guid>
      <dc:creator>PaulOuch1</dc:creator>
      <dc:date>2020-05-15T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: getting Error Domain=NSURLErrorDomain Code=-1005 after list folder in iOS Swift</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420630#M22599</link>
      <description>&lt;P&gt;I see, thanks for the information. That is certainly unexpected, as you're able to make calls later in the process, especially since the calls for checking for a folder go to the same&amp;nbsp;Dropbox hostname as the ones for creating new folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the app do anything different for the first call? E.g., is it perhaps running before some other setup completes, or is the&amp;nbsp;Dropbox client object handled different?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 14:12:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-Error-Domain-NSURLErrorDomain-Code-1005-after-list/m-p/420630#M22599</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-15T14:12:11Z</dc:date>
    </item>
  </channel>
</rss>

