<?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 Betreff: Strange python API error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/235091#M12887</link>
    <description>Would you mind taking a minute of your time to fill out a survey sharing your experience using our Dropbox Community?  You can access it here: &lt;A href="http://bit.ly/2lNKIxT" target="_blank"&gt;http://bit.ly/2lNKIxT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
    <pubDate>Wed, 02 Aug 2017 11:32:22 GMT</pubDate>
    <dc:creator>Ed</dc:creator>
    <dc:date>2017-08-02T11:32:22Z</dc:date>
    <item>
      <title>Strange python API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/234046#M12775</link>
      <description>&lt;P&gt;I get a strange error when executing the following code-snippet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sys.path.append('/home/pi/scripts/qr-scripts')
sys.path.append('/home/pi/Raw')
import session_folder
import session_folder_name

response = db.files_list_folder(session_folder_name.sessionFolderName)
for file in response.entries:
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the error-output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Traceback (most recent call last):
  File "/home/pi/scripts/qr-scripts/dropbox_qrcodes_watchdog.py", line 77, in &amp;lt;module&amp;gt;
    response = db.files_list_folder(session_folder_name.sessionFolderName)
  File "/usr/local/lib/python3.4/dist-packages/dropbox/base.py", line 715, in files_list_folder
    None,
  File "/usr/local/lib/python3.4/dist-packages/dropbox/dropbox.py", line 256, in request
    user_message_locale)
dropbox.exceptions.ApiError: ApiError('9f5d41127c911dc312a3938fbe57f464', ListFolderError('path', LookupError('not_found', None)))
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am really not getting the problem... Can anyone help?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/234046#M12775</guid>
      <dc:creator>daniel_e</dc:creator>
      <dc:date>2019-05-29T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Betreff: Strange python API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/234084#M12777</link>
      <description>&lt;P&gt;I am sorry. Found the mistake. My fault!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to download something from a dropbox-folder, that doesn't yet exist by the time, the script is being executed. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 11:42:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/234084#M12777</guid>
      <dc:creator>daniel_e</dc:creator>
      <dc:date>2017-07-26T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: Strange python API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/235091#M12887</link>
      <description>Would you mind taking a minute of your time to fill out a survey sharing your experience using our Dropbox Community?  You can access it here: &lt;A href="http://bit.ly/2lNKIxT" target="_blank"&gt;http://bit.ly/2lNKIxT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Wed, 02 Aug 2017 11:32:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/235091#M12887</guid>
      <dc:creator>Ed</dc:creator>
      <dc:date>2017-08-02T11:32:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: Strange python API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/305378#M18413</link>
      <description>&lt;P&gt;what isthe solution?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:45:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/305378#M18413</guid>
      <dc:creator>akashjeez</dc:creator>
      <dc:date>2018-10-25T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Strange python API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/305411#M18418</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/798928"&gt;@akashjeez&lt;/a&gt;&amp;nbsp;The original poster here indicated that the issue was that they were attempting to&amp;nbsp;access the folder before the folder existed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, the 'not_found' error means that the specified path doesn't exist.&lt;/P&gt;
&lt;P&gt;If you're having trouble with the API, please &lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_blank"&gt;open a new thread&lt;/A&gt; with the details of the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 15:53:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Strange-python-API-error/m-p/305411#M18418</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-25T15:53:50Z</dc:date>
    </item>
  </channel>
</rss>

