<?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: I am getting the error &amp;quot;Error in call to API function &amp;quot;files/download&amp;quot;&amp;quot; when uploading and downloading the files on dropbox? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139957#M4355</link>
    <description>&lt;P&gt;Thanks @Steve M.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2015 12:24:55 GMT</pubDate>
    <dc:creator>Manjit S.</dc:creator>
    <dc:date>2015-11-02T12:24:55Z</dc:date>
    <item>
      <title>I am getting the error "Error in call to API function "files/download"" when uploading and downloading the files on dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139955#M4353</link>
      <description>&lt;P&gt;I am using the DropBox .net sdk in my project and&amp;nbsp;I have a Folder "Test" and file "TestFile" in this folder in my dropbox ,now i am trying to download this "TestFile" by using the following code by passing folder="Test",file="TestFile" :&lt;/P&gt;
&lt;PRE class="dbprettyprint literal-block prettyprint lang-None"&gt;&lt;SPAN class="pln"&gt;async &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Task&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;Download&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;DropboxClient&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; dbx&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;string&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; folder&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;string&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; file&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="kwd"&gt;using&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; response &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; await dbx&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Files&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;DownloadAsync&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;folder &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"/"&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; file&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;))&lt;/SPAN&gt;
    &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="typ"&gt;Console&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;WriteLine&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;await response&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;GetContentAsStringAsync&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;());&lt;/SPAN&gt;
    &lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But now i am getting the following error:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H2&gt;&lt;EM&gt;Error in call to API function "files/download": HTTP header "Dropbox-API-Arg": path: 'TestDBX/VSDeploymentFailure.txt' did not match pattern '((/|id:).*)|(rev:[0-9a-f]{9,})'&lt;/EM&gt;&lt;/H2&gt;
&lt;PRE class="dbprettyprint literal-block prettyprint lang-None"&gt;&lt;SPAN class="pun"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139955#M4353</guid>
      <dc:creator>Manjit S.</dc:creator>
      <dc:date>2019-05-29T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the error "Error in call to API function "files/download"" when uploading and downloading the files on dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139956#M4354</link>
      <description>&lt;P&gt;You need a slash at the&amp;nbsp;beginning of the path.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 23:08:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139956#M4354</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-10-30T23:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the error "Error in call to API function "files/download"" when uploading and downloading the files on dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139957#M4355</link>
      <description>&lt;P&gt;Thanks @Steve M.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 12:24:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-am-getting-the-error-quot-Error-in-call-to-API-function-quot/m-p/139957#M4355</guid>
      <dc:creator>Manjit S.</dc:creator>
      <dc:date>2015-11-02T12:24:55Z</dc:date>
    </item>
  </channel>
</rss>

