<?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: List / download from other users' public folders in iOS? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/246664#M14071</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:46 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-12T20:41:46Z</dc:date>
    <item>
      <title>List / download from other users' public folders in iOS?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170355#M6380</link>
      <description>&lt;P&gt;Is it possible for Dropbox users to list a folder as public, and for an iOS app to (after getting the link to the folder) list the contents of the folder and download the contents?&lt;/P&gt;
&lt;P&gt;My goal is read-only sharing of files between users, and I was hoping Dropbox could be a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:32:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170355#M6380</guid>
      <dc:creator>Kevin S.44</dc:creator>
      <dc:date>2019-05-29T09:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: List / download from other users' public folders in iOS?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170356#M6381</link>
      <description>&lt;P&gt;Dropbox API v2 does have endpoints for getting &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank" rel="nofollow noreferrer"&gt;shared link metadata&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank" rel="nofollow noreferrer"&gt;files&lt;/A&gt;, but unfortunately they don't currently offer the file listing for links that point to folders. So, if you knew the names of the files you want to download in the folder, that would work, but you can't list the names using that.&lt;/P&gt;
&lt;P&gt;The v1 version of the endpoint does offer that though:&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;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170356#M6381</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-16T00:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: List / download from other users' public folders in iOS?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170357#M6382</link>
      <description>&lt;P&gt;Is the v1 version still useable with the current API?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:05:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170357#M6382</guid>
      <dc:creator>Kevin S.44</dc:creator>
      <dc:date>2016-06-16T01:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: List / download from other users' public folders in iOS?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170358#M6383</link>
      <description>&lt;P&gt;API v1 is the older version of the Dropbox API. API v2 is recommended, but API v1 is still usable.&lt;/P&gt;
&lt;P&gt;For reference, the iOS Core SDK uses API v1, and SwiftyDropbox uses API v2. The iOS Core SDK unfortunately doesn't implement the API v1&amp;nbsp;/metadata/link endpoint, but you can implement it separately if you want.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/170358#M6383</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-16T01:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: List / download from other users' public folders in iOS?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/246664#M14071</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:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-download-from-other-users-public-folders-in-iOS/m-p/246664#M14071</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T20:41:46Z</dc:date>
    </item>
  </channel>
</rss>

