<?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: Use RootNameSpaceId or HomeNameSapceId in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712682#M31566</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Which one is used by default if we don't set&amp;nbsp; WithPathRoot - &lt;STRONG&gt;RootNameSpaceID or HomeNameSpaceID&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;By default '&lt;STRONG&gt;HomeNameSpaceID&lt;/STRONG&gt;' is in use when nothing set explicitly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From what I&amp;nbsp; understand, we need to use HomeNameSpaceID if we need to create files and folders via Dropbox APIs in user's personal folders and&amp;nbsp;RootNameSpaceID if we we want to create files and folders in user's team folders.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Is that correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm.. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; No exactly. Yes, if you want to access everywhere particular user of your application has access to (including it's own folder), you have to set 'RootNameSpaceID'. If you want to have access to user's member folder only, you can use any of 'RootNameSpaceID' or 'HomeNameSpaceID' (or not set).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Please confirm which NameSpaceID to use in our case where we want to create file in User 's own personal folder for&amp;nbsp; both Team space and Team folder Dropbox Business configurations?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As I said, you can use whatever you want (including not set anything at all). You should keep in mind that all path you will set in API calls to addressing files/folders will be relative to selected namespace (the home when nothing selected), something you, as seems, have ignored and that's where your issues are coming from.&lt;/P&gt;&lt;P&gt;Here, if I have to bet, you want to use absolute account address (as seems). To achieve this it's convenient to always set 'RootNameSpaceID' regardless of actual account configuration. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2023 17:57:35 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-09-10T17:57:35Z</dc:date>
    <item>
      <title>Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712659#M31565</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have developed a migration app that one of our customers used for migration files from Windows to Dropbox.&lt;/P&gt;&lt;P&gt;The migration worked fine except that the files were migrated in a different folder from the one selected by customer.&lt;/P&gt;&lt;P&gt;I then read Dropbox Team Files Guide:&amp;nbsp;&lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener"&gt;https://developers.dropbox.com/dbx-team-files-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dropbox for Business Account we used for &lt;STRONG&gt;dev testing&lt;/STRONG&gt; is set up &lt;STRONG&gt;as Team Folder&lt;/STRONG&gt; Configuration where RootNameSpaceId and HomeNameSpaceId&amp;nbsp; are same and so we did not face issue during migration.&amp;nbsp;&amp;nbsp;However, our &lt;STRONG&gt;customer&lt;/STRONG&gt; Dropbox for&amp;nbsp; Business Account is set us as &lt;STRONG&gt;Team Spaces &lt;/STRONG&gt;where&amp;nbsp;RootNameSpaceId and HomeNameSpaceId&amp;nbsp; are different.&amp;nbsp;&amp;nbsp;This seems to be the most probable reason for files being migrated to a different folder for our customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to ensure that our application should be able to migrate files for both the Dropbox for Business configurations i.e. Team Space as well as Team Folder configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found out&amp;nbsp; that we can use either&amp;nbsp;RootNamespaceId or&amp;nbsp;HomeNamespaceId as per the code snippet below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DropboxApi.Users.FullAccount acc = await clientadmin.Users.GetCurrentAccountAsync();
string rootnamespace = "";

if (acc != null &amp;amp;&amp;amp; acc.RootInfo != null &amp;amp;&amp;amp; acc.RootInfo.RootNamespaceId != null)
{
rootnamespace = acc.RootInfo.RootNamespaceId;
//rootnamespace = acc.RootInfo.HomeNamespaceId;
}

clientadmin = clientadmin.WithPathRoot(new PathRoot.NamespaceId(rootnamespace));&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which one is used by default if we don't set&amp;nbsp; WithPathRoot - &lt;STRONG&gt;RootNameSpaceID or HomeNameSpaceID&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I&amp;nbsp; understand, we need to use HomeNameSpaceID if we need to create files and folders via Dropbox APIs in user's personal folders and&amp;nbsp;RootNameSpaceID if we we want to create files and folders in user's team folders.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Is that correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm which NameSpaceID to use in our case where we want to create file in User 's own personal folder for&amp;nbsp; both Team space and Team folder Dropbox Business configurations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 13:28:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712659#M31565</guid>
      <dc:creator>Gags</dc:creator>
      <dc:date>2023-09-10T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712682#M31566</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Which one is used by default if we don't set&amp;nbsp; WithPathRoot - &lt;STRONG&gt;RootNameSpaceID or HomeNameSpaceID&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;By default '&lt;STRONG&gt;HomeNameSpaceID&lt;/STRONG&gt;' is in use when nothing set explicitly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From what I&amp;nbsp; understand, we need to use HomeNameSpaceID if we need to create files and folders via Dropbox APIs in user's personal folders and&amp;nbsp;RootNameSpaceID if we we want to create files and folders in user's team folders.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Is that correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm.. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; No exactly. Yes, if you want to access everywhere particular user of your application has access to (including it's own folder), you have to set 'RootNameSpaceID'. If you want to have access to user's member folder only, you can use any of 'RootNameSpaceID' or 'HomeNameSpaceID' (or not set).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Please confirm which NameSpaceID to use in our case where we want to create file in User 's own personal folder for&amp;nbsp; both Team space and Team folder Dropbox Business configurations?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As I said, you can use whatever you want (including not set anything at all). You should keep in mind that all path you will set in API calls to addressing files/folders will be relative to selected namespace (the home when nothing selected), something you, as seems, have ignored and that's where your issues are coming from.&lt;/P&gt;&lt;P&gt;Here, if I have to bet, you want to use absolute account address (as seems). To achieve this it's convenient to always set 'RootNameSpaceID' regardless of actual account configuration. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 17:57:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712682#M31566</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-09-10T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712715#M31567</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank-you for answering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I understand, I&amp;nbsp; should set RootNameSpace&amp;nbsp; everywhere in my Dropbox API&amp;nbsp; calls in my scenario as in the code snippet below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dropbox.Api.Users.FullAccount acc = await clientadmin.Users.GetCurrentAccountAsync();
