<?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: Is there a call to see files in a Dropbox with the Core Python API? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/193524#M8693</link>
    <description>@bot.command(pass_context=True)&lt;BR /&gt;async def test2(ctx):&lt;BR /&gt;l = dropbox.files.files_list_folder('/Apps')&lt;BR /&gt;await bot.say(l)&lt;BR /&gt;The first two and the bottom lines are for another program, but apparently, running this gives me a error saying:&lt;BR /&gt;&lt;BR /&gt;Ignoring exception in command test2&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Users\Administrator\AppData\Local\Programs\Python\Python35-32\lib\sit&lt;BR /&gt;e-packages\discord\ext\commands\core.py", line 50, in wrapped&lt;BR /&gt;ret = yield from coro(*args, **kwargs)&lt;BR /&gt;File "bot.py", line 51, in test2&lt;BR /&gt;l = dropbox.files.files_list_folder('/Apps')&lt;BR /&gt;AttributeError: module 'dropbox.files' has no attribute 'files_list_folder'&lt;BR /&gt;&lt;BR /&gt;Where is files_list_folder?</description>
    <pubDate>Tue, 08 Nov 2016 01:42:52 GMT</pubDate>
    <dc:creator>master98ofu</dc:creator>
    <dc:date>2016-11-08T01:42:52Z</dc:date>
    <item>
      <title>Is there a call to see files in a Dropbox with the Core Python API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/192029#M8488</link>
      <description>&lt;P&gt;I think the subject asks the question well, "Is there a call to see files in a Dropbox with the Core Python API?"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I haven't looked over the actual client.py file, just wondering.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:28:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/192029#M8488</guid>
      <dc:creator>master98ofu</dc:creator>
      <dc:date>2019-05-29T09:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a call to see files in a Dropbox with the Core Python API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/192132#M8497</link>
      <description>&lt;P&gt;Yes, you can use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder" target="_self"&gt;files_list_folder&lt;/A&gt; and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder_continue" target="_self"&gt;files_list_folder_continue&lt;/A&gt; to list the files and folders in the connected Dropbox account.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:30:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/192132#M8497</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-26T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a call to see files in a Dropbox with the Core Python API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/193524#M8693</link>
      <description>@bot.command(pass_context=True)&lt;BR /&gt;async def test2(ctx):&lt;BR /&gt;l = dropbox.files.files_list_folder('/Apps')&lt;BR /&gt;await bot.say(l)&lt;BR /&gt;The first two and the bottom lines are for another program, but apparently, running this gives me a error saying:&lt;BR /&gt;&lt;BR /&gt;Ignoring exception in command test2&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Users\Administrator\AppData\Local\Programs\Python\Python35-32\lib\sit&lt;BR /&gt;e-packages\discord\ext\commands\core.py", line 50, in wrapped&lt;BR /&gt;ret = yield from coro(*args, **kwargs)&lt;BR /&gt;File "bot.py", line 51, in test2&lt;BR /&gt;l = dropbox.files.files_list_folder('/Apps')&lt;BR /&gt;AttributeError: module 'dropbox.files' has no attribute 'files_list_folder'&lt;BR /&gt;&lt;BR /&gt;Where is files_list_folder?</description>
      <pubDate>Tue, 08 Nov 2016 01:42:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/193524#M8693</guid>
      <dc:creator>master98ofu</dc:creator>
      <dc:date>2016-11-08T01:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a call to see files in a Dropbox with the Core Python API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/193613#M8704</link>
      <description>Assuming "dropbox" is your Dropbox client instance, it would just be "dropbox.files_list_folder" (Without the extra ".files".)&lt;BR /&gt;&lt;BR /&gt;There's an example here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-python/blob/master/example/updown.py#L138" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-python/blob/master/example/updown.py#L138&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You probably shouldn't name your client object "dropbox" though, since that's the name of the module you import.</description>
      <pubDate>Tue, 08 Nov 2016 17:38:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-call-to-see-files-in-a-Dropbox-with-the-Core-Python/m-p/193613#M8704</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-08T17:38:55Z</dc:date>
    </item>
  </channel>
</rss>

