<?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: https://api.dropboxapi.com/2/sharing/share_folder return &amp;quot;No permission&amp;quot; in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropboxapi-com-2-sharing-share-folder-return-quot-No/m-p/283777#M17377</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the report, and apologies for the trouble and unhelpful error message!&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like this is the result of a configuration on our side, along with how the API v2 Explorer writes this call. You should be able to work around this by running this outside of the API v2 Explorer and omitting the `link_settings` parameter entirely.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, the API v2 Explorer constructs this like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -X POST&amp;nbsp;https://api.dropboxapi.com/2/sharing/share_folder&amp;nbsp;\ --header 'Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;' \ --header 'Content-Type: application/json' \ --data '{"path":"/test-shared-folder","link_settings":{}}'&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try running it manually like this instead, without link_settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -X POST&amp;nbsp;https://api.dropboxapi.com/2/sharing/share_folder&amp;nbsp;\ --header 'Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;' \ --header 'Content-Type: application/json' \ --data '{"path":"/test-shared-folder"}'&lt;/PRE&gt;</description>
    <pubDate>Mon, 09 Jul 2018 15:39:54 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-07-09T15:39:54Z</dc:date>
    <item>
      <title>https://api.dropboxapi.com/2/sharing/share_folder return "No permission"</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropboxapi-com-2-sharing-share-folder-return-quot-No/m-p/283592#M17364</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since 2 days approximatively all calls API Share Folder return an error "No permission". I have an application which create folder on a Team Folder and share it with a group. Since last Friday, I have an error 'No permission' on each try.&lt;/P&gt;&lt;P&gt;I reproduced this issue on API Explorer. If I create a folder in my Dropbox and I try to share it from API:&lt;/P&gt;&lt;P&gt;- &lt;A href="https://api.dropboxapi.com/2/sharing/share_folder" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/share_folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I receive an error "No permission", it's my folder, and I'm owner on this folder.&lt;/P&gt;&lt;P&gt;Is it a problem on API or I need to change my call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropboxapi-com-2-sharing-share-folder-return-quot-No/m-p/283592#M17364</guid>
      <dc:creator>Thierry-fr</dc:creator>
      <dc:date>2019-05-29T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: https://api.dropboxapi.com/2/sharing/share_folder return "No permission"</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropboxapi-com-2-sharing-share-folder-return-quot-No/m-p/283777#M17377</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the report, and apologies for the trouble and unhelpful error message!&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like this is the result of a configuration on our side, along with how the API v2 Explorer writes this call. You should be able to work around this by running this outside of the API v2 Explorer and omitting the `link_settings` parameter entirely.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, the API v2 Explorer constructs this like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -X POST&amp;nbsp;https://api.dropboxapi.com/2/sharing/share_folder&amp;nbsp;\ --header 'Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;' \ --header 'Content-Type: application/json' \ --data '{"path":"/test-shared-folder","link_settings":{}}'&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try running it manually like this instead, without link_settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -X POST&amp;nbsp;https://api.dropboxapi.com/2/sharing/share_folder&amp;nbsp;\ --header 'Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;' \ --header 'Content-Type: application/json' \ --data '{"path":"/test-shared-folder"}'&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Jul 2018 15:39:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropboxapi-com-2-sharing-share-folder-return-quot-No/m-p/283777#M17377</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-09T15:39:54Z</dc:date>
    </item>
  </channel>
</rss>

