<?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: Get tree of all member directories in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-tree-of-all-member-directories/m-p/301153#M18231</link>
    <description>&lt;P&gt;It sounds like you're referring to the note in the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;&amp;nbsp;documentation that says:&lt;/P&gt;
&lt;P&gt;"Apps must have full Dropbox access to use this endpoint."&lt;/P&gt;
&lt;P&gt;That is true, but only in the scope of user-apps (i.e., for the "Dropbox API"). Team-apps (i.e., for the "Dropbox Business API") have a different set of permissions.&lt;/P&gt;
&lt;P&gt;You can also &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;[&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFoldersContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;]&amp;nbsp;with an app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_blank"&gt;the "team member file access" permission&lt;/A&gt;, via&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;the "member file access" feature&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You don't necessarilly need to call&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFoldersContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&amp;nbsp;to get the shared folders though. If you're only interested in shared folders currently mounted in the member accounts, those will be included in the responses from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_blank"&gt;DbxUserFilesRequests.listFolder&lt;/A&gt;[&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;].&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;also posted &lt;A href="https://www.dropboxforum.com/t5/API-Support-Feedback/Download-data-for-all-users-on-team/m-p/279385/highlight/true#M16755" target="_blank"&gt;an answer in a thread here&lt;/A&gt; to a similar question that may be helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 14:41:30 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-10-04T14:41:30Z</dc:date>
    <item>
      <title>Get tree of all member directories</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-tree-of-all-member-directories/m-p/301065#M18227</link>
      <description>&lt;P&gt;Hi, I'm using dropbox api v2 in order to make some integration between dropbox and my own Java application, I have a dropbox business account and my intention is to be able to represent in my application all the directories of all its members for the user Admin , that is, the possibility for the admin user to see all the directories of all the members en my application.&lt;/P&gt;&lt;P&gt;For this I have tried to iterate for each member of the team, using the following method.&lt;/P&gt;&lt;PRE&gt;team (). membersList (). getMembers ()

&lt;/PRE&gt;&lt;P&gt;This last method allows me to iterate between each of the members that make up a team. Then I get your files with the following method.&lt;/P&gt;&lt;PRE&gt;client.files (). listFolder ("")

&lt;/PRE&gt;&lt;P&gt;This works well for me since I can represent the folders and files of all the members, however I have problems with the shared folders, I understand that the way to obtain them is using ...&lt;/P&gt;&lt;PRE&gt;client.sharing (). listFolders ()

&lt;/PRE&gt;&lt;P&gt;However this last option gives me problems, which I have not yet been able to capture correctly in my application but according to what I have read it is because to access these shared folders I need the "type of access" of my application key to be "Full Dropbox".&lt;/P&gt;&lt;P&gt;My question is what is the best way to obtain all the directories of each member included yours shared folders? The only way to access shared folders is with an App of the Dropbox type Api and type acces "Full Dropbox"?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-tree-of-all-member-directories/m-p/301065#M18227</guid>
      <dc:creator>Operon</dc:creator>
      <dc:date>2019-05-29T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get tree of all member directories</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-tree-of-all-member-directories/m-p/301153#M18231</link>
      <description>&lt;P&gt;It sounds like you're referring to the note in the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;&amp;nbsp;documentation that says:&lt;/P&gt;
&lt;P&gt;"Apps must have full Dropbox access to use this endpoint."&lt;/P&gt;
&lt;P&gt;That is true, but only in the scope of user-apps (i.e., for the "Dropbox API"). Team-apps (i.e., for the "Dropbox Business API") have a different set of permissions.&lt;/P&gt;
&lt;P&gt;You can also &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;[&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFoldersContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;]&amp;nbsp;with an app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_blank"&gt;the "team member file access" permission&lt;/A&gt;, via&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;the "member file access" feature&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You don't necessarilly need to call&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFolders--" target="_blank"&gt;DbxUserSharingRequests.listFolders&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listFoldersContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&amp;nbsp;to get the shared folders though. If you're only interested in shared folders currently mounted in the member accounts, those will be included in the responses from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_blank"&gt;DbxUserFilesRequests.listFolder&lt;/A&gt;[&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderContinue-java.lang.String-" target="_blank"&gt;Continue&lt;/A&gt;].&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;also posted &lt;A href="https://www.dropboxforum.com/t5/API-Support-Feedback/Download-data-for-all-users-on-team/m-p/279385/highlight/true#M16755" target="_blank"&gt;an answer in a thread here&lt;/A&gt; to a similar question that may be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:41:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-tree-of-all-member-directories/m-p/301153#M18231</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-04T14:41:30Z</dc:date>
    </item>
  </channel>
</rss>