string rootnamespace = "";

if (acc != null &amp;amp;&amp;amp; acc.RootInfo != null &amp;amp;&amp;amp; acc.RootInfo.RootNamespaceId != null)
{
      rootnamespace = acc.RootInfo.RootNamespaceId;
}

clientadmin = clientadmin.WithPathRoot(new PathRoot.NamespaceId(rootnamespace));&lt;/LI-CODE&gt;&lt;P&gt;I am getting the issue because the Default Namespace used is HomeNameSpace.&lt;/P&gt;&lt;P&gt;Is&amp;nbsp; that&amp;nbsp; correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to test my changes I would need a Dropbox Business using Team Space configuration.&lt;/P&gt;&lt;P&gt;How do I convert my existing Dropbox Business from Team Folder configuration to Team Space configuration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 00:12:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712715#M31567</guid>
      <dc:creator>Gags</dc:creator>
      <dc:date>2023-09-11T00:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712716#M31568</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;As I understand, I&amp;nbsp; should set RootNameSpace&amp;nbsp; everywhere in my Dropbox API&amp;nbsp; calls in my scenario ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's matter of design decision, not something mandatory. I conditionally proposed it since the description in your OP was sounding so. If I was wrong... finally it's your decision.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I am getting the issue because the Default Namespace used is HomeNameSpace.&lt;/P&gt;&lt;P&gt;Is&amp;nbsp; that&amp;nbsp; correct ?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm.. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; No exactly, &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; again. Yes, as I said before, the default namespace, if nothing else set, is the member's home namespace. It's not some issue mandatory, in spite in your case may appear as such and most probably is. The actual issue is, as I said, you haven't accounted used namespace (the home one in particular) that serves as base for all path to files/folders used in API calls (i.e. the same path with different namespace will lead to different real place - all paths are relative to the namespace in use). In this context another solution can be path correction or let the user select desired path after listing all available. All paths in the list are with correct path based on the whatever namespace set (or not set namespace). You can use folder id too. Again changing namespace suppose different path! Just don't forget it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;In order to test my changes I would need a Dropbox Business using Team Space configuration.&lt;/P&gt;&lt;P&gt;How do I convert my existing Dropbox Business from Team Folder configuration to Team Space configuration ?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To be honest I'm not aware of all those details, but you may have received an email notification asking if &lt;A title="Upcoming file system update to your Dropbox team account" href="https://help.dropbox.com/accounts-billing/plans-upgrades/upcoming-business-team-changes" target="_blank" rel="noopener"&gt;you’d like to upgrade your account to the new Dropbox business&lt;/A&gt;. Check this and do whatever needed.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 01:12:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712716#M31568</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-09-11T01:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712890#M31575</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt; It looks like Здравко already helpfully answered your questions, but let us know if you still need help with anything.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 16:01:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712890#M31575</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-09-11T16:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712964#M31580</link>
      <description>&lt;P&gt;Thank-you &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;&amp;nbsp;. We have resolved the issue by using RootNamespaceId for our Customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to test my changes in our QA environment, I would need Dropbox Business using Team Space configuration. How do I convert my existing Dropbox Business from Team Folder configuration to Team Space configuration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 23:23:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/712964#M31580</guid>
      <dc:creator>Gags</dc:creator>
      <dc:date>2023-09-11T23:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use RootNameSpaceId or HomeNameSapceId</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/713064#M31587</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/771124"&gt;@Gags&lt;/a&gt; For help with the configuration of your team, please &lt;A href="https://www.dropbox.com/support" target="_blank"&gt;contact support&lt;/A&gt; from an admin account on the team.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 12:52:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-RootNameSpaceId-or-HomeNameSapceId/m-p/713064#M31587</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-09-12T12:52:07Z</dc:date>
    </item>
  </channel>
</rss>

