<?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: downloadURL throwing a exception Operation Not Permitted in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214753#M11009</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/378308"&gt;@KK4iOS&lt;/a&gt;&amp;nbsp;It looks like you did open a new issue on GitHub for this, so we'll take a look and follow up there.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 16:34:28 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-04-05T16:34:28Z</dc:date>
    <item>
      <title>downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214296#M10972</link>
      <description>&lt;P&gt;&amp;nbsp;The following code is throwing an exception, something about&amp;nbsp;file permission with NSURLSession:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[[[[DBClientsManager authorizedClient].filesRoutes downloadUrl: remotePath overwrite: true destination: destURL] setResponseBlock: ^(DBFILESMetadata *fileData, DBFILESDownloadError *downloadError, DBRequestError *requestError, NSURL *urlGot) {
&amp;nbsp; &amp;nbsp; if (requestError != nil) {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// I'm getting a Operation Not Permitted, something about 'Move' not allowed as app does not own the file&amp;nbsp;

&amp;nbsp; &amp;nbsp; }
&amp;nbsp; }] setProgressBlock: ^(int64_t bytesUploaded, int64_t totalBytesUploaded, int64_t totalBytesExpectedToUploaded) {
&amp;nbsp; }];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:24:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214296#M10972</guid>
      <dc:creator>FahadG</dc:creator>
      <dc:date>2019-05-29T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214297#M10973</link>
      <description>&lt;P&gt;The exact error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;DropboxClientError[{
NSError = "Error Domain=NSCocoaErrorDomain Code=513 \"\U201cCFNetworkDownload_1qXMQT.tmp\U201d couldn\U2019t be moved because you don\U2019t have permission to access \U201ctmp\U201d.\" UserInfo={NSSourceFilePathErrorKey=/var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com.xxx.xxx/CFNetworkDownload_1qXMQT.tmp, NSUserStringVariant=(\n Move\n), NSDestinationFilePath=/private/var/mobile/Containers/Data/Application/3E2A0069-62CB-49A5-9505-1879C7900069/tmp/o_u_k_4d1e7c7e562343f68a703ff3bcf58369_p__i_6842341270ab4113b325fa5bbc721a3f_d_.tod.gz, NSFilePath=/var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com.xxx.xxx/CFNetworkDownload_1qXMQT.tmp, NSUnderlyingError=0x1702540d0 {Error Domain=NSPOSIXErrorDomain Code=1 \"Operation not permitted\"}}";
}];&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:25:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214297#M10973</guid>
      <dc:creator>FahadG</dc:creator>
      <dc:date>2017-04-04T17:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214588#M10993</link>
      <description>It sounds like you don't have permission to write to the local path specified by your "destURL". Can you check that value and confirm if you should or shouldn't have permission to it?&lt;BR /&gt;&lt;BR /&gt;There was also a thread about this error message here which may be useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/issues/60" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c/issues/60&lt;/A&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:28:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214588#M10993</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-04T17:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214737#M11007</link>
      <description>&lt;P&gt;Dear Greg,&lt;/P&gt;
&lt;P&gt;I am running exactly in the same problem. It works for us on iPad with iOS 9.3.5 and iOS 10.2 but it fails with the follwong message on a iPad Pro 12.9" with iOS 10.3 (and I made a pod update this moring to version 3.0.10):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NSError = "Error Domain=NSCocoaErrorDomain Code=513 \"\U201eCFNetworkDownload_usQ10T.tmp\U201c konnte nicht bewegt werden, da du nicht \U00fcber die erforderlichen Zugriffsrechte f\U00fcr \U201etmp\U201c verf\U00fcgst.\" UserInfo={NSSourceFilePathErrorKey=/var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com.-----.——/CFNetworkDownload_usQ10T.tmp, NSUserStringVariant=(\n &amp;nbsp; &amp;nbsp;Move\n), NSDestinationFilePath=/private/var/mobile/Containers/Data/Application/03757827-B45C-4CFD-9F34-DFE20371E541/tmp/Pepsi.jpg, NSFilePath=/var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com.-----.-----/CFNetworkDownload_usQ10T.tmp, NSUnderlyingError=0x17045a340 {Error Domain=NSPOSIXErrorDomain Code=1 \"Operation not permitted\"}}"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I implemented also the proposals with the "&lt;SPAN&gt;sharedContainerIdentifier"&lt;/SPAN&gt; from your referring link (&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/issues/60" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/dropbox/dropbox-sdk-obj-c/issues/60&lt;/A&gt;) but I does not solve the problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;DBTransportDefaultConfig *transportConfiguration = [[DBTransportDefaultConfig alloc] initWithAppKey:DROPBOX_APP_KEY
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appSecret:DROPBOX_APP_SECRET
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; userAgent:nil
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; asMemberId:nil
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; delegateQueue:nil
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; forceForegroundSession:NO
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sharedContainerIdentifier:[NSBundle mainBundle].bundleIdentifier];
&amp;nbsp; &amp;nbsp; [DBClientsManager setupWithTransportConfig:transportConfiguration];&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Should I open a separate issue for that on Github?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 16:36:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214737#M11007</guid>
      <dc:creator>KK4iOS</dc:creator>
      <dc:date>2017-04-05T16:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214753#M11009</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/378308"&gt;@KK4iOS&lt;/a&gt;&amp;nbsp;It looks like you did open a new issue on GitHub for this, so we'll take a look and follow up there.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 16:34:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214753#M11009</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-05T16:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214823#M11020</link>
      <description>&lt;P&gt;Thank's Greg, yes I did. Let's follow up there....&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 06:24:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214823#M11020</guid>
      <dc:creator>KK4iOS</dc:creator>
      <dc:date>2017-04-06T06:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214847#M11023</link>
      <description>&lt;P&gt;Please find the solution to our issue on the Github issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/issues/125" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c/issues/125&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 11:03:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/214847#M11023</guid>
      <dc:creator>KK4iOS</dc:creator>
      <dc:date>2017-04-06T11:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219301#M11566</link>
      <description>&lt;P&gt;I have same problem... but your suggestion can't resolve for me... please help me...&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 08:04:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219301#M11566</guid>
      <dc:creator>AlessandroB</dc:creator>
      <dc:date>2017-05-04T08:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219302#M11567</link>
      <description>I have same problem... but your solution isn't good for me... please help me...</description>
      <pubDate>Thu, 04 May 2017 08:06:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219302#M11567</guid>
      <dc:creator>AlessandroB</dc:creator>
      <dc:date>2017-05-04T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219304#M11568</link>
      <description>&lt;P&gt;We still run our app with the Dropbox SDK obj c version 3.0.10 and have not received yet any issues from our users. Maybe you use another/later version where this problem was introduced.&lt;/P&gt;
&lt;P&gt;I recommend, that you open a new issue directly on GitHub referring to your used Dropbox SDK version&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 08:17:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219304#M11568</guid>
      <dc:creator>KK4iOS</dc:creator>
      <dc:date>2017-05-04T08:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: downloadURL throwing a exception Operation Not Permitted</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219533#M11597</link>
      <description>&lt;P&gt;My problem is now resolved... with versione 3.0.18 of Dropbox SDK that fix this bug.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 06:46:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/downloadURL-throwing-a-exception-Operation-Not-Permitted/m-p/219533#M11597</guid>
      <dc:creator>AlessandroB</dc:creator>
      <dc:date>2017-05-05T06:46:03Z</dc:date>
    </item>
  </channel>
</rss>

