<?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: API for download shared link files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753526#M33017</link>
    <description>&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm working on the folder which has many levels of nested-folder inside.&lt;BR /&gt;In this case, I have to point each of them manaully until the deepest nested folder.&lt;/P&gt;&lt;P&gt;Thank you for the example code, it's clearly understand now &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 02:33:37 GMT</pubDate>
    <dc:creator>MooMoo_polar</dc:creator>
    <dc:date>2024-02-27T02:33:37Z</dc:date>
    <item>
      <title>API for download shared link files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753336#M33003</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;I'm writing writing a python script to download the shared link folder from others.&lt;BR /&gt;I refer to this topic:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/td-p/168284" target="_self"&gt;https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/td-p/168284&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use files_list_folder to list the files in the shared folder, but this error occurs&lt;/P&gt;&lt;P&gt;BadInputError: BadInputError('c3d3be1988e540f5a87e5f63cdc2db0c', 'Error in call to API function "files/list_folder": Recursive list folder is not supported for shared link.')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very new to API. Is there any method or suggestion to download all files in the certain folder?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 05:33:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753336#M33003</guid>
      <dc:creator>MooMoo_polar</dc:creator>
      <dc:date>2024-02-26T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: API for download shared link files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753351#M33004</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1808025"&gt;@MooMoo_polar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The error message is clear enough, I think. Just forget to list the entire link (all its directories levels recursively) at once. That's it. First list the pointed folder itself (in non recursive way) and after that "by hands" all nested folder (again, in non recursive way) and so forth.&lt;/P&gt;&lt;P&gt;Hope this clarifies matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: You can get idea how that can be done &lt;A title="BASH download script" href="https://www.dropboxforum.com/t5/View-download-and-export/How-to-Workaround-quot-Zip-File-is-Too-Large-quot-Error/m-p/694167/highlight/true#M46791" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. Just "translate" it to Python. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 11:47:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753351#M33004</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-02-26T11:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: API for download shared link files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753430#M33007</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1808025"&gt;@MooMoo_polar&lt;/a&gt;&amp;nbsp;Здравко is correct; when using 'shared_link', using 'recursive: true' is not supported; you'd need to use 'recursive: false' and handle recursion in your own code if/as needed. You can find &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_list_folder" target="_blank"&gt;the documentation for the files_list_folder method in the Python SDK here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 18:02:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753430#M33007</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-02-26T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: API for download shared link files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753526#M33017</link>
      <description>&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm working on the folder which has many levels of nested-folder inside.&lt;BR /&gt;In this case, I have to point each of them manaully until the deepest nested folder.&lt;/P&gt;&lt;P&gt;Thank you for the example code, it's clearly understand now &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 02:33:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-download-shared-link-files/m-p/753526#M33017</guid>
      <dc:creator>MooMoo_polar</dc:creator>
      <dc:date>2024-02-27T02:33:37Z</dc:date>
    </item>
  </channel>
</rss>

