<?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 download files in a shared folder url with python api? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168285#M6148</link>
    <description>&lt;P&gt;Unfortunately, API v2 doesn't currently offer the ability to list out the contents of a shared link for a folder,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2016 04:34:42 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-06-09T04:34:42Z</dc:date>
    <item>
      <title>How to download files in a shared folder url with python api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168284#M6147</link>
      <description>&lt;P&gt;Hi I am trying to develop some script to download files shared by others, the shared url is linked to a folder, so how can download all the files in the folder.&lt;/P&gt;
&lt;P&gt;I tried dbx.&lt;SPAN class="s1"&gt;sharing_get_shared_link_file, but it's complaining that the it's a folder link.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;And then I tried&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;dbx.sharing_get_shared_link_metadata, I can only get the metadata, without even know what's inside the folder link.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Is there a way to list all the files and subfolders in the folder url and download them?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:32:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168284#M6147</guid>
      <dc:creator>Wei O.</dc:creator>
      <dc:date>2019-05-29T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to download files in a shared folder url with python api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168285#M6148</link>
      <description>&lt;P&gt;Unfortunately, API v2 doesn't currently offer the ability to list out the contents of a shared link for a folder,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 04:34:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168285#M6148</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-09T04:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to download files in a shared folder url with python api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168286#M6149</link>
      <description>&lt;P&gt;But how about v1? Is there a way to access with v1 in python? Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:56:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168286#M6149</guid>
      <dc:creator>Wei O.</dc:creator>
      <dc:date>2016-06-09T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to download files in a shared folder url with python api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168287#M6150</link>
      <description>&lt;P&gt;The v1 /metadata/link endpoint does return the contents for a shared link for a folder:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/docs#metadata-link" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/docs#metadata-link&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This isn't implemented in the Python SDK, but you can call the endpoint directly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 23:29:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/168287#M6150</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-09T23:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to download files in a shared folder url with python api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/246663#M14070</link>
      <description>Dropbox API v2 now supports listing the contents of a shared link for a folder. This can be accomplished using the same interface as listing a folder in a connected user's account, via the list_folder functionality. To list the contents of a shared link for a folder, you instead provide the shared link URL in the `shared_link` parameter to list_folder:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will also be a corresponding method for this endpoint:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the .NET SDK that's available as `ListFolderAsync`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the Java SDK that's available via `listFolderBuilder` to get a `ListFolderBuilder` on which you can call `ListFolderBuilder.withSharedLink`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderBuilder-java.lang.String-" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderBuilder-java.lang.String-&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/ListFolderBuilder.html" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/ListFolderBuilder.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/ListFolderBuilder.html#withSharedLink-com.dropbox.core.v2.files.SharedLink-" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/ListFolderBuilder.html#withSharedLink-com.dropbox.core.v2.files.SharedLink-&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the JavaScript SDK that's available as `filesListFolder`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the Python SDK that's available as `files_list_folder`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder" target="_blank"&gt;https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the Swift SDK that's available as `listFolder`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolderAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAH0if5ErrorK0CGSS4path_Sb9recursiveSb16includeMediaInfoSb0O7DeletedSb0O24HasExplicitSharedMembersSb0O14MountedFolderss6UInt32VSg5limittF" target="_blank"&gt;https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:13SwiftyDropbox11FilesRoutesC10listFolderAA10RpcRequestCyAA0C0C04ListF16ResultSerializerCAH0if5ErrorK0CGSS4path_Sb9recursiveSb16includeMediaInfoSb0O7DeletedSb0O24HasExplicitSharedMembersSb0O14MountedFolderss6UInt32VSg5limittF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the Objective-C SDK that's available as `listFolder`:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder&lt;/A&gt;:</description>
      <pubDate>Thu, 12 Oct 2017 20:41:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/m-p/246663#M14070</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T20:41:25Z</dc:date>
    </item>
  </channel>
</rss>

