<?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: Can we get list of files &amp;amp; folders under sharing section of dropbox using python? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/256184#M14834</link>
    <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/47726878/can-we-get-list-of-files-folders-from-dropboxs-sharing-folder-using-python" target="_blank"&gt;https://stackoverflow.com/questions/47726878/can-we-get-list-of-files-folders-from-dropboxs-sharing-folder-using-python&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the sharing_*&amp;nbsp;methods offer access to sharing information. For example, to list the shared folders the user has access to, you can use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_folders" target="_self"&gt;sharing_list_folders&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_folders" target="_self"&gt;sharing_list_folders_continue&lt;/A&gt;. You can use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_received_files" target="_self"&gt;sharing_list_received_files&lt;/A&gt;&amp;nbsp;and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_received_files_continue" target="_blank"&gt;sharing_list_received_files_continue&lt;/A&gt; to get the files shared with the user.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2017 15:08:10 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-12-11T15:08:10Z</dc:date>
    <item>
      <title>Can we get list of files &amp; folders under sharing section of dropbox using python?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/255990#M14823</link>
      <description>&lt;P&gt;&amp;nbsp;I am using Dropbox API version 2. I am getting all files under "My Files" section using dbx.files_list_folder("") method. But I want files &amp;amp; folders inside "Sharing" section also. So can we get files &amp;amp; folder inside "Sharing" folder of dropbox using python API v2.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/255990#M14823</guid>
      <dc:creator>snigdhakadam</dc:creator>
      <dc:date>2019-05-29T09:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get list of files &amp; folders under sharing section of dropbox using python?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/256184#M14834</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/47726878/can-we-get-list-of-files-folders-from-dropboxs-sharing-folder-using-python" target="_blank"&gt;https://stackoverflow.com/questions/47726878/can-we-get-list-of-files-folders-from-dropboxs-sharing-folder-using-python&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the sharing_*&amp;nbsp;methods offer access to sharing information. For example, to list the shared folders the user has access to, you can use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_folders" target="_self"&gt;sharing_list_folders&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_folders" target="_self"&gt;sharing_list_folders_continue&lt;/A&gt;. You can use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_received_files" target="_self"&gt;sharing_list_received_files&lt;/A&gt;&amp;nbsp;and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_list_received_files_continue" target="_blank"&gt;sharing_list_received_files_continue&lt;/A&gt; to get the files shared with the user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 15:08:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/256184#M14834</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-11T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get list of files &amp; folders under sharing section of dropbox using python?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/256271#M14850</link>
      <description>&lt;P&gt;Thank you so much for reply. I will use it.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 05:08:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-get-list-of-files-amp-folders-under-sharing-section-of/m-p/256271#M14850</guid>
      <dc:creator>snigdhakadam</dc:creator>
      <dc:date>2017-12-12T05:08:20Z</dc:date>
    </item>
  </channel>
</rss>

