<?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: The operation couldn’t be completed. (dropbox.com error 1000.) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130551#M3814</link>
    <description>&lt;P&gt;Hi Gregory, i am afraid it returns the same error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;[WARNING] DropboxSDK: error making request to /1/files/dropbox/SuiteJuridica/navigationBar-start.png - (1000) Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=/SuiteJuridica/navigationBar-start.png, destinationPath=/private/var/mobile/Containers/Data/Application/586632A8-0A53-48D6-9474-495C44033875/tmp/navigationBar-start.png}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2015-11-30 09:33:02.480 El Derecho 2.0[252:67525] There was an error loading the file: Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=/SuiteJuridica/navigationBar-start.png, destinationPath=/private/var/mobile/Containers/Data/Application/586632A8-0A53-48D6-9474-495C44033875/tmp/navigationBar-start.png}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2015 16:34:59 GMT</pubDate>
    <dc:creator>Javier B.12</dc:creator>
    <dc:date>2015-11-30T16:34:59Z</dc:date>
    <item>
      <title>The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130549#M3812</link>
      <description>&lt;P&gt;I am developing an app that uses Dropbox SDK to download files from user dropbox account.&lt;/P&gt;
&lt;P&gt;I am able to list contents and contentMetadata, but when i try to download them i am always getting the following error:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;DropboxSDK: error making request to /1/files/dropbox//SuiteJuridica/navigationBar-start.png - (1000) Error Domain=dropbox.com Code=1000 "The operation couldn’t be completed. (dropbox.com error 1000.)"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;I have also developed other app from scratch using the same app credentials and i am able to download the very same file from the same account.&lt;/P&gt;
&lt;P class="p1"&gt;After looking into DBRequest errors error 1000 means Generic error, so that i cannot go further with the causes. Find attached a fragment of code used to download the content from my app:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *api = item.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;name&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *apiToSend=&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"/SuiteJuridica"&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s5"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;//apiToSend = [apiToSend stringByAppendingString:[NSString stringWithFormat:@"/%@",api]];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NSLog&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"the api is :%@"&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, apiToSend);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *filename = [api &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;lastPathComponent&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *destPath = [apiToSend &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;stringByAppendingPathComponent&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:filename];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;destPath=[&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"/"&lt;/SPAN&gt; &lt;SPAN class="s6"&gt;stringByAppendingString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:destPath];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NSLog&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"dst path : %@"&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, destPath);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NSLog&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"file name : %@"&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, filename);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s5"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;/*NSArray *searchPaths = NSSearchPathForDirectoriesInDomains(NSDownloadsDirectory, NSUserDomainMask, YES);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;NSString *documentPath = [searchPaths objectAtIndex:0];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;*/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *tmpDir = &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NSTemporaryDirectory&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *tmpFileName = [tmpDir &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;stringByAppendingPathComponent&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:filename];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s5"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NSLog&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;@"temporary directory, %@"&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;, tmpDir);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;[[&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;self&lt;/SPAN&gt; &lt;SPAN class="s6"&gt;restClient&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;] &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;loadFile&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:destPath &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;intoPath&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:tmpFileName];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Thanks in advance for any help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130549#M3812</guid>
      <dc:creator>Javier B.12</dc:creator>
      <dc:date>2019-05-29T09:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130550#M3813</link>
      <description>&lt;P&gt;It looks like you have a double slash in the URL for the API call:&lt;/P&gt;
&lt;P&gt;dropbox//SuiteJuridica&lt;/P&gt;
&lt;P&gt;Can you try fixing&amp;nbsp;that and let me know if it doesn't help?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2015 02:45:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130550#M3813</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-28T02:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130551#M3814</link>
      <description>&lt;P&gt;Hi Gregory, i am afraid it returns the same error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;[WARNING] DropboxSDK: error making request to /1/files/dropbox/SuiteJuridica/navigationBar-start.png - (1000) Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=/SuiteJuridica/navigationBar-start.png, destinationPath=/private/var/mobile/Containers/Data/Application/586632A8-0A53-48D6-9474-495C44033875/tmp/navigationBar-start.png}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2015-11-30 09:33:02.480 El Derecho 2.0[252:67525] There was an error loading the file: Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=/SuiteJuridica/navigationBar-start.png, destinationPath=/private/var/mobile/Containers/Data/Application/586632A8-0A53-48D6-9474-495C44033875/tmp/navigationBar-start.png}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:34:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130551#M3814</guid>
      <dc:creator>Javier B.12</dc:creator>
      <dc:date>2015-11-30T16:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130552#M3815</link>
      <description>&lt;P&gt;Looking more closely at your code, it seems like you may have the parameters to loadFile reversed. The definition is:&lt;/P&gt;
