<?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: Shared link to folder from another Dropbox account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-link-to-folder-from-another-Dropbox-account/m-p/620754#M28632</link>
    <description>&lt;P&gt;Unfortunately there isn't a way to use &lt;CODE&gt;recursive&lt;/CODE&gt; mode when listing via a shared link, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. You'd need to perform the recursion via your own code, by calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] with each relevant sub-path, if you need nested entries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you then need to call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt; for a particular file in the linked folder, you can build the "path" value based on the "name" values from the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] result. For example, if there's a file named "example.txt" in the folder, the path would be "/example.txt". Or if it is nested in a sub-folder named "some folder" inside the linked folder, the path would be "/some folder/example.txt".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to download a file's content directly via a shared link for a parent folder though, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;, likewise specifying the original shared link for the folder, and the sub-path built from the "name" values.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 14:35:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-09-06T14:35:00Z</dc:date>
    <item>
      <title>Shared link to folder from another Dropbox account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-link-to-folder-from-another-Dropbox-account/m-p/620688#M28614</link>
      <description>&lt;P&gt;Hey I'm working with getting contents from shared link provided from another dropbox account.&lt;/P&gt;
&lt;P&gt;I know that I can get list of content using&amp;nbsp; `2/files/list_folder` endpoint with the `shared_link` argument then I can use `2/sharing/get_shared_link_metadata` to get downloadable links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 2 questions:&lt;/P&gt;
&lt;P&gt;- may be you can advice my any ways how I can get data from shared link with recursive: true option?&lt;/P&gt;
&lt;P&gt;- for `get_shared_link_metadata` I should provide `path` to file unfortunately '2/files/list_folder' doesn't return this field for shared_link. What I can do with it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 08:00:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-link-to-folder-from-another-Dropbox-account/m-p/620688#M28614</guid>
      <dc:creator>kuznetsovvl</dc:creator>
      <dc:date>2022-09-07T08:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shared link to folder from another Dropbox account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-link-to-folder-from-another-Dropbox-account/m-p/620754#M28632</link>
      <description>&lt;P&gt;Unfortunately there isn't a way to use &lt;CODE&gt;recursive&lt;/CODE&gt; mode when listing via a shared link, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. You'd need to perform the recursion via your own code, by calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] with each relevant sub-path, if you need nested entries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you then need to call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt; for a particular file in the linked folder, you can build the "path" value based on the "name" values from the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] result. For example, if there's a file named "example.txt" in the folder, the path would be "/example.txt". Or if it is nested in a sub-folder named "some folder" inside the linked folder, the path would be "/some folder/example.txt".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to download a file's content directly via a shared link for a parent folder though, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;, likewise specifying the original shared link for the folder, and the sub-path built from the "name" values.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 14:35:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-link-to-folder-from-another-Dropbox-account/m-p/620754#M28632</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-06T14:35:00Z</dc:date>
    </item>
  </channel>
</rss>

