<?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 Folder Issue - Path Not Found in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Issue-Path-Not-Found/m-p/626483#M28971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to upload some videos to our Dropbox account and I am getting a path/not_found exception but the folder exists.&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="WscDevelopers_2-1664719562669.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/32099i721739918DA206FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WscDevelopers_2-1664719562669.png" alt="WscDevelopers_2-1664719562669.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The function I am using is:&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;client.Files.GetMetadataAsync(folderId)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the NuGet version 6.13.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 05:53:02 GMT</pubDate>
    <dc:creator>WscDevelopers</dc:creator>
    <dc:date>2022-10-03T05:53:02Z</dc:date>
    <item>
      <title>Folder Issue - Path Not Found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Issue-Path-Not-Found/m-p/626483#M28971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to upload some videos to our Dropbox account and I am getting a path/not_found exception but the folder exists.&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="WscDevelopers_2-1664719562669.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/32099i721739918DA206FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WscDevelopers_2-1664719562669.png" alt="WscDevelopers_2-1664719562669.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The function I am using is:&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;client.Files.GetMetadataAsync(folderId)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the NuGet version 6.13.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 05:53:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Issue-Path-Not-Found/m-p/626483#M28971</guid>
      <dc:creator>WscDevelopers</dc:creator>
      <dc:date>2022-10-03T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Folder Issue - Path Not Found</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Issue-Path-Not-Found/m-p/626704#M28979</link>
      <description>&lt;P&gt;I can't see for sure with the redaction in your screenshot, but it seems like you're attempting to access a folder in your "team space".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, API calls, such as GetMetadataAsync, operate in the "member folder" of the connected account, not the "team space", so the contents of the team space won't be found by default. You can configure API calls to operate in the "team space" instead though. To do so, you'll need to set the "Dropbox-Api-Path-Root" header. You can find information on this in &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank"&gt;the Team Files Guide&lt;/A&gt;. Using the Dropbox .NET SDK, you can set that header using &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.DropboxClient.html#Dropbox_Api_DropboxClient_WithPathRoot_Dropbox_Api_Common_PathRoot_" target="_blank"&gt;the WithPathRoot method&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 15:35:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-Issue-Path-Not-Found/m-p/626704#M28979</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-10-03T15:35:18Z</dc:date>
    </item>
  </channel>
</rss>

