<?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: Problem to add a member on file or folder share. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576175#M26861</link>
    <description>&lt;P&gt;Okay,&lt;/P&gt;
&lt;P&gt;it's working for .docx file. So I can't add a collaborator on an image, video, audio type file... who can modify this file?&lt;/P&gt;
&lt;P&gt;Is there a list of allowed types for this API?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 21:37:47 GMT</pubDate>
    <dc:creator>Aristide</dc:creator>
    <dc:date>2022-02-07T21:37:47Z</dc:date>
    <item>
      <title>Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/575811#M26841</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I can't add a member to a file or folder when I give write permission (editor). (No problem with the viewer read right).&lt;/P&gt;
&lt;P&gt;Here is the body of my query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
        "file": "id:Q2EU1CT92JwAAABBAABGcg",
        "members": [
            {
                ".tag": "email",
                "email": "xxxxxxx@gmail.com"
            }
        ],
        "quiet": false,
        "access_level": "editor"
    }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
        "error_summary": "access_error\/no_permission\/",
        "error": {
            ".tag": "access_error",
            "access_error": {
                ".tag": "no_permission"
            }
        },
        "user_message": {
            "locale": "en",
            "text": "You don’t have permission to perform this action."
        }
    }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my permissions:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="authDrop.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27496iE1435943884FEE20/image-size/large?v=v2&amp;amp;px=999" role="button" title="authDrop.png" alt="authDrop.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What permission is missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:52:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/575811#M26841</guid>
      <dc:creator>Aristide</dc:creator>
      <dc:date>2022-04-27T12:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/575838#M26843</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/426532"&gt;@Aristide&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Are you sure the particular file is your property or the owner lets you reshare aside him? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; The error message leads to response No 🤷 (it's neither your property nor given permission to you or your account).&lt;/P&gt;&lt;P&gt;Hope this gives direction.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 15:30:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/575838#M26843</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-02-06T15:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576070#M26851</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/426532"&gt;@Aristide&lt;/a&gt;&amp;nbsp;Здравко is correct, this error is referring to the sharing permissions for the particular file/account, not the app scopes. For reference, an 'access_error/no_permission' from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_file_member" target="_self"&gt;/2/sharing/add_file_member means&lt;/A&gt;:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;CODE&gt;access_error&lt;/CODE&gt;&lt;/STRONG&gt;&lt;I class="type"&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV id="SharingFileAccessError"&gt;
&lt;DIV class="title"&gt;SharingFileAccessError&lt;I&gt; (open union)&lt;/I&gt;&lt;/DIV&gt;
&lt;DIV class="field"&gt;&lt;STRONG&gt;&lt;CODE&gt;no_permission&lt;/CODE&gt;&lt;/STRONG&gt;&lt;I class="type"&gt; Void &lt;/I&gt;Current user does not have sufficient privileges to perform the desired action.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV class="field"&gt;For example, in this particular case, it sounds like this may be because the "editor" permission is not supported for individual file sharing for this file type.&lt;/DIV&gt;
&lt;DIV class="field"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="field"&gt;For comparison, the scopes registered to your app determine which pieces of API functionality your app can use at all.&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 16:48:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576070#M26851</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-07T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576175#M26861</link>
      <description>&lt;P&gt;Okay,&lt;/P&gt;
&lt;P&gt;it's working for .docx file. So I can't add a collaborator on an image, video, audio type file... who can modify this file?&lt;/P&gt;
&lt;P&gt;Is there a list of allowed types for this API?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 21:37:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576175#M26861</guid>
      <dc:creator>Aristide</dc:creator>
      <dc:date>2022-02-07T21:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576212#M26864</link>
      <description>&lt;P&gt;No, we don't have specific documentation on this for the Dropbox API, but I'll pass this along as a request. I can't promise if or when that might be added though.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 23:22:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576212#M26864</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-07T23:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to add a member on file or folder share.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576334#M26869</link>
      <description>&lt;P&gt;Ok, Greg-DB&lt;/P&gt;
&lt;P&gt;thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 12:23:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-to-add-a-member-on-file-or-folder-share/m-p/576334#M26869</guid>
      <dc:creator>Aristide</dc:creator>
      <dc:date>2022-02-08T12:23:35Z</dc:date>
    </item>
  </channel>
</rss>

