<?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 API's Files.ListFolderAsync return path not found in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515588#M25274</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;, thanks for the response. It looks like we weren't dealing with the difference between team spaces and team folders. I'm now trying to use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_FeaturesGetValuesAsync_1.htm" target="_self"&gt;FeaturesGetValuesAsync&lt;/A&gt; method to handle these different cases, and I'm having an issue passing through a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Team_FeaturesGetValuesBatchArg.htm" target="_self"&gt;FeaturesGetValuesBatchArg&lt;/A&gt;. I'm sure I'm missing something really obvious here, but when I try and create a list of features, they end up with nulls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;HasTeamSharedDropbox feature = new Feature().AsHasTeamSharedDropbox; #this is null
FeaturesGetValuesBatchArg = new FeaturesGetValuesBatchArg(new List&amp;lt;Feature&amp;gt;(feature));&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you point out what I'm doing wrong here? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 20:11:58 GMT</pubDate>
    <dc:creator>KarenCu</dc:creator>
    <dc:date>2021-04-23T20:11:58Z</dc:date>
    <item>
      <title>Dropbox API's Files.ListFolderAsync return path not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515406#M25265</link>
      <description>&lt;P&gt;hi everyone,&lt;/P&gt;
&lt;P&gt;We have dropbox's enterprise account and a team admin&amp;nbsp; to grant consent permission to DropBox's Enterprise application.&lt;/P&gt;
&lt;P&gt;In this dropbox's enterprise,&amp;nbsp; we have a team folder "Design Document" created by different account which assigns to a group "Design". However, the authorized team admin user above isn't in the group of Design.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we use&amp;nbsp;Dropbox API's Files.ListFolderAsync to find the changes of this team folder&amp;nbsp;"Design Document".&amp;nbsp; The error returns path not found.&amp;nbsp; In addition, I tried with header "Dropbox-Api-Select-Admin" and pass in the team admin's team_member_id and still not found.&lt;/P&gt;
&lt;P&gt;When we connect using&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/team/team_folder/list" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/team/team_folder/list&lt;/A&gt;&amp;nbsp;with the same Dropbox Token, this&amp;nbsp;team folder&amp;nbsp;"Design Document" was listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So why we got the path not found even though the folder was there? Team admin should be able to see all the folders even though he is not in the member list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note the app to consent to Dropbox is Business's account .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for your assistant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 09:07:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515406#M25265</guid>
      <dc:creator>KarenCu</dc:creator>
      <dc:date>2021-04-23T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API's Files.ListFolderAsync return path not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515535#M25271</link>
      <description>&lt;P&gt;When calling it with a particular path like "/Design Document", the &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; method will only find items mounted in the connected account (for user-linked apps) or the specified team member's account (for team-linked apps, such as when using the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self"&gt;DropboxTeamClientAsMember&lt;/A&gt; or &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; method to specify the particular member).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, if the team uses the "&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-space-overview" target="_self"&gt;team space&lt;/A&gt;" configuration, and the folder is in the team space, the API call needs to be configured with the team space as the root. (API calls default to the member folder, not the team space.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already, I recommend first reading the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_self"&gt;File Access Guide&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_self"&gt;Team Files Guide&lt;/A&gt; as they offer some good background on how to interact with the Dropbox filesystem, especially for more complicated cases like this. (For reference, to set the 'Dropbox-API-Path-Root' header using the .NET SDK, you would use the &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; method.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since there are a few variables here, if this isn't working, please feel free to share the code you're running and the parameters you're passing so we can take a look at this specifically for you. You can &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket here&lt;/A&gt; if you'd prefer to share privately.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 16:58:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515535#M25271</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-23T16:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API's Files.ListFolderAsync return path not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515588#M25274</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;, thanks for the response. It looks like we weren't dealing with the difference between team spaces and team folders. I'm now trying to use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Team_Routes_TeamTeamRoutes_FeaturesGetValuesAsync_1.htm" target="_self"&gt;FeaturesGetValuesAsync&lt;/A&gt; method to handle these different cases, and I'm having an issue passing through a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Team_FeaturesGetValuesBatchArg.htm" target="_self"&gt;FeaturesGetValuesBatchArg&lt;/A&gt;. I'm sure I'm missing something really obvious here, but when I try and create a list of features, they end up with nulls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;HasTeamSharedDropbox feature = new Feature().AsHasTeamSharedDropbox; #this is null
FeaturesGetValuesBatchArg = new FeaturesGetValuesBatchArg(new List&amp;lt;Feature&amp;gt;(feature));&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you point out what I'm doing wrong here? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 20:11:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515588#M25274</guid>
      <dc:creator>KarenCu</dc:creator>
      <dc:date>2021-04-23T20:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API's Files.ListFolderAsync return path not found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515601#M25275</link>
      <description>&lt;P&gt;You can make this call like this:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Feature feature = Feature.HasTeamSharedDropbox.Instance;
FeaturesGetValuesBatchArg featuresGetValuesBatchArg = new FeaturesGetValuesBatchArg(new List&amp;lt;Feature&amp;gt; { feature });
FeaturesGetValuesBatchResult featuresGetValuesBatchResult = await client.Team.FeaturesGetValuesAsync(featuresGetValuesBatchArg);
&lt;/LI-CODE&gt;
&lt;P&gt;Hope this helps! &lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 21:07:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-s-Files-ListFolderAsync-return-path-not-found/m-p/515601#M25275</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-23T21:07:52Z</dc:date>
    </item>
  </channel>
</rss>

