<?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: How to get a path to a Dropbox file in order to use the files_download function in python? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-a-path-to-a-Dropbox-file-in-order-to-use-the-files/m-p/437195#M23073</link>
    <description>&lt;P&gt;For some reason, using files_list_folder().entries.path_lower is giving me this error:&lt;/P&gt;
&lt;P&gt;dropbox.exceptions.ApiError: ApiError('496762b8575c8f262949ace63f24a1fe', ListFolderError('path', LookupError('not_folder', None)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found that when I tried printing out file list folder, my path_lower is none, is there another way to find the path?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 09:26:45 GMT</pubDate>
    <dc:creator>Lakshmi Narayana</dc:creator>
    <dc:date>2020-07-15T09:26:45Z</dc:date>
    <item>
      <title>Re: How to get a path to a Dropbox file in order to use the files_download function in python?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-a-path-to-a-Dropbox-file-in-order-to-use-the-files/m-p/437195#M23073</link>
      <description>&lt;P&gt;For some reason, using files_list_folder().entries.path_lower is giving me this error:&lt;/P&gt;
&lt;P&gt;dropbox.exceptions.ApiError: ApiError('496762b8575c8f262949ace63f24a1fe', ListFolderError('path', LookupError('not_folder', None)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found that when I tried printing out file list folder, my path_lower is none, is there another way to find the path?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 09:26:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-a-path-to-a-Dropbox-file-in-order-to-use-the-files/m-p/437195#M23073</guid>
      <dc:creator>Lakshmi Narayana</dc:creator>
      <dc:date>2020-07-15T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a path to a Dropbox file in order to use the files_download function in python?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-a-path-to-a-Dropbox-file-in-order-to-use-the-files/m-p/437288#M23074</link>
      <description>&lt;P&gt;A 'path/not_folder' error indicates that the path you're trying to list is not a folder. You should make sure that the 'path' value you pass to&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_list_folder" target="_self"&gt;files_list_folder&lt;/A&gt; refers to a folder, not a file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you get the results, if 'path_lower' is not set, that indicates that the item is not mounted. You can find more information on what this means in &lt;A href="https://www.dropbox.com/developers/reference/content-access-guide" target="_self"&gt;the Content Access Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 12:25:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-a-path-to-a-Dropbox-file-in-order-to-use-the-files/m-p/437288#M23074</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-14T12:25:18Z</dc:date>
    </item>
  </channel>
</rss>

