<?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: [Obj-C API 2] Dealing with DMCA errors? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194633#M8824</link>
    <description>&lt;P&gt;Thank you. Does the error only ever apply to downloads, then? Will this error never be encountered for uploads, or when trying to copy or move a restricted file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2016 21:33:55 GMT</pubDate>
    <dc:creator>Keith B.7</dc:creator>
    <dc:date>2016-11-16T21:33:55Z</dc:date>
    <item>
      <title>[Obj-C API 2] Dealing with DMCA errors?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194551#M8807</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've had a couple of reports of users encountering a 461 Dropbox error. The publicly-shipping version of our app is using API 1, and looking this up, it seems to be a DMCA-related error - it seems to be that Dropbox throws this error when trying to sync certain DMCA-restricted files. A couple of questions on how best to handle this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is this the intended behaviour even when the file is not stored in a shared folder? A user encountered this error just trying to sync a DMCA-protected font file with our app. Can Dropbox not sync such files at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Assuming this is indeed intended behaviour, what is the best way to check for this error in API 2? I am probably missing it, but I couldn't find a specific error to check for this, and I'm aware that the error codes have changed for API 2 - will API 2 likewise throw a 461 error in this situation, or will it be a different code? I'd like to show a meaningful warning in this case, telling the user which file is causing the problem and why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:28:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194551#M8807</guid>
      <dc:creator>Keith B.7</dc:creator>
      <dc:date>2019-05-29T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: [Obj-C API 2] Dealing with DMCA errors?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194618#M8819</link>
      <description>&lt;P&gt;1. Yes, this is the expected behavior.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In API v2, it would be a 409 with a specific error, e.g., on /files/download, it's restricted_content. In the API v2 Objective-C SDK in particular, that becomes &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESDownloadError.html#/c:objc(cs)DBFILESDownloadError(py)path" target="_self"&gt;DBFILESDownloadError.path&lt;/A&gt;&amp;nbsp;with a &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESLookupError.html#/c:objc(cs)DBFILESLookupError(im)isRestrictedContent" target="_self"&gt;DBFILESLookupError&lt;/A&gt; where isRestrictedContent is true.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 20:14:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194618#M8819</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-16T20:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: [Obj-C API 2] Dealing with DMCA errors?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194633#M8824</link>
      <description>&lt;P&gt;Thank you. Does the error only ever apply to downloads, then? Will this error never be encountered for uploads, or when trying to copy or move a restricted file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:33:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194633#M8824</guid>
      <dc:creator>Keith B.7</dc:creator>
      <dc:date>2016-11-16T21:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: [Obj-C API 2] Dealing with DMCA errors?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194636#M8825</link>
      <description>This applies to accessing the content, e.g., via download, get_preview, get_thumbnail, or via a link. &lt;BR /&gt;&lt;BR /&gt;Uploading, and file operations like moving and copying are allowed.</description>
      <pubDate>Wed, 16 Nov 2016 22:11:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194636#M8825</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-16T22:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: [Obj-C API 2] Dealing with DMCA errors?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194678#M8833</link>
      <description>&lt;P&gt;Great, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:36:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-Dealing-with-DMCA-errors/m-p/194678#M8833</guid>
      <dc:creator>Keith B.7</dc:creator>
      <dc:date>2016-11-17T12:36:11Z</dc:date>
    </item>
  </channel>
</rss>