&lt;PRE&gt;/* Loads the file contents at the given root/path and stores the result into destinationPath */&lt;BR /&gt;- (void)loadFile:(NSString *)path intoPath:(NSString *)destinationPath;&lt;/PRE&gt;
&lt;P&gt;That is,&amp;nbsp;path is the local path, and&amp;nbsp;destinationPath is the desired remote path in Dropbox, but your code seems to have these reversed. (Edit, nevermind, I believe I read this wrong.)&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 03:39:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130552#M3815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-01T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130553#M3816</link>
      <description>&lt;P&gt;Hi Gregory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i change the order of loadFile method i get the following answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;[WARNING] DropboxSDK: error making request to /1/files/dropbox/private/var/mobile/Containers/Data/Application/FFCCB518-DBAC-4BB6-B92F-88FE30BADBDC/tmp/Comenzar.pdf - (404) File not found&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However , after that call i try to download the content&amp;nbsp;with old code and i receive again the 1000 error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DropboxSDK: error making request to /1/files/dropbox/Suite Jurídica/Prueba/Comenzar.pdf - (1000) Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=/Suite Jurídica/Prueba/Comenzar.pdf, destinationPath=/var/mobile/Containers/Data/Application/FFCCB518-DBAC-4BB6-B92F-88FE30BADBDC/Library/Caches/CFS/dropbox/66703823/userdata/Suite Jurídica/Prueba/Comenzar.pdf}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there should be something in our app that throws this error but i have double checked the configuration and the dummy app configuration where it works as expected and both of them are pretty the same.&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:32:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130553#M3816</guid>
      <dc:creator>Javier B.12</dc:creator>
      <dc:date>2015-12-01T16:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130554#M3817</link>
      <description>&lt;P&gt;The new code gives us a more useful error, telling us that there's nothing at "/private/var/mobile/Containers/Data/Application/FFCCB518-DBAC-4BB6-B92F-88FE30BADBDC/tmp/Comenzar.pdf" in the&amp;nbsp;Dropbox account, which isn't surprising, since that looks like a local path. Make sure you're using and formatting the right paths.&lt;/P&gt;
&lt;P&gt;If you're still having trouble, perhaps you can share the log output so we can get a better idea of the values of each parameter?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 02:28:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130554#M3817</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-02T02:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130555#M3818</link>
      <description>&lt;P&gt;Hi Gregory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think the issue is located in parameters order, let me explain why.&lt;/P&gt;
&lt;P&gt;In our dummy application we set up the following parameters:&lt;/P&gt;
&lt;P&gt;2015-12-02 09:24:00.881 DbTestUpload[569:234495] the api is :/Suite Jurídica/nueva&lt;BR /&gt;2015-12-02 09:24:00.881 DbTestUpload[569:234495] dst path : //Suite Jurídica/nueva/2010_196117.pdf&lt;BR /&gt;2015-12-02 09:24:00.881 DbTestUpload[569:234495] file name : 2010_196117.pdf&lt;BR /&gt;2015-12-02 09:24:00.882 DbTestUpload[569:234495] temporary directory, /private/var/mobile/Containers/Data/Application/92572AFB-A152-4375-AB64-73E48BCB6202/tmp/&lt;/P&gt;
&lt;P&gt;And it downloads the file as expected.&lt;/P&gt;
&lt;P&gt;But in our live application (which is currently in the app store with an old implementation and old sdk) we set up the following parameters:&lt;/P&gt;
&lt;P&gt;2015-12-02 10:01:02.375 El Derecho 2.0[615:242613] the api is :/Suite Jurídica/nueva&lt;BR /&gt;2015-12-02 10:01:02.375 El Derecho 2.0[615:242613] dst path : //Suite Jurídica/nueva/2010_196117.pdf&lt;BR /&gt;2015-12-02 10:01:02.376 El Derecho 2.0[615:242613] file name : 2010_196117.pdf&lt;BR /&gt;2015-12-02 10:01:02.376 El Derecho 2.0[615:242613] temporary directory, /private/var/mobile/Containers/Data/Application/C535D2D8-EE86-4464-A727-ACA5D8B2426C/tmp/&lt;/P&gt;
&lt;P&gt;As you can check they are pretty the same, only changes the application id to store the tmp file, but in this case it returns:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[WARNING] DropboxSDK: error making request to /1/files/dropbox//Suite Jurídica/nueva/2010_196117.pdf - (1000) Error Domain=dropbox.com Code=1000 "(null)" UserInfo={path=//Suite Jurídica/nueva/2010_196117.pdf, destinationPath=/private/var/mobile/Containers/Data/Application/8D201BEA-80CA-4C95-A4BB-CB7F99623D90/tmp/2010_196117.pdf}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I am wondering whether it could be possible to log those requests that work properly in order yo check the url we are trying to surf or something like that.&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 18:20:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130555#M3818</guid>
      <dc:creator>Javier B.12</dc:creator>
      <dc:date>2015-12-02T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: The operation couldn’t be completed. (dropbox.com error 1000.)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130556#M3819</link>
      <description>&lt;P&gt;We may be able to look into this more specifically for you. Please open an API ticket so we can do so:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Make sure to include:&lt;/P&gt;
&lt;P&gt;- the app name or key for the app having the problem&lt;/P&gt;
&lt;P&gt;- the version number of the SDK you're using&lt;/P&gt;
&lt;P&gt;- the exact code that produces the issue&lt;/P&gt;
&lt;P&gt;- the exact output/error&amp;nbsp;received, including the logged values, as above&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 06:59:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-operation-couldn-t-be-completed-dropbox-com-error-1000/m-p/130556#M3819</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-03T06:59:57Z</dc:date>
    </item>
  </channel>
</rss>

