<?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: User root folder path in organizational user accounts where Team space is enabled in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724837#M32024</link>
    <description>&lt;P&gt;oh no. I may have to give up. anyway, really appreciate your quick reply. it is very helpful. thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 03:02:41 GMT</pubDate>
    <dc:creator>Takashi Homma</dc:creator>
    <dc:date>2023-10-27T03:02:41Z</dc:date>
    <item>
      <title>User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/720366#M31862</link>
      <description>&lt;P&gt;I'd like to know how to easily obtain the user root folder path in organizational user accounts where Team space is enabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For user accounts where Team space is disabled, the URL to a user's file looks like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/home/foo/bar/baz" target="_new"&gt;https://www.dropbox.com/home/foo/bar/baz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, for organizational user accounts with Team space enabled, it becomes:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/home/John" target="_new"&gt;https://www.dropbox.com/home/John&lt;/A&gt; Doe/foo/bar/baz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, I want to know how to easily obtain the URL for the user's folder or file. I understand that with the /users/get_current_account API, one can use the root_info.home_path. However, it's problematic when the username changes, leading to broken links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't want to use shared links because I want to provide the link to users with legitimate credentials.&lt;/P&gt;
&lt;P&gt;Is there a better method?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be great, for instance, if there was a string like user_root that acted as an alias to the user's home.&lt;/P&gt;
&lt;P&gt;e.g. &lt;A href="https://www.dropbox.com/home/user_root/foo/bar/baz" target="_new"&gt;https://www.dropbox.com/home/user_root/foo/bar/baz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 04:59:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/720366#M31862</guid>
      <dc:creator>Takashi Yamamoto</dc:creator>
      <dc:date>2023-10-11T04:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/720548#M31865</link>
      <description>&lt;P&gt;The Dropbox API doesn't offer a way to get/construct the /home URL of a file/folder on the Dropbox web site like that (either explicitly or via an alias), but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self" rel="noopener noreferrer"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; with the 'path' set to the the file/folder, and 'settings.audience' to 'no_one' to get a shared link that would refer to the folder on the web site for anyone who has access to it, though not directly enable any additional access to it. That kind of link would rely on the user's existing credentials/permissions, so it sounds like that may work for your use case.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 15:13:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/720548#M31865</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-11T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722427#M31926</link>
      <description>&lt;P&gt;Thank you! It works fine including team space folder with `Dropbox-Api-Path-Root`.&lt;/P&gt;&lt;P&gt;I have another question, when create link with 'no_one audience' setting, it seems not to count as external link, (I checked admin console &lt;A href="https://www.dropbox.com/team/admin/external_sharing?role=work" target="_blank"&gt;https://www.dropbox.com/team/admin/external_sharing?role=work&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;Is this true?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 10:01:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722427#M31926</guid>
      <dc:creator>Takashi Yamamoto</dc:creator>
      <dc:date>2023-10-18T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722483#M31927</link>
      <description>&lt;P&gt;Thanks for following up. I'm glad to hear that worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can only help with the Dropbox API itself, so for any questions regarding reporting or the Admin console, I suggest &lt;A href="https://www.dropbox.com/support" target="_blank"&gt;contacting support here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:06:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722483#M31927</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-18T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722725#M31933</link>
      <description>&lt;P&gt;Okay, thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 01:20:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/722725#M31933</guid>
      <dc:creator>Takashi Yamamoto</dc:creator>
      <dc:date>2023-10-19T01:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724179#M31997</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found a drawback.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When creating a shared link, a large amount of&amp;nbsp;activity logs are outputted in the admin console's activity. Is there a way to avoid this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 09:10:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724179#M31997</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2023-10-25T09:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724238#M32000</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1758283"&gt;@Takashi Homma&lt;/a&gt; No, I am not aware of a way to disable the logging.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 11:43:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724238#M32000</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-25T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: User root folder path in organizational user accounts where Team space is enabled</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724837#M32024</link>
      <description>&lt;P&gt;oh no. I may have to give up. anyway, really appreciate your quick reply. it is very helpful. thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 03:02:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/User-root-folder-path-in-organizational-user-accounts-where-Team/m-p/724837#M32024</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2023-10-27T03:02:41Z</dc:date>
    </item>
  </channel>
</rss>

