<?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: Remove Shared Folder Invitee in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371712#M20950</link>
    <description>&lt;P&gt;What kind of job are you trying to check when you get this?&lt;/P&gt;
&lt;P&gt;For example, if you're sharing a folder using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder" target="_self"&gt;/2/sharing/share_folder&lt;/A&gt;, per the docs you should check on the job with&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_share_job_status" target="_self"&gt;/2/sharing/check_share_job_status&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or, if you're unsharing a folder using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-unshare_folder" target="_self"&gt;/2/sharing/unshare_folder&lt;/A&gt;, you need to check on the job using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_job_status" target="_self"&gt;/2/sharing/check_job_status&lt;/A&gt;. (Note the difference between&amp;nbsp;check_share_job_status and&amp;nbsp;check_job_status.)&lt;/P&gt;
&lt;P&gt;If you're using an SDK, there are corresponding native methods for each of these.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 20:16:06 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-10-15T20:16:06Z</dc:date>
    <item>
      <title>Remove Shared Folder Invitee</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371393#M20930</link>
      <description>&lt;P&gt;I've been working on Sharing of folders using the API, but can not see how you remove a member who has not added it to their dropbox&lt;/P&gt;
&lt;P&gt;This is the message in the UI "name@domain.com has not added this to their Dropbox yet"&lt;/P&gt;
&lt;P&gt;When I try and remove using the RemoveMember I get this error : member_error/no_explicit_access/...&lt;/P&gt;
&lt;P&gt;Which I guess makes sense as they haven't accepted or added. But how would you revoke this, so it doesn't show in the UI?&lt;/P&gt;
&lt;P&gt;Also, when sharing indvidual files I only have the option to give View permission.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371393#M20930</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-10-15T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Shared Folder Invitee</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371583#M20937</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-remove_folder_member" target="_self"&gt;The /2/sharing/remove_folder_member endpoint&lt;/A&gt; (or corresponding native method) would be the right way to remove a member from a folder, whether or not they've mounted it. (Or, if operating on the recipient themselves,&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-relinquish_folder_membership" target="_self"&gt;/2/sharing/relinquish_folder_membership&lt;/A&gt;.)&lt;/P&gt;
&lt;P&gt;That 'no_explicit_access' error should indicate "The target member only has inherited access to the shared folder". For example, they only have access by virtue of having access to a higher level folder, meaning you can't remove just the lower folder.&lt;/P&gt;
&lt;P&gt;Can you print out the full error object/message?&amp;nbsp;The nested `MemberAccessLevelResult` may contain more useful information.&lt;/P&gt;
&lt;P&gt;If that doesn't seem to be the case though, please share some sample calls that produce this unexpected error though so we can look into it.&lt;/P&gt;
&lt;P&gt;Also, sharing individual files is a different piece of functionality than sharing folders, and sharing individual files does only support view-only access. For that, you can add members to files using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_file_member" target="_self"&gt;/2/sharing/add_file_member&lt;/A&gt;, and remove them using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-remove_file_member_2" target="_self"&gt;/2/sharing/remove_file_member_2&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 15:10:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371583#M20937</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-15T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Shared Folder Invitee</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371700#M20949</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply, and it was the parent that had the permission also.&lt;/P&gt;&lt;P&gt;I get the following error now :&lt;/P&gt;&lt;P&gt;HTTP/1.1 409 Conflict&lt;BR /&gt;X-Dropbox-Request-Id: 860311efbc28a9b13e0ee1bb5d4e7ddd&lt;BR /&gt;{"error_summary": "internal_error/.", "error": {".tag": "internal_error"}}&lt;/P&gt;&lt;P&gt;I am retrying and still fails. Does the request Id help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:58:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371700#M20949</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-10-15T19:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Shared Folder Invitee</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371712#M20950</link>
      <description>&lt;P&gt;What kind of job are you trying to check when you get this?&lt;/P&gt;
&lt;P&gt;For example, if you're sharing a folder using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder" target="_self"&gt;/2/sharing/share_folder&lt;/A&gt;, per the docs you should check on the job with&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_share_job_status" target="_self"&gt;/2/sharing/check_share_job_status&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or, if you're unsharing a folder using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-unshare_folder" target="_self"&gt;/2/sharing/unshare_folder&lt;/A&gt;, you need to check on the job using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-check_job_status" target="_self"&gt;/2/sharing/check_job_status&lt;/A&gt;. (Note the difference between&amp;nbsp;check_share_job_status and&amp;nbsp;check_job_status.)&lt;/P&gt;
&lt;P&gt;If you're using an SDK, there are corresponding native methods for each of these.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 20:16:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371712#M20950</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-15T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Shared Folder Invitee</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371724#M20951</link>
      <description>&lt;P&gt;Yep, that would be the problem. I was calling CheckShareJobStatus for UnSharing a folder.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 20:43:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Remove-Shared-Folder-Invitee/m-p/371724#M20951</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-10-15T20:43:23Z</dc:date>
    </item>
  </channel>
</rss>

