<?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 Get full path in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602575#M27984</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I get&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;shared folders for API&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"SOLAR"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;"namespace_id"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"1413620231"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &amp;nbsp;&lt;SPAN class=""&gt;"namespace_type"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;".tag"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"shared_folder"&lt;/SPAN&gt; &lt;SPAN class=""&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;BR /&gt;and i need full path to folder&amp;nbsp; (user@domain.com/folder/folder1/SOLAR)&lt;BR /&gt;&lt;BR /&gt;Can you get this path from the API by knowing the &lt;SPAN class=""&gt;namespace_id&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 07:24:45 GMT</pubDate>
    <dc:creator>L3monxx</dc:creator>
    <dc:date>2022-06-13T07:24:45Z</dc:date>
    <item>
      <title>Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602575#M27984</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I get&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;shared folders for API&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"SOLAR"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;"namespace_id"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"1413620231"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &amp;nbsp;&lt;SPAN class=""&gt;"namespace_type"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;".tag"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"shared_folder"&lt;/SPAN&gt; &lt;SPAN class=""&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;BR /&gt;and i need full path to folder&amp;nbsp; (user@domain.com/folder/folder1/SOLAR)&lt;BR /&gt;&lt;BR /&gt;Can you get this path from the API by knowing the &lt;SPAN class=""&gt;namespace_id&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:24:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602575#M27984</guid>
      <dc:creator>L3monxx</dc:creator>
      <dc:date>2022-06-13T07:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602874#M27994</link>
      <description>&lt;P&gt;It looks like you have the output of &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list" target="_self"&gt;/2/team/namespaces/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list-continue" target="_blank"&gt;/continue&lt;/A&gt;]. This will give you the namespace ID of shared folders, etc., for the team, but the path can vary for each member of the shared folder. To get the path for any given member, you'd need to look up the shared folder using their account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, you can do so using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata" target="_blank"&gt;/2/sharing/get_folder_metadata&lt;/A&gt; using the namespace_id as the shared_folder_id. If your app/access token is connected to the team itself, you'd need to use &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; to operate on a specific team member.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also want to check out the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;File Access Guide&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank"&gt;Team Files Guide&lt;/A&gt; for more reference.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 14:40:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602874#M27994</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-13T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602898#M27997</link>
      <description>&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;I get path but not for all ns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "access_type": {
    ".tag": "owner"
  },
  "is_inside_team_folder": false,
  "is_team_folder": false,
  "owner_team": {
    "id": "",
    "name": "Company"
  },
  "name": "LEGAL",
  "policy": {
    "member_policy": {
      ".tag": "anyone"
    },
    "resolved_member_policy": {
      ".tag": "anyone"
    },
    "acl_update_policy": {
      ".tag": "editors"
    },
    "shared_link_policy": {
      ".tag": "anyone"
    },
    "viewer_info_policy": {
      ".tag": "enabled"
    }
  },
  "preview_url": "",
  "shared_folder_id": "ID",
  "time_invited": "2022-02-10T12:29:24Z",
  "access_inheritance": {
    ".tag": "inherit"
  }
}
{
  "access_type": {
    ".tag": "owner"
  },
  "is_inside_team_folder": false,
  "is_team_folder": false,
  "owner_team": {
    "id": "",
    "name": "Company"
  },
  "path_lower": "/poczta_kurierzy",
  "parent_folder_name": "",
  "name": "POCZTA_KURIERZY",
  "policy": {
    "member_policy": {
      ".tag": "anyone"
    },
    "resolved_member_policy": {
      ".tag": "anyone"
    },
    "acl_update_policy": {
      ".tag": "editors"
    },
    "shared_link_policy": {
      ".tag": "anyone"
    },
    "viewer_info_policy": {
      ".tag": "enabled"
    }
  },
  "preview_url": "",
  "shared_folder_id": "ID",
  "time_invited": "2021-12-17T14:37:39Z",
  "access_inheritance": {
    ".tag": "inherit"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 16:47:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602898#M27997</guid>
      <dc:creator>L3monxx</dc:creator>
      <dc:date>2022-06-13T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602900#M27999</link>
      <description>&lt;P&gt;If the path is not present, that means that it is not mounted for that user, per &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata" target="_blank"&gt;the documentation&lt;/A&gt;:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;CODE&gt;path_lower&lt;/CODE&gt;&lt;/STRONG&gt;&lt;I class="type"&gt; String? &lt;/I&gt;The lower-cased full path of this shared folder. Absent for unmounted folders. This field is optional.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 13 Jun 2022 16:49:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602900#M27999</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-13T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602901#M28000</link>
      <description>&lt;P&gt;I don't really understand, the user owns the ns and doesn't have it mounted?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 16:59:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602901#M28000</guid>
      <dc:creator>L3monxx</dc:creator>
      <dc:date>2022-06-13T16:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get full path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602903#M28002</link>
      <description>&lt;P&gt;Yes, it's possible for a member (even the owner) of a shared folder to not have it mounted in their account. The &lt;A href="https://developers.dropbox.com/dbx-sharing-guide" target="_blank"&gt;Sharing Guide&lt;/A&gt; may also serve as a useful reference.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 17:04:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-full-path/m-p/602903#M28002</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-13T17:04:46Z</dc:date>
    </item>
  </channel>
</rss>

