<?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: how to check team space support for user-linked apps in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782761#M34118</link>
    <description>&lt;P&gt;Sorry, I mixed the feature tag for the teams and users so let me take a step back and ask you, differently,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I have been using &lt;A href="http://HasTeamSharedDropbox" target="_self"&gt;HasTeamSharedDropbox&lt;/A&gt;&amp;nbsp;to determine whether the teams use team spaces and it was returning the value "True" but I think my team has been upgraded to the updated team spaces and it's returning "False" now (Based on &lt;A href="https://dropbox.tech/developers/api-updates-to-better-support-team-spaces" target="_self"&gt;this&lt;/A&gt;). Is there any way I can verify it in the web UI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Can we assume that if the teams are upgraded to the team spaces or updated team spaces, all users are upgraded to it too?&lt;/P&gt;&lt;P&gt;2. How can I determine whether the teams use the team spaces or updated team spaces?&lt;/P&gt;&lt;P&gt;3. If no to the first question then how can I determine same thing for users?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** I am using .net SDK.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 20:52:11 GMT</pubDate>
    <dc:creator>SJ_Code</dc:creator>
    <dc:date>2024-07-11T20:52:11Z</dc:date>
    <item>
      <title>how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750770#M32937</link>
      <description>&lt;P&gt;I've read the document and have questions about supporting team spaces, specifically for user-linked apps.&lt;BR /&gt;&lt;A href="https://dropbox.tech/developers/api-updates-to-better-support-team-spaces" target="_blank"&gt;https://dropbox.tech/developers/api-updates-to-better-support-team-spaces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. For user-linked apps, can I determine if team space is enabled by checking the value of `root_info.root_namespace_id` from /2/users/get_current_account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The document mentions that the response of has_team_shared_dropbox differs between updated team spaces and team spaces, suggesting it cannot be used to determine the usage of a team space. Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; All users with a team space previously had a root_info of type team from /2/users/get_current_account. Going forward, users with the updated team space will have root_info of type user. Accordingly, do not rely on the root_info type to determine if a team uses the team space; that only indicates if the team shares the team space across all members. Instead, use /2/users/features/get_values to determine the features of a user account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 03:06:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750770#M32937</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-02-13T03:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750790#M32938</link>
      <description>&lt;P&gt;In user-linked apps, I want to know if the user has team space enabled. Can I determine its activation by using the get_current_account API response, based on specific conditions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- There is `"account_type": { ".tag": "business" }` entry.&lt;BR /&gt;- There is `"team"` key.&lt;BR /&gt;- `root_namespace_id` and `home_namespace_id` is different.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 06:49:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750790#M32938</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-02-13T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750906#M32947</link>
      <description>&lt;P&gt;1. With a user-linked app, to determine if an account has a team space, you can use the 'distinct_member_home' feature on &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-features-get_values" target="_blank"&gt;the /2/users/features/get_values endpoint&lt;/A&gt;. (The 'root_info.root_namespace_id' value from /2/users/get_current_account alone does not indicate the existence of a team space, as every account has some root namespace ID.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. That's correct, the 'team_shared_dropbox' feature values only indicate if the account is on a team with a shared team space in particular, so it cannot be used to detect if the account is on a team with a team space of any type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a user-linked app and want to check if the account has a team space (shared or not), use the above mentioned 'distinct_member_home' feature on &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-features-get_values" target="_blank"&gt;the /2/users/features/get_values endpoint&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:36:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/750906#M32947</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-02-13T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/751073#M32957</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for the very clear and understandable answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It was incredibly helpful. You're perfect!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 04:36:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/751073#M32957</guid>
      <dc:creator>Takashi Homma</dc:creator>
      <dc:date>2024-02-14T04:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782733#M34116</link>
      <description>&lt;P&gt;Hi Greg,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see "distinct_member_home" class that is derived from the &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/Feature.cs" target="_self"&gt;feature class&lt;/A&gt; in the .net dropbox api. I am using Dropbox.api 7.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below screenshot is from the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Team.Feature.html#Dropbox_Api_Team_Feature_IsHasTeamSharedDropbox" target="_self"&gt;documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SJ_Code_0-1720723503589.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/47435i3E945049D7BAEADA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SJ_Code_0-1720723503589.png" alt="SJ_Code_0-1720723503589.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:46:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782733#M34116</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-11T18:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782738#M34117</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1854626"&gt;@SJ_Code&lt;/a&gt; The team_shared_dropbox and distinct_member_home feature values for users and the has_distinct_member_homes feature values for teams haven't been implemented in .NET SDK yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can determine the same information from the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Common.RootInfo.html" target="_blank"&gt;RootInfo&lt;/A&gt; object in the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Users.FullAccount.html" target="_blank"&gt;FullAccount&lt;/A&gt; returned by&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Users.Routes.UsersUserRoutes.html#Dropbox_Api_Users_Routes_UsersUserRoutes_GetCurrentAccountAsync" target="_blank"&gt;GetCurrentAccountAsync&lt;/A&gt; though:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;team_shared_dropbox: this is the same as checking if the RootInfo is a TeamRootInfo.&lt;/LI&gt;
