<?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: Dropbox root folder path variants home and work in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/745185#M3860</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1758283"&gt;@Takashi Homma&lt;/a&gt; Thanks for the context. The Dropbox API doesn't offer a way of constructing those non-shared web site URLs, 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;</description>
    <pubDate>Thu, 18 Jan 2024 15:45:40 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-01-18T15:45:40Z</dc:date>
    <item>
      <title>Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744087#M3848</link>
      <description>&lt;P&gt;I found&amp;nbsp;&lt;SPAN&gt;Dropbox's web interface has two types of folders at the root level: 'home' and 'work'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the difference between these? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can I use any API to determine which folder is being used?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 08:57:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744087#M3848</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-01-17T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744153#M3849</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1758283"&gt;@Takashi Homma&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can I use any API to determine which folder is being used?&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You (or your app user) can use any folder that the user has access to, so "which folder is being used" - not clear what you're asking for actually. If you want to know the types of folders (or namespaces) you can use &lt;A title="This list includes team folders, shared folders containing team members, team members' home namespaces, and team members' app folders" href="https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list" target="_blank" rel="noopener"&gt;/2/team/namespaces/list&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 13:53:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744153#M3849</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-01-17T13:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744271#M3850</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1758283"&gt;@Takashi Homma&lt;/a&gt; It sounds like you're referring to the /home and /work routes on the Dropbox web site. The Dropbox API doesn't use those; for information on interacting with different files/folders on the Dropbox API, I recommend reading 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;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 16:02:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744271#M3850</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-01-17T16:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744456#M3852</link>
      <description>&lt;P&gt;Ah, yes I meant a root part of URL path. And I want to make a link to uploaded files.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/home" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/home/foo/bar.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/work" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/work/foo/bar.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I understand that it is recommended to create a shared link when making a link pointer to a file. However, I want to avoid this because creating shared links generates tons of noise in the activity log and external sharing log.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is a difficult problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 02:24:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/744456#M3852</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-01-18T02:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/745185#M3860</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1758283"&gt;@Takashi Homma&lt;/a&gt; Thanks for the context. The Dropbox API doesn't offer a way of constructing those non-shared web site URLs, 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;</description>
      <pubDate>Thu, 18 Jan 2024 15:45:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/745185#M3860</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-01-18T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox root folder path variants home and work</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/745311#M3862</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 01:53:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-root-folder-path-variants-home-and-work/m-p/745311#M3862</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-01-19T01:53:22Z</dc:date>
    </item>
  </channel>
</rss>

