<?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: insufficient_permissions error in paper doc api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288799#M17687</link>
    <description>I don't have an update on this yet. I'll follow up here once I do.</description>
    <pubDate>Fri, 03 Aug 2018 15:29:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-08-03T15:29:05Z</dc:date>
    <item>
      <title>insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287734#M17594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am retreiving a list of docs using&amp;nbsp;&lt;A data-reactid=".0.0.1.4.1:$docs/list.0" target="_blank"&gt;docs/list&lt;/A&gt;&amp;nbsp;api. Then Im using the doc id to download and get folder info with&amp;nbsp;&lt;A data-reactid=".0.0.1.4.1:$docs/download.0" target="_blank"&gt;docs/download&lt;/A&gt;&amp;nbsp;and &lt;A data-reactid=".0.0.1.4.1:$docs/get_folder_info.0" target="_blank"&gt;docs/get_folder_info&lt;/A&gt;&amp;nbsp;apis respectively. All the doc ids from the list gives me result for download and folder info except one. Any doc api I call with this doc id gives me below error.&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="hljs-attribute"&gt;error_summary&lt;/SPAN&gt;": &lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"insufficient_permissions/..."&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="hljs-attribute"&gt;error&lt;/SPAN&gt;": &lt;SPAN class="hljs-value"&gt;{ "&lt;SPAN class="hljs-attribute"&gt;.tag&lt;/SPAN&gt;": &lt;SPAN class="hljs-string"&gt;"insufficient_permissions"&lt;/SPAN&gt; } &lt;/SPAN&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using user endpoint to run these apis.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287734#M17594</guid>
      <dc:creator>saritafurtado</dc:creator>
      <dc:date>2019-05-29T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287853#M17604</link>
      <description>Can you share the code and output for these calls so we can look into it? (Just make sure to redact your access token of course.) If you'd prefer to share privately, you can do so here: &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt; Thanks in advance!</description>
      <pubDate>Mon, 30 Jul 2018 15:59:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287853#M17604</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-30T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287962#M17616</link>
      <description>&lt;P&gt;Please find below apis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------- Doc list api -------------------------------&lt;/P&gt;
