<?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: Accessing Team Folders from User integration - and not Business Team integration in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551349#M26219</link>
    <description>&lt;P&gt;Yes, even when an app is not connected to a team itself (i.e., it's not authorized by a team admin to access &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the Business API functionality&lt;/A&gt;), the app can still use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the standard Dropbox API functionality&lt;/A&gt; to access any files/folders in the account, including the contents of any team folders/space (as long as it isn't sandboxed to an &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;app folder&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, while it won't be able to &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list" target="_self"&gt;the /2/team/team_folder/* endpoints&lt;/A&gt;, it can still use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints (optionally with the "Dropbox-API-Path-Root" header if/as needed). When calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;, you can start with 'path' being the empty string "" to list the current root (which is determined by the "Dropbox-API-Path-Root" header, or lack thereof). I recommend reading the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_self"&gt;File Access Guide&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_self"&gt;Team Files Guide&lt;/A&gt; for information on navigating the Dropbox filesystem, including the different team space/team folder configurations. (The "Dropbox-API-Path-Root" header is required to access outside of the member folder.)&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 14:53:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-10-18T14:53:29Z</dc:date>
    <item>
      <title>Accessing Team Folders from User integration - and not Business Team integration</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551330#M26215</link>
      <description>&lt;P&gt;I'm trying to integrate with Dropbox Teams... The integration works fine... I can read/write to Team Folders. And write/read those team folders with Dropbox-API-Path-Root and a namespace of that team folder. But I just got another requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The new requirement is actually not to use Team Administrator credentials... Which basically prevents me from using Dropbox Business Endpoints API at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Dropbox business - when I use normal user integration with User Endpoints API all file operations happens in their team member (Purple) folder that normally in Dropbox is named as their Firstname/lastname.&lt;/P&gt;
&lt;P&gt;So if a user in their Dropbox account has a folder structure like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/John Doe/ (their team member folder)&lt;BR /&gt;/Team Folder1/&lt;BR /&gt;/Team Folder2/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when I actually integrate with normal user API - Once writting/reading anything in their root folder "/" - I'm actually writting in their "/John Doe/" folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question is: With this kind of API integration - can I write/read to Team folders that this user has access to somehow?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 18:03:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551330#M26215</guid>
      <dc:creator>wojwal_y</dc:creator>
      <dc:date>2021-10-19T18:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Team Folders from User integration - and not Business Team integration</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551349#M26219</link>
      <description>&lt;P&gt;Yes, even when an app is not connected to a team itself (i.e., it's not authorized by a team admin to access &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the Business API functionality&lt;/A&gt;), the app can still use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the standard Dropbox API functionality&lt;/A&gt; to access any files/folders in the account, including the contents of any team folders/space (as long as it isn't sandboxed to an &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;app folder&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, while it won't be able to &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-list" target="_self"&gt;the /2/team/team_folder/* endpoints&lt;/A&gt;, it can still use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints (optionally with the "Dropbox-API-Path-Root" header if/as needed). When calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;, you can start with 'path' being the empty string "" to list the current root (which is determined by the "Dropbox-API-Path-Root" header, or lack thereof). I recommend reading the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_self"&gt;File Access Guide&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_self"&gt;Team Files Guide&lt;/A&gt; for information on navigating the Dropbox filesystem, including the different team space/team folder configurations. (The "Dropbox-API-Path-Root" header is required to access outside of the member folder.)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 14:53:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551349#M26219</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-18T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Team Folders from User integration - and not Business Team integration</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551372#M26220</link>
      <description>&lt;P&gt;Hi Greg,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, I'm familliar with&amp;nbsp;&lt;SPAN&gt;Dropbox-API-Path-Root - and use it with Business Team integration, but in order to use it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;- I have to know the specific namespace ID, and in order to get it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;- I need to make&amp;nbsp;team/namespaces/list call, which&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;- requires me to use Team integration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just tried it, and it works like you suggested, it's just that I know the namespace id fro other team integration.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And my quesiton is - how can I do it just with normal user integration - without team integration at all.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just thinking - would /sharing/ endpoints from users endpoints give me those Team Folders information/namespaces I'm looking for? Am I thinking right? Just want to make sure this can be done or not?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 16:21:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551372#M26220</guid>
      <dc:creator>wojwal_y</dc:creator>
      <dc:date>2021-10-18T16:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Team Folders from User integration - and not Business Team integration</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551402#M26221</link>
      <description>&lt;P&gt;Yes, there are a few ways you can navigate and determine the relevant namespace IDs without using team endpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For accounts with a team space, you can check &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_account&lt;/A&gt; to get the 'root_namespace_id'. Check out &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_self"&gt;the Team Files Guide&lt;/A&gt; for information on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For accounts without a team space, you can list everything under the member's folder, including mounted team folders, using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/continue&lt;/A&gt;]. Or, you can use the sharing endpoints such as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_self"&gt;/2/sharing/list_folders&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_self"&gt;/continue&lt;/A&gt;] or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders" target="_self"&gt;/2/sharing/list_mountable_folders&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue" target="_self"&gt;/continue&lt;/A&gt;] to list mounted or unmounted team folders that the account has access to. These will also include shared folders, but you can use the returned metadata to check if any particular entry is a team folder.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 18:29:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Accessing-Team-Folders-from-User-integration-and-not-Business/m-p/551402#M26221</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-18T18:29:11Z</dc:date>
    </item>
  </channel>
</rss>

