<?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: getting a 409 error and need help in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436383#M23029</link>
    <description>&lt;P&gt;A 'path/not_found' error indicates that there's nothing at the specified path, in this case,&amp;nbsp;'/Camera Uploads'. There's a few reasons this might be the case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your app has the "app folder" &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;permission&lt;/A&gt;, it can only access the contents of the special "app folder" created for it inside the "Apps" folder (by default at /Apps/&amp;lt;app name&amp;gt;). It won't be able to access anything outside that, such as&amp;nbsp;/Camera Uploads. If you need to access the&amp;nbsp;/Camera Uploads folder, you'll need to &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;register&lt;/A&gt;&amp;nbsp;and use an app with the "full&amp;nbsp;Dropbox" permission instead.&lt;/LI&gt;
&lt;LI&gt;The folder you're trying to access may be at a different path.&lt;/LI&gt;
&lt;LI&gt;You may be connected to a different account that doesn't have that folder.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 10 Jul 2020 15:31:42 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-07-10T15:31:42Z</dc:date>
    <item>
      <title>getting a 409 error and need help</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436175#M23022</link>
      <description>&lt;P&gt;I'm just getting started with the Dropbox API. I want to see a list of all files in my `Camera Uploads` folder (and eventually download them) via the api. I've been following some tutorials and have tried the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;import { Dropbox } from 'dropbox';

const accessToken = "&amp;lt;my token&amp;gt;";

const dbx = new Dropbox({
      accessToken,
      fetch,
    });

 dbx
      .filesListFolder({
        path: '/Camera Uploads',
      })
      .then((response) =&amp;gt; console.log(response));&lt;/PRE&gt;
&lt;P&gt;but I get the following 409 error:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="message-body-wrapper"&gt;&lt;SPAN class="message-flex-body"&gt;&lt;SPAN class="message-body devtools-monospace"&gt;&lt;SPAN class="objectBox objectBox-string"&gt;"path/not_found/.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;/PRE&gt;
&lt;P&gt;Can anybody help? I've tried variations on the 'path' property but can't get anything to work.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 14:55:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436175#M23022</guid>
      <dc:creator>tiamat</dc:creator>
      <dc:date>2020-07-10T14:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: getting a 409 error and need help</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436383#M23029</link>
      <description>&lt;P&gt;A 'path/not_found' error indicates that there's nothing at the specified path, in this case,&amp;nbsp;'/Camera Uploads'. There's a few reasons this might be the case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your app has the "app folder" &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;permission&lt;/A&gt;, it can only access the contents of the special "app folder" created for it inside the "Apps" folder (by default at /Apps/&amp;lt;app name&amp;gt;). It won't be able to access anything outside that, such as&amp;nbsp;/Camera Uploads. If you need to access the&amp;nbsp;/Camera Uploads folder, you'll need to &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;register&lt;/A&gt;&amp;nbsp;and use an app with the "full&amp;nbsp;Dropbox" permission instead.&lt;/LI&gt;
&lt;LI&gt;The folder you're trying to access may be at a different path.&lt;/LI&gt;
&lt;LI&gt;You may be connected to a different account that doesn't have that folder.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 10 Jul 2020 15:31:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436383#M23029</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-10T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: getting a 409 error and need help</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436410#M23035</link>
      <description>&lt;P&gt;I get it now. When I created my app, I selected the wrong option for granting access to files.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 16:36:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-a-409-error-and-need-help/m-p/436410#M23035</guid>
      <dc:creator>tiamat</dc:creator>
      <dc:date>2020-07-10T16:36:57Z</dc:date>
    </item>
  </channel>
</rss>