&lt;LI&gt;distinct_member_home: this is the same as checking if rootNamespaceId&lt;BR /&gt;and homeNamespaceId are different.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:57:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782738#M34117</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-07-11T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782761#M34118</link>
      <description>&lt;P&gt;Sorry, I mixed the feature tag for the teams and users so let me take a step back and ask you, differently,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I have been using &lt;A href="http://HasTeamSharedDropbox" target="_self"&gt;HasTeamSharedDropbox&lt;/A&gt;&amp;nbsp;to determine whether the teams use team spaces and it was returning the value "True" but I think my team has been upgraded to the updated team spaces and it's returning "False" now (Based on &lt;A href="https://dropbox.tech/developers/api-updates-to-better-support-team-spaces" target="_self"&gt;this&lt;/A&gt;). Is there any way I can verify it in the web UI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Can we assume that if the teams are upgraded to the team spaces or updated team spaces, all users are upgraded to it too?&lt;/P&gt;&lt;P&gt;2. How can I determine whether the teams use the team spaces or updated team spaces?&lt;/P&gt;&lt;P&gt;3. If no to the first question then how can I determine same thing for users?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** I am using .net SDK.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 20:52:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782761#M34118</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-11T20:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782768#M34119</link>
      <description>&lt;P&gt;Also, when do you think the updated .net SDK will be available?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 21:35:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782768#M34119</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-11T21:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782773#M34120</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1854626"&gt;@SJ_Code&lt;/a&gt; I can only help with API matters, so if you have any questions regarding the UI or the state of your team itself, I recommend &lt;A href="https://www.dropbox.com/support" target="_blank"&gt;reaching out to support&lt;/A&gt;. But yes, has_team_shared_dropbox is only true for the non-updated team space configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your questions:&lt;/P&gt;
&lt;P&gt;1. Yes, a team gets upgraded as a whole, so when using the API you should see all of the members of a team with the same configuration.&lt;/P&gt;
&lt;P&gt;2. Using the feature values on the API is the best way to check the state of a team, and you can see what each combination of features means in &lt;A href="https://dropbox.tech/developers/api-updates-to-better-support-team-spaces" target="_blank"&gt;the blog post&lt;/A&gt;. Since those aren't currently implemented in the .NET SDK though, you'll need to use the workaround from my previous message to determine the same information. The feature values are essentially just shortcuts to check the same thing.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 21:46:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782773#M34120</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-07-11T21:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782887#M34127</link>
      <description>&lt;P&gt;Thanks Greg-DB for quick replies with detailed answers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When do you think the updated .NET SDK available?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 12:39:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782887#M34127</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-12T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782919#M34134</link>
      <description>&lt;P&gt;Thanks, Greg-DB for a quick reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When do you think the updated .NET SDK will be available?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:22:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/782919#M34134</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-12T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/783364#M34153</link>
      <description>&lt;P&gt;Not sure why my last message didn't go through but thank you Greg for getting back to me with more information!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know when we can expect to have updated .NET SDK?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 19:53:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/783364#M34153</guid>
      <dc:creator>SJ_Code</dc:creator>
      <dc:date>2024-07-15T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to check team space support for user-linked apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/783394#M34154</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1854626"&gt;@SJ_Code&lt;/a&gt; It looks like your messages got caught in the spam filter for some reason. I just released them. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately I don't have a timeline to share for updates to the .NET SDK.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 21:45:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-check-team-space-support-for-user-linked-apps/m-p/783394#M34154</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-07-15T21:45:50Z</dc:date>
    </item>
  </channel>
</rss>

