<?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: List_folder does not return shared Bussines folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/277298#M16615</link>
    <description>&lt;P&gt;(Apologies, I posted earlier under the mistaken impression that you were using the Python SDK, not the JavaScript SDK. Please disregard the earlier comment.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like the user is on a team with the new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/help/business/team-space-overview" target="_self"&gt;team space&lt;/A&gt;&amp;nbsp;configuration. There's more information about this in &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;the Namespace Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The API v2 JavaScript SDK doesn't yet support the Dropbox-API-Path-Root header unfortunately,&amp;nbsp;but I'll pass this along as a request to implement that.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 15:58:45 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-05-22T15:58:45Z</dc:date>
    <item>
      <title>List_folder does not return shared Bussines folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/277253#M16607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;User has Business dropbox account, and when accessing &lt;STRONG&gt;list_folder&lt;/STRONG&gt; with his token we only get folders that are under his Personal Account. The other 2 team business folders are not&amp;nbsp;being returned.&lt;BR /&gt;Note: We are not using Dropbox Business API.&lt;BR /&gt;&lt;BR /&gt;When User access Drobox it has 3 folders on UI with the following structure:&amp;nbsp;&lt;BR /&gt;1. Name Surname&lt;BR /&gt;2. Some Team Folder&lt;BR /&gt;3.&amp;nbsp;Other&amp;nbsp;Team folder&lt;BR /&gt;&lt;BR /&gt;Using node official package&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;dbx.filesListFolder({
                      path:                                '',
                      recursive:                           false,
                      include_has_explicit_shared_members: true
                   })&lt;/PRE&gt;
&lt;P&gt;The returned&amp;nbsp;&lt;EM&gt;entries&lt;/EM&gt; does contain&amp;nbsp;folders but that is a list of folders on his&amp;nbsp;Personal account listed as first in example above.&lt;BR /&gt;Are we doing something wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks for help!&lt;BR /&gt;Regards&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/277253#M16607</guid>
      <dc:creator>AlexBrajkovic</dc:creator>
      <dc:date>2019-05-29T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: List_folder does not return shared Bussines folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/277298#M16615</link>
      <description>&lt;P&gt;(Apologies, I posted earlier under the mistaken impression that you were using the Python SDK, not the JavaScript SDK. Please disregard the earlier comment.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like the user is on a team with the new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/help/business/team-space-overview" target="_self"&gt;team space&lt;/A&gt;&amp;nbsp;configuration. There's more information about this in &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;the Namespace Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The API v2 JavaScript SDK doesn't yet support the Dropbox-API-Path-Root header unfortunately,&amp;nbsp;but I'll pass this along as a request to implement that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 15:58:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/277298#M16615</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-22T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: List_folder does not return shared Bussines folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/321908#M18940</link>
      <description>&lt;P&gt;The "Dropbox-API-Path-Root" functionality is now available in the JavaScript SDK, as of v4.0.15. You can set it using the pathRoot parameter for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#Dropbox__anchor" target="_blank"&gt;the Dropbox constructor&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var dbx = new Dropbox.Dropbox({
&amp;nbsp; &amp;nbsp; accessToken: '&amp;lt;ACCESS_TOKEN&amp;gt;',
&amp;nbsp; &amp;nbsp; pathRoot: JSON.stringify({".tag": "root", "root": "123456789"})
&amp;nbsp; });&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;the Namespace Guide&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information on using this feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:38:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-folder-does-not-return-shared-Bussines-folders/m-p/321908#M18940</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-07T20:38:20Z</dc:date>
    </item>
  </channel>
</rss>

