<?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: New DropBox Ui does not support the API ??? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/339586#M19704</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;when i am trying to retrive user list in the past, i used this :&lt;/P&gt;
&lt;P&gt;client.Team.MembersListAsync().ConfigureAwait(false);&lt;/P&gt;
&lt;P&gt;but now it is different beacuse i am using the dropboxClient and not the dropboxTeamClient.&lt;/P&gt;
&lt;P&gt;same question is about the groups and GetItemSecurityAsync.&lt;/P&gt;
&lt;P&gt;how to i get them using the dropbox client?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How you call team methods, such as&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_MembersListAsync_1.htm" target="_self"&gt;MembersListAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_GroupsListAsync_1.htm" target="_self"&gt;GroupsListAsync&lt;/A&gt; has not changed. These continue to be available on&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxTeamClient.htm" target="_self"&gt;DropboxTeamClient&lt;/A&gt; only, not&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I don't know what you're referring to by "GetItemSecurityAsync" though, as &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/search?q=GetItemSecurityAsync&amp;amp;unscoped_q=GetItemSecurityAsync" target="_self"&gt;that doesn't seem to be a method in the .NET SDK&lt;/A&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;is there a way to use in the team space like in the older version with AsMember() or&lt;/P&gt;
&lt;P&gt;AsAdmin.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The "member file access" feature continues to be available for both configurations, in the .NET SDK via&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsAdmin.htm" target="_self"&gt;DropboxTeamClient.AsAdmin&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self"&gt;DropboxTeamClient.AsMember&lt;/A&gt;. These methods allow you to perform actions on behalf of specific admins or members, whether or not the team happens to be using the team space configuration.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;when is dropbox planning to leave the old UI or it is somthing that will stay for a long time?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can't offer a timeline for when the different configurations may be in use. I can only offer help with the Dropbox API itself. You may wish to &lt;A href="https://www.dropbox.com/support/email/business_and_teams/submit" target="_self"&gt;contact&amp;nbsp;Dropbox Business support&lt;/A&gt; for general questions about&amp;nbsp;Dropbox Business itself.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;do i need to user both ? or how can i use both ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This depends on your app and who will be using it. If your app is meant for use by any arbitrary&amp;nbsp;Dropbox Business team, I&amp;nbsp;recommend supporting both configurations. If it is only meant for your own use or use by specific team(s), you can build it just for whichever configuration(s) are needed.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;it there a different way to contact you for help?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;We offer &lt;A href="https://www.dropbox.com/support" target="_self"&gt;a variety of channels for getting help for the&amp;nbsp;Dropbox API&lt;/A&gt;, but note that they are all handled by the same&amp;nbsp;Dropbox developer support department and so help will be given at about the same rate across the channels. You can&amp;nbsp;&lt;A href="https://www.dropbox.com/support/email/business_and_teams/submit" target="_self"&gt;contact&amp;nbsp;Dropbox Business support&lt;/A&gt; for general questions about&amp;nbsp;Dropbox Business itself.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 18:34:32 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-04-15T18:34:32Z</dc:date>
    <item>
      <title>New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337404#M19637</link>
      <description>&lt;P&gt;I notice for a change in the dropbox ui team folder disappear.&lt;/P&gt;&lt;P&gt;i am using the .net SDK and in the new UI the API does not work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need Help !!!! ASAP&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i developer at cloudsfer - we are doing data migration for dropbox customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337404#M19637</guid>
      <dc:creator>omrikaufman</dc:creator>
      <dc:date>2019-05-29T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337467#M19649</link>
      <description>&lt;P&gt;It sounds like you may be referring to &lt;A href="https://help.dropbox.com/business/team-space-overview" target="_self"&gt;the new&amp;nbsp;Dropbox "team space" configuration&lt;/A&gt;. The&amp;nbsp;Dropbox API does support operating in the team space. Please read&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;the Namespace Guide&lt;/A&gt;, as it covers this in detail.&lt;/P&gt;
