<?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: Recent Error - Downloading files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189413#M8117</link>
    <description>&lt;P&gt;I just added to the ticket but the root cause appears to be a problem with .lcPath (DbxEntry), we are seeing upper-case entries.&lt;/P&gt;
&lt;P&gt;Let me know if the fix is Java client API or if its Dropbox Server side.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2016 22:19:18 GMT</pubDate>
    <dc:creator>Team F.1</dc:creator>
    <dc:date>2016-09-16T22:19:18Z</dc:date>
    <item>
      <title>Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189405#M8109</link>
      <description>&lt;P&gt;We just started getting a bunch of these in the last 24 hrs. We have not changed our code in this regard. I'm curious what this means.&lt;/P&gt;
&lt;P&gt;com.foreflight.ForeFlightException: com.dropbox.core.v2.files.DownloadErrorException: Exception in download: {".tag":"path","path":"not_found"}&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189405#M8109</guid>
      <dc:creator>Team F.1</dc:creator>
      <dc:date>2019-05-29T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189406#M8110</link>
      <description>&lt;P&gt;A &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/LookupError.html#NOT_FOUND" target="_blank" rel="nofollow noreferrer"&gt;path/not_found&lt;/A&gt; error like this indicates that there was nothing found at the supplied path for the call. In this case, you tried to download a file from a path that doesn't currently have a file, e.g., the user deleted the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 23:50:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189406#M8110</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-15T23:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189407#M8111</link>
      <description>&lt;P&gt;Thanks, is this something related as well?&lt;BR /&gt;&lt;BR /&gt;com.dropbox.core.ServerException: {"error": "The server has either erred or is incapable of performing the requested operation."}&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 01:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189407#M8111</guid>
      <dc:creator>Team F.1</dc:creator>
      <dc:date>2016-09-16T01:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189408#M8112</link>
      <description>&lt;P&gt;No, that&amp;nbsp;error indicates a general server issue on our side. That should be relatively transient though, so you can have your app automatically retry a few times when encountering that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 01:07:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189408#M8112</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-16T01:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189409#M8113</link>
      <description>&lt;P&gt;Is this still valid?&lt;BR /&gt;DbxEntry.File f = DbxClientV1.getFile(path, version, output)&lt;/P&gt;
&lt;P&gt;My understanding is that DbxClientV1 should still work until mid-2017.&lt;/P&gt;
&lt;P&gt;That's giving the message above:&amp;nbsp;&amp;nbsp;"...incapable of performing the requested operation"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 04:51:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189409#M8113</guid>
      <dc:creator>Team F.1</dc:creator>
      <dc:date>2016-09-16T04:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189410#M8114</link>
      <description>&lt;P&gt;That's correct,&amp;nbsp;DbxClientV1 uses API v1, which should continue working &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_blank" rel="nofollow noreferrer"&gt;until June 2017&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Are you getting that error consistently? If so, please &lt;A href="https://www.dropbox.com/developers/contact" target="_blank" rel="nofollow noreferrer"&gt;open an API ticket&lt;/A&gt; with the app and user ID so we can look into it for you.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 04:59:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189410#M8114</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-16T04:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189411#M8115</link>
      <description>&lt;P&gt;Our code for that area hasn't changed in a while (months), and we just started logging this error 2 days ago. So I don't believe it's faulty paths. Ill open a ticket.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 05:02:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189411#M8115</guid>
      <dc:creator>Team F.1</dc:creator>
      <dc:date>2016-09-16T05:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189412#M8116</link>
      <description>&lt;P&gt;Ok, just to be clear though, you've mentioned two different and unrelated issues:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;com.foreflight.ForeFlightException: com.dropbox.core.v2.files.DownloadErrorException: Exception in download: {".tag":"path","path":"not_found"}:&lt;/P&gt;
&lt;P&gt;This indicates that there was nothing found at the path specified for the download API call. This can be expected to start&amp;nbsp;occurring without a code change, e.g., if the user deletes a file via the web site, desktop client, etc. Your app should be prepared to handle this exception.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;com.dropbox.core.ServerException: {"error": "The server has either erred or is incapable of performing the requested operation."}:&lt;/P&gt;
&lt;P&gt;This would indicate an error on our side. It can be expected to happen sometimes temporarily, If this is happening consistently though, we'd need a ticket with more information to investigate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 05:08:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189412#M8116</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-16T05:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189413#M8117</link>
      <description>&lt;P&gt;I just added to the ticket but the root cause appears to be a problem with .lcPath (DbxEntry), we are seeing upper-case entries.&lt;/P&gt;
&lt;P&gt;Let me know if the fix is Java client API or if its Dropbox Server side.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 22:19:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/189413#M8117</guid>
      <dc:creator>Team F.1</dc:creator>
      <dc:date>2016-09-16T22:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/284409#M17406</link>
      <description>I have a same issue path not found,but  i have file on dropbox.</description>
      <pubDate>Fri, 13 Jul 2018 04:38:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/284409#M17406</guid>
      <dc:creator>kmsbs</dc:creator>
      <dc:date>2018-07-13T04:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Recent Error - Downloading files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/284473#M17410</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/734520"&gt;@kmsbs&lt;/a&gt;&amp;nbsp;Please don't post the same question in multiple places. It makes it harder to keep track of your question(s), and can cause spam for other people on older threads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see you also posted a new thread for this, so I'll follow up there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/API-Support-Feedback/path-not-found-error/m-p/284453#M17409" target="_blank"&gt;https://www.dropboxforum.com/t5/API-Support-Feedback/path-not-found-error/m-p/284453#M17409&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:40:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Recent-Error-Downloading-files/m-p/284473#M17410</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-13T13:40:53Z</dc:date>
    </item>
  </channel>
</rss>

