<?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 List File Members Java SDK in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/List-File-Members-Java-SDK/m-p/426677#M1268</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a java application im string to extract all the ACL informaiton of each file on a bussiness account, im using an app registered by the Team Admin, with "Team Member File Access".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way of getting a file's members only using the Team Admin?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; tryed this way, but it fails with a namespace exception (the namespace used its a TEAM_MEMBER_FOLDER)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SharedFileMembers result_file = client.asAdmin(adminTeamMemberId).withPathRoot(PathRoot.namespaceId(namespace.getNamespaceId())).sharing().listFileMembersBuilder(((FileMetadata)metadata).getId()).withIncludeInherited(true).start();&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Thanks for any help you could provide&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2020 17:36:58 GMT</pubDate>
    <dc:creator>vmora</dc:creator>
    <dc:date>2020-06-04T17:36:58Z</dc:date>
    <item>
      <title>List File Members Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/List-File-Members-Java-SDK/m-p/426677#M1268</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a java application im string to extract all the ACL informaiton of each file on a bussiness account, im using an app registered by the Team Admin, with "Team Member File Access".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way of getting a file's members only using the Team Admin?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; tryed this way, but it fails with a namespace exception (the namespace used its a TEAM_MEMBER_FOLDER)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SharedFileMembers result_file = client.asAdmin(adminTeamMemberId).withPathRoot(PathRoot.namespaceId(namespace.getNamespaceId())).sharing().listFileMembersBuilder(((FileMetadata)metadata).getId()).withIncludeInherited(true).start();&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Thanks for any help you could provide&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 17:36:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/List-File-Members-Java-SDK/m-p/426677#M1268</guid>
      <dc:creator>vmora</dc:creator>
      <dc:date>2020-06-04T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: List File Members Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/List-File-Members-Java-SDK/m-p/426718#M1270</link>
      <description>&lt;P&gt;No, unfortunately, it's not possible to use the 'listFileMembers' functionality for all files from any/all members just using &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/DbxTeamClientV2.html#asAdmin-java.lang.String-" target="_self"&gt;asAdmin&lt;/A&gt; for an admin. You'll need to use &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/DbxTeamClientV2.html#asMember-java.lang.String-" target="_self"&gt;asMember&lt;/A&gt; for the relevant members(s).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members" target="_self"&gt;/2/sharing/list_file_members endpoints&lt;/A&gt;, which is what the 'listFileMembers' methods in the Java SDK use, only supports the "Team Admin" mode for "Dropbox-API-Select-Admin", &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;meaning&lt;/A&gt; that it can "access content of team folders but not team member's private files".&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 17:13:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/List-File-Members-Java-SDK/m-p/426718#M1270</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-04T17:13:53Z</dc:date>
    </item>
  </channel>
</rss>