&lt;P&gt;In &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the .NET SDK&lt;/A&gt; in particular, you can set the 'Dropbox-API-Path-Root' header using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxClient_WithPathRoot.htm" target="_blank"&gt;DropboxClient.WithPathRoot.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:45:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337467#M19649</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-04T14:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337886#M19668</link>
      <description>&lt;P&gt;ok Thanks,&lt;/P&gt;&lt;P&gt;some questions&lt;/P&gt;&lt;P&gt;1. how do&amp;nbsp; i know in what namespace is the user is?&lt;/P&gt;&lt;P&gt;2. i do i know if the user is with the old dropbox UI or the New UI (namespace)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; how can i get the inforamation on a spesific user and not all the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. and i saw this&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/34865841/dropbox-http-api-get-files-folders-for-current-tokens-account" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/34865841/dropbox-http-api-get-files-folders-for-current-tokens-account&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;where in the .Net Sdk this issue is takign care off??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5 . if i try to get a list of all the data only for a spesific user&amp;nbsp; how can retrive that inforamtion?&lt;/P&gt;&lt;P&gt;from the dropbox client or from the dropboxteamclient ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am working in cloudsfer.com - we are doing data migration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. if i want to support the older version and the new team space version.&lt;/P&gt;&lt;P&gt;how can it be done . how can i deside how to call the api .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for exmple i want that the admin will do action for the users.&lt;/P&gt;&lt;P&gt;in the old version i used to do this&amp;nbsp;&lt;/P&gt;&lt;P&gt;DropboxTeamClient client = new DropboxTeamClient(request.AccessToken);&lt;/P&gt;&lt;P&gt;** - client.AsMember(request.AsMember).Files.ListFolderAsync(folderId)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7 . so how do i make the same request in the new team space?&lt;/P&gt;&lt;P&gt;the oauth is beeing doen by the admin user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 13:34:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/337886#M19668</guid>
      <dc:creator>omrikaufman</dc:creator>
      <dc:date>2019-04-07T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/338185#M19669</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;1. how do i know in what namespace is the user is?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can get any particular user's "root information", i.e., what the namespace ID for their member folder is, and that the namespace ID for their root folder is, by calling&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Users_Routes_UsersUserRoutes_GetCurrentAccountAsync.htm" target="_self"&gt;GetCurrentAccountAsync&lt;/A&gt;. The information will be in the returned&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Users_FullAccount_RootInfo.htm" target="_self"&gt;FullAccount.RootInfo&lt;/A&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;2. i do i know if the user is with the old dropbox UI or the New UI (namespace)?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should check the type of the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Common_RootInfo.htm" target="_self"&gt;RootInfo&lt;/A&gt; present in that&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Users_FullAccount_RootInfo.htm" target="_self"&gt;FullAccount.RootInfo&lt;/A&gt;&amp;nbsp;above. If it's a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Common_UserRootInfo.htm" target="_self"&gt;UserRootInfo&lt;/A&gt;, the user's team does not currently use the team space configuation. If it's&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Common_TeamRootInfo.htm" target="_self"&gt;TeamRootInfo&lt;/A&gt;, the user's team does currently use the team space configuration.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;3. how can i get the inforamation on a spesific user and not all the data.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you're referring to the root namespace information, refer to the answers above.&lt;/P&gt;
&lt;P&gt;If you're referring to getting the file/folder listings for any particular user, using the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_self"&gt;ListFolderAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderContinueAsync_1.htm" target="_self"&gt;ListFolderContinueAsync&lt;/A&gt; methods is the correct way to do so.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;4. and i saw this &lt;A href="https://stackoverflow.com/questions/34865841/dropbox-http-api-get-files-folders-for-current-tokens-a" target="_blank"&gt;https://stackoverflow.com/questions/34865841/dropbox-http-api-get-files-folders-for-current-tokens-a&lt;/A&gt;... where in the .Net Sdk this issue is takign care off??&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin" target="_self"&gt;/team/token/get_authenticated_admin&lt;/A&gt; endpoint mentioned there is offered in the .NET SDK as&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_TokenGetAuthenticatedAdminAsync.htm" target="_self"&gt;TokenGetAuthenticatedAdminAsync&lt;/A&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;5 . if i try to get a list of all the data only for a spesific user how can retrive that inforamtion? from the dropbox client or from the dropboxteamclient ??&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which kind of client you use depends on what kind of API app you have registered.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your app is registered for the "Dropbox API", for instance, with the "Full Dropbox" or "App Folder" permission, you would use a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt; directly to connect to the user's account.&lt;/P&gt;
&lt;P&gt;If your app is registered for the "Dropbox Business API", for instance, with the "Team Member File Access" permission, you would use a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxTeamClient.htm" target="_self"&gt;DropboxTeamClient&lt;/A&gt;&amp;nbsp;to connect to the team. You can then use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self"&gt;DropboxTeamClient.AsMember&lt;/A&gt; or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsAdmin.htm" target="_self"&gt;DropboxTeamClient.AsAdmin&lt;/A&gt; to then get a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt; for a team member or admin to operate on their account in particular.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;6. if i want to support the older version and the new team space version. how can it be done . how can i deside how to call the api .&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can determine what kind of configuration the team is using as covered in the answer to question 1 above. Then, you can decide which namespace you want to connect to (as shown in the answer to question 7 below).&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;7 . so how do i make the same request in the new team space?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can use the same&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_self"&gt;ListFolderAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderContinueAsync_1.htm" target="_self"&gt;ListFolderContinueAsync&lt;/A&gt; methods to list the contents of any particular namespace. You should use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxClient_WithPathRoot.htm" target="_self"&gt;DropboxClient.WithPathRoot&lt;/A&gt; to generate a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt; with the desired namespace set as the root. There's &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/b8f5c751f9df6765f4e2bbb98b39bc6bde5cfadc/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L349" target="_self"&gt;an example of using it here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 18:12:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/338185#M19669</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-08T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/339508#M19698</link>
      <description>&lt;P&gt;ThanksGreg.&lt;/P&gt;&lt;P&gt;but i have a few more questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i am trying to retrive user list in the past, i used this :&lt;/P&gt;&lt;P&gt;client.Team.MembersListAsync().ConfigureAwait(false);&lt;/P&gt;&lt;P&gt;but now it is different beacuse i am using the dropboxClient and not the dropboxTeamClient.&lt;/P&gt;&lt;P&gt;same question is about the groups and&amp;nbsp;GetItemSecurityAsync.&lt;/P&gt;&lt;P&gt;how to i get them using the dropbox client?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to use in the team space like in the older version with AsMember() or&lt;/P&gt;&lt;P&gt;AsAdmin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when is dropbox planning to leave the old UI or it is somthing that will stay for a long time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do i need to user both ? or how can i use both ?&lt;/P&gt;&lt;P&gt;it there a different way to contact you for help?&lt;/P&gt;&lt;P&gt;here it is taking to long to get an answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 13:00:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/339508#M19698</guid>
      <dc:creator>omrikaufman</dc:creator>
      <dc:date>2019-04-15T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: New DropBox Ui does not support the API ???</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/339586#M19704</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;when i am trying to retrive user list in the past, i used this :&lt;/P&gt;