&lt;P&gt;curl -X POST &lt;A href="https://api.dropboxapi.com/2/paper/docs/list" target="_blank"&gt;https://api.dropboxapi.com/2/paper/docs/list&lt;/A&gt; \&lt;BR /&gt;&amp;nbsp; --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \&lt;BR /&gt;&amp;nbsp; --header 'Content-Type: application/json' \&lt;BR /&gt;&amp;nbsp; --data '{}'&lt;/P&gt;
&lt;P&gt;Response&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "doc_ids": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fxbhYXaJ5wxyCeV2L39Ja",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "r8zJPDpkgjabrHVGYgTjX",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "GRi9LK2cRsWaliZKx1v0Z",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sw1OEbgdSwotOEyzHp6Su",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "iSveJlpz5YLCMgSsiXXIw",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VD8IN6mL544zImoDgFSzq",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CrHcbZu2mBZZ1CTLQvPlC",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "f3iZK1HysnBhJpRWgssMI",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rmvs7XWXwugR8H0Hz10rZ",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "abDU3F4134OqCdEDi808e",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ODRcDwu5MF3ihzYkZLIxG",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cMTTtjYSLSukyH0eyrXBo",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hipH6jsblaRFkjlYwbF6u"&lt;BR /&gt;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp; "cursor": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "value": "ABUCTjUnw1F++PWiP8wa1X426ZG/m0rJAnz0C6Y01u93hFsjAsIg63UQL2O7sddVUEjy2l2XA8jqfjVqCdJkYySmJ3wkIorsEavdT/RB8Mas6QvWp8HE7ELDLe57XuxgIjM+5oJzLW1q43fqOIpezjeJx0iu9pDIz+LhA6LPJxt05dX7+wsteWQAPwTMq9svhcAhCTLKhoCZksvI/ofJ+LRIDzkhp6LKNbYNE8UnRPnyE8fCQjAMsm2O8VajjjaSTeld/z9SOuEvB+N0s7VtGMat8q+BLFN9/baUDnuuL6tpTDAXX+O8IapG95DBR/3M+JHMyxByxZ0J7kuZJ5nJaog6",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "expiration": "2018-07-31T04:32:55Z"&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; "has_more": false&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;------------------------- Doc download api -------------------------------&lt;/P&gt;
&lt;P&gt;curl -X POST &lt;A href="https://api.dropboxapi.com/2/paper/docs/download" target="_blank"&gt;https://api.dropboxapi.com/2/paper/docs/download&lt;/A&gt; \&lt;BR /&gt;&amp;nbsp; --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \&lt;BR /&gt;&amp;nbsp; --header 'Dropbox-API-Arg: {"doc_id":"fxbhYXaJ5wxyCeV2L39Ja","export_format":{".tag":"markdown"}}'&lt;/P&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "error_summary": "insufficient_permissions/.",&lt;BR /&gt;&amp;nbsp; "error": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".tag": "insufficient_permissions"&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 03:37:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/287962#M17616</guid>
      <dc:creator>saritafurtado</dc:creator>
      <dc:date>2018-07-31T03:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288125#M17631</link>
      <description>Thanks! We're looking into it.</description>
      <pubDate>Tue, 31 Jul 2018 15:41:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288125#M17631</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-31T15:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288692#M17679</link>
      <description>Any update on the issue?</description>
      <pubDate>Fri, 03 Aug 2018 05:32:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288692#M17679</guid>
      <dc:creator>saritafurtado</dc:creator>
      <dc:date>2018-08-03T05:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288799#M17687</link>
      <description>I don't have an update on this yet. I'll follow up here once I do.</description>
      <pubDate>Fri, 03 Aug 2018 15:29:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/288799#M17687</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-03T15:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/296026#M17991</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are still not able to understand the error of insufficient_permission. Please could you check the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 10:12:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/296026#M17991</guid>
      <dc:creator>saritafurtado</dc:creator>
      <dc:date>2018-09-07T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/296054#M17992</link>
      <description>&lt;P&gt;I don't have any news on this yet. I'll let you know when I do.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 13:27:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/296054#M17992</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-07T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/312215#M18564</link>
      <description>&lt;P&gt;I'm having the same issue with a few documents. I don't know the root cause but I've noticed that the documents that error are pretty old, I've created a few new ones and those seem to work fine.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 16:19:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/312215#M18564</guid>
      <dc:creator>carlos2018</dc:creator>
      <dc:date>2018-11-20T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/340111#M19717</link>
      <description>&lt;P&gt;I have the same issue, even after I reset the oauth keys.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 05:40:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/340111#M19717</guid>
      <dc:creator>schemacs</dc:creator>
      <dc:date>2019-04-18T05:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/340181#M19720</link>
      <description>&lt;P&gt;Thanks for the notes! This is still open with engineering. I'll follow up here once I have an update.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:52:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/340181#M19720</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-18T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/422211#M22639</link>
      <description>&lt;P&gt;I'm having the same problem too.&amp;nbsp; Is there an update for this?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 13:22:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/422211#M22639</guid>
      <dc:creator>Shanness</dc:creator>
      <dc:date>2020-05-20T13:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient_permissions error in paper doc api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/422232#M22640</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1304895"&gt;@Shanness&lt;/a&gt;&amp;nbsp;I still don't have an official update on this unfortunately. (For reference, it looks like this can occur due to some implementation details on the backend of how account migrations work with respect to Paper docs. That is, during the migration some extraneous doc IDs may be left over, but these don't actually refer to any distinct documents that the user doesn't already have access to via other doc IDs. So, it should be safe to ignore the failing doc IDs.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-list" target="_self"&gt;The Paper API endpoints&lt;/A&gt; are deprecated though, so the team may not be able to prioritize fixing this, since these will be retired anyway. Please refer to &lt;A href="https://www.dropbox.com/lp/developers/reference/paper-migration-guide" target="_self"&gt;the Paper Migration Guide&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 14:31:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/insufficient-permissions-error-in-paper-doc-api/m-p/422232#M22640</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-20T14:31:12Z</dc:date>
    </item>
  </channel>
</rss>

