<?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: Get all files in shared link loder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187023#M7957</link>
    <description>&lt;P&gt;Steve is correct, this isn't available in API v2,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 00:50:41 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-09-01T00:50:41Z</dc:date>
    <item>
      <title>Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187019#M7953</link>
      <description>&lt;P&gt;I'm looking to use the v2 api to download the contents of a shared folder from a link like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/sh/%5Bsome_junk%5D/%5Bsome_other_junk%5D?dl=0" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/sh/[some_junk]/[some_other_junk]?dl=0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this link is not necessarily generated by the user authenticating the API call but would be either a public link, or a team link from a team the authenticated user is a member of, or the user would have the password (so my API app would as well)&amp;nbsp; In short this is a link the user COULD access with a browser logged into the authenticating account.&lt;BR /&gt;&lt;BR /&gt;I KNOW that you can add ?dl=1 to the URL to generate a zip.&amp;nbsp; i also know that folders that contain more than 10,000 files or are larger than 1 GB will fail to generate that zip.&amp;nbsp; This is what i'm trying to deal with.&lt;BR /&gt;&lt;BR /&gt;I want to have my app download all of the files in that folder one by one and put them all into the right folder structure on another server so that humans don't need to waste their time doing exactly that.&lt;BR /&gt;&lt;BR /&gt;so, what specific methods do I need to call to list the contents of folders in a shared link? then when there are subfolders there, how do i list THEIR contents?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187019#M7953</guid>
      <dc:creator>Arron G.</dc:creator>
      <dc:date>2019-05-29T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187020#M7954</link>
      <description>&lt;P&gt;See &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank" rel="nofollow noreferrer"&gt;get_shared_link_metadata&lt;/A&gt;&amp;nbsp;and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank" rel="nofollow noreferrer"&gt;get_shared_link_file&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 23:34:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187020#M7954</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-08-31T23:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187021#M7955</link>
      <description>&lt;P&gt;Oh, actually,&amp;nbsp;I think that get_shared_link_metadata doesn't give you a list of files in a folder...&lt;/P&gt;
&lt;P&gt;API v1 has&amp;nbsp;&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;, which&amp;nbsp;should work&amp;nbsp;for you right now, but&amp;nbsp;API v1 is deprecated. I'll check with the team to see if equivalent functionality is available in API v2.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 23:37:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187021#M7955</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-08-31T23:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187022#M7956</link>
      <description>&lt;P&gt;Thanks Steve.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's kind of you. I had a look at both of those endpoints before posting.&amp;nbsp; Unless I'm missing something, I don't think they will help here.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 23:40:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187022#M7956</guid>
      <dc:creator>Arron G.</dc:creator>
      <dc:date>2016-08-31T23:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187023#M7957</link>
      <description>&lt;P&gt;Steve is correct, this isn't available in API v2,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 00:50:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187023#M7957</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-01T00:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187024#M7958</link>
      <description>&lt;P&gt;damn.&amp;nbsp; it's almost as if there is a concerted effort to stonewall any attempts i have of getting around the "more than 10,000 files or larger than 1 GB" limit.&amp;nbsp; it's relentlessly frustrating.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 01:42:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/187024#M7958</guid>
      <dc:creator>Arron G.</dc:creator>
      <dc:date>2016-09-01T01:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/246666#M14073</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:43:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/246666#M14073</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T20:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279285#M16741</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was successful in listing the folders and files from the shared folder, however, I am still having trouble downloading data. The meta-data shows the fields 'path_lower' and 'path_display' &amp;nbsp;to be empty. Could you suggest if I can download the files after listing the entries?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 22:58:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279285#M16741</guid>
      <dc:creator>jyotinarang</dc:creator>
      <dc:date>2018-06-06T22:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279381#M16753</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/694374"&gt;@jyotinarang&lt;/a&gt;&amp;nbsp;It sounds like you're calling&amp;nbsp;list_folder with a shared link owned by a&amp;nbsp;different user than the one for the access token you're using. In that case, the path values won't be included,&amp;nbsp;but I'll pass this along as a feature request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That means you'll need to manually build the relative path from the 'name' value. E.g., if the returned metadata entry for the file you want in the root of the folder is "test.txt", you would pass "/test.txt" to&amp;nbsp;get_shared_link_file.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 15:22:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279381#M16753</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-07T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279423#M16762</link>
      <description>&lt;P&gt;Thanks Greg for the information. I can see that the function get_shared_link_file() expects a url as parameter. However, this value is not available to me when I get information about the folder. How do I construct a url from just the name?Even with relative paths, I don't see a way to construct the url of the files within the main folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 19:08:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279423#M16762</guid>
      <dc:creator>jyotinarang</dc:creator>
      <dc:date>2018-06-07T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get all files in shared link loder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279428#M16764</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/694374"&gt;@jyotinarang&lt;/a&gt;&amp;nbsp;Apologies, this thread was about originally about getting the files when working from a shared link for a folder, so I assumed that's the scenario you're working on as well, in which case the 'url' would just be the original shared link for the folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the link, it sounds like you may be referring to a different scenario. In that case, please open a new thread with the details and code you have so far so we can help with it:&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_blank"&gt;https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 19:54:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-all-files-in-shared-link-loder/m-p/279428#M16764</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-07T19:54:36Z</dc:date>
    </item>
  </channel>
</rss>

