<?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: Path not found in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Path-not-found/m-p/770144#M4052</link>
    <description>&lt;P&gt;A "path/not_found" Dropbox API error, such as for the /2/files/list_folder call you showed here, indicates that the API call failed because there was nothing currently found at the specified &lt;CODE&gt;path&lt;/CODE&gt; in the connected account under the relevant root. For example, this can happen if there's a mistake or typo in the &lt;CODE&gt;path&lt;/CODE&gt; value the app supplies, if the file/folder has been renamed, moved, or deleted from that path, if the app is not connected to the correct account for that particular path, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When specifying the path, make sure you provide the full and accurate path for the desired file under the relevant root. For example, if you have a folder named "subfolder" inside a folder named "folder", the path would be &lt;CODE&gt;"/folder/subfolder"&lt;/CODE&gt;. You can find &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#path-formats" target="_blank" rel="noopener noreferrer"&gt;more information on path formats here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are several things you can check in particular to debug this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're using a currently accurate &lt;CODE&gt;path&lt;/CODE&gt; value: You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder/continue&lt;/A&gt; to list the contents of a folder so you can check what the correct &lt;CODE&gt;path&lt;/CODE&gt; values would be for items in those folder(s). To list the root, set &lt;CODE&gt;path&lt;/CODE&gt; to the empty string &lt;CODE&gt;""&lt;/CODE&gt; when calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;. You can use the &lt;CODE&gt;path_lower&lt;/CODE&gt; or &lt;CODE&gt;id&lt;/CODE&gt; values returned for the files/folders in that folder to interact with those files/folders.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're connected to the correct account for the &lt;CODE&gt;path&lt;/CODE&gt; value you're using: You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener noreferrer"&gt;/2/users/get_current_account&lt;/A&gt; to check which account the app is connected to.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're using app folder-relative paths, if your app is registered for the "app folder" access type: Apps with the "app folder" access type can only access the contents of the special app folder that gets automatically created for it. If your app has the "app folder" access type, then it will only be able to access files in the app folder, and the root for any path value supplied by that app will automatically be the app folder root. You can find &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank" rel="noopener noreferrer"&gt;more information on app permissions here&lt;/A&gt;. For example, If your app has the app folder access type and you're trying to access something you can see on the Dropbox web site at &lt;CODE&gt;"/Apps/&amp;lt;app folder name&amp;gt;/folder/example.csv"&lt;/CODE&gt;, you should only send the &lt;CODE&gt;path&lt;/CODE&gt; value as &lt;CODE&gt;"/folder/example.csv"&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're accessing the relevant root: When using an app with the "full Dropbox" access type, API calls default to the member folder, but if you're trying to access the "team space" (only applicable to members of a team with the "team space" configuration), you'll need to configure that as the root explicitly, as covered in &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener noreferrer"&gt;the Team Files Guide&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 13 May 2024 12:43:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-05-13T12:43:09Z</dc:date>
    <item>
      <title>Path not found</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Path-not-found/m-p/770086#M4051</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajithks283_0-1715584151970.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46036i116B9D9C67AF11EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajithks283_0-1715584151970.png" alt="Ajithks283_0-1715584151970.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;we have integrated the dropbox in our suite commerce advanced website. and when we choose a file(stl format) for upload, its showing an error&amp;nbsp; and not uploaded successfully. in the console showing an error path not found, error 409&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 07:16:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Path-not-found/m-p/770086#M4051</guid>
      <dc:creator>Ajithks283</dc:creator>
      <dc:date>2024-05-13T07:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Path not found</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Path-not-found/m-p/770144#M4052</link>
      <description>&lt;P&gt;A "path/not_found" Dropbox API error, such as for the /2/files/list_folder call you showed here, indicates that the API call failed because there was nothing currently found at the specified &lt;CODE&gt;path&lt;/CODE&gt; in the connected account under the relevant root. For example, this can happen if there's a mistake or typo in the &lt;CODE&gt;path&lt;/CODE&gt; value the app supplies, if the file/folder has been renamed, moved, or deleted from that path, if the app is not connected to the correct account for that particular path, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When specifying the path, make sure you provide the full and accurate path for the desired file under the relevant root. For example, if you have a folder named "subfolder" inside a folder named "folder", the path would be &lt;CODE&gt;"/folder/subfolder"&lt;/CODE&gt;. You can find &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#path-formats" target="_blank" rel="noopener noreferrer"&gt;more information on path formats here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are several things you can check in particular to debug this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're using a currently accurate &lt;CODE&gt;path&lt;/CODE&gt; value: You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder/continue&lt;/A&gt; to list the contents of a folder so you can check what the correct &lt;CODE&gt;path&lt;/CODE&gt; values would be for items in those folder(s). To list the root, set &lt;CODE&gt;path&lt;/CODE&gt; to the empty string &lt;CODE&gt;""&lt;/CODE&gt; when calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt;. You can use the &lt;CODE&gt;path_lower&lt;/CODE&gt; or &lt;CODE&gt;id&lt;/CODE&gt; values returned for the files/folders in that folder to interact with those files/folders.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're connected to the correct account for the &lt;CODE&gt;path&lt;/CODE&gt; value you're using: You can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener noreferrer"&gt;/2/users/get_current_account&lt;/A&gt; to check which account the app is connected to.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're using app folder-relative paths, if your app is registered for the "app folder" access type: Apps with the "app folder" access type can only access the contents of the special app folder that gets automatically created for it. If your app has the "app folder" access type, then it will only be able to access files in the app folder, and the root for any path value supplied by that app will automatically be the app folder root. You can find &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank" rel="noopener noreferrer"&gt;more information on app permissions here&lt;/A&gt;. For example, If your app has the app folder access type and you're trying to access something you can see on the Dropbox web site at &lt;CODE&gt;"/Apps/&amp;lt;app folder name&amp;gt;/folder/example.csv"&lt;/CODE&gt;, you should only send the &lt;CODE&gt;path&lt;/CODE&gt; value as &lt;CODE&gt;"/folder/example.csv"&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;Make sure you're accessing the relevant root: When using an app with the "full Dropbox" access type, API calls default to the member folder, but if you're trying to access the "team space" (only applicable to members of a team with the "team space" configuration), you'll need to configure that as the root explicitly, as covered in &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener noreferrer"&gt;the Team Files Guide&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 13 May 2024 12:43:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Path-not-found/m-p/770144#M4052</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-13T12:43:09Z</dc:date>
    </item>
  </channel>
</rss>