&lt;P&gt;client.Team.MembersListAsync().ConfigureAwait(false);&lt;/P&gt;
&lt;P&gt;but now it is different beacuse i am using the dropboxClient and not the dropboxTeamClient.&lt;/P&gt;
&lt;P&gt;same question is about the groups and GetItemSecurityAsync.&lt;/P&gt;
&lt;P&gt;how to i get them using the dropbox client?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How you call team methods, such as&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_MembersListAsync_1.htm" target="_self"&gt;MembersListAsync&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_GroupsListAsync_1.htm" target="_self"&gt;GroupsListAsync&lt;/A&gt; has not changed. These continue to be available on&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxTeamClient.htm" target="_self"&gt;DropboxTeamClient&lt;/A&gt; only, not&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I don't know what you're referring to by "GetItemSecurityAsync" though, as &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/search?q=GetItemSecurityAsync&amp;amp;unscoped_q=GetItemSecurityAsync" target="_self"&gt;that doesn't seem to be a method in the .NET SDK&lt;/A&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;is there a way to use in the team space like in the older version with AsMember() or&lt;/P&gt;
&lt;P&gt;AsAdmin.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The "member file access" feature continues to be available for both configurations, in the .NET SDK via&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsAdmin.htm" target="_self"&gt;DropboxTeamClient.AsAdmin&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self"&gt;DropboxTeamClient.AsMember&lt;/A&gt;. These methods allow you to perform actions on behalf of specific admins or members, whether or not the team happens to be using the team space configuration.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;when is dropbox planning to leave the old UI or it is somthing that will stay for a long time?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can't offer a timeline for when the different configurations may be in use. I can only offer help with the Dropbox API itself. You may wish to &lt;A href="https://www.dropbox.com/support/email/business_and_teams/submit" target="_self"&gt;contact&amp;nbsp;Dropbox Business support&lt;/A&gt; for general questions about&amp;nbsp;Dropbox Business itself.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;do i need to user both ? or how can i use both ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This depends on your app and who will be using it. If your app is meant for use by any arbitrary&amp;nbsp;Dropbox Business team, I&amp;nbsp;recommend supporting both configurations. If it is only meant for your own use or use by specific team(s), you can build it just for whichever configuration(s) are needed.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;it there a different way to contact you for help?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;We offer &lt;A href="https://www.dropbox.com/support" target="_self"&gt;a variety of channels for getting help for the&amp;nbsp;Dropbox API&lt;/A&gt;, but note that they are all handled by the same&amp;nbsp;Dropbox developer support department and so help will be given at about the same rate across the channels. You can&amp;nbsp;&lt;A href="https://www.dropbox.com/support/email/business_and_teams/submit" target="_self"&gt;contact&amp;nbsp;Dropbox Business support&lt;/A&gt; for general questions about&amp;nbsp;Dropbox Business itself.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 18:34:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/New-DropBox-Ui-does-not-support-the-API/m-p/339586#M19704</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-15T18:34:32Z</dc:date>
    </item>
  </channel>
</rss>

