<?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: Getting download URLs from shared folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157952#M5337</link>
    <description>&lt;P&gt;Thanks Greg!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 03:24:17 GMT</pubDate>
    <dc:creator>James Z.3</dc:creator>
    <dc:date>2016-01-12T03:24:17Z</dc:date>
    <item>
      <title>Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157947#M5332</link>
      <description>&lt;P&gt;My client has a partnership with a photographer who dumps images in a dropbox folder that is shared. It can be accessed through /sh/... link. For dropbox to work in our solution I need to be able to gather links to and download the images. I found the metadata/link API endpoint but that doesn't give me any possibilities to traverse folders or get urls to actual files? What use is the metadata/link endpoint if it's not possible to download a file using it?&lt;/P&gt;
&lt;P&gt;I'm using a sampel app OAuth token to authenticate my requests.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157947#M5332</guid>
      <dc:creator>Björn S.1</dc:creator>
      <dc:date>2019-05-29T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157948#M5333</link>
      <description>&lt;P&gt;[Edit to offer a simpler solution]&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/core/docs#metadata-link" target="_blank" rel="nofollow noreferrer"&gt;/metadata/link&lt;/A&gt;&amp;nbsp;endpoint allows the app to get additional metadata (path, size, etc.) as well as individual links to files within the folder the link points to. To do so, call /metadata/link with the shared link as the link parameter, as well as the desired sub-path as the path parameter. Then modify and use the returned link to download the contents directly:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/help/201" target="_blank" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/201&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(You can use list=true first to get the listing of the folder first.)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 01:49:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157948#M5333</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-10-09T01:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157949#M5334</link>
      <description>&lt;P&gt;Hi Gregory, is the metadata/link endpoint available in the Swift API? I can't seem to find it in the documentation or by looking through the source.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 01:09:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157949#M5334</guid>
      <dc:creator>James Z.3</dc:creator>
      <dc:date>2015-12-11T01:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157950#M5335</link>
      <description>&lt;P&gt;The Swift SDK uses API v2, which doesn't currently have an equivalent of /metadata/link. I believe it is planned, but I don't have a timeline to offer right now.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 01:45:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157950#M5335</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-11T01:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157951#M5336</link>
      <description>&lt;P&gt;Dropbox API v2 now offers this via the endpoint /sharing/get_shared_link_metadata:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 03:22:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157951#M5336</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-12T03:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157952#M5337</link>
      <description>&lt;P&gt;Thanks Greg!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 03:24:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157952#M5337</guid>
      <dc:creator>James Z.3</dc:creator>
      <dc:date>2016-01-12T03:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157953#M5338</link>
      <description>&lt;P&gt;Gregory, v1 does not have urls to download files. Tried with "public link" url, gives me entries like this:&lt;/P&gt;
&lt;P&gt;rualpe-ws:seene-dropbox-experiments paf$ curl -s -d "client_id=$client_id&amp;amp;client_secret=$client_secret&amp;amp;link=&lt;A href="https://www.dropbox.com/sh/02pygaow396w775/AAC8ycNc44-87K0To_xeEsLca?dl=0&amp;amp;list=true&amp;amp;path=/Sample" rel="nofollow noreferrer"&gt;https://www.dropbox.com/sh/02pygaow396w775/AAC8ycNc44-87K0To_xeEsLca?dl=0&amp;amp;list=true&amp;amp;path=/Sample&lt;/A&gt; Album" &amp;nbsp; -XPOST &lt;A href="https://api.dropbox.com/1/metadata/link" rel="nofollow noreferrer"&gt;https://api.dropbox.com/1/metadata/link&lt;/A&gt; |jq .&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "rev": "80b8dedbf",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "thumb_exists": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "path": "/Sample Album/Pensive Parakeet.jpg",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "is_dir": false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "client_mtime": "Fri, 09 Nov 2012 14:32:58 +0000",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "icon": "page_white_picture",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "bytes": 480098,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "modified": "Sun, 21 Apr 2013 13:44:16 +0000",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "size": "468.8 KB",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "root": "link",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "mime_type": "image/jpeg"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm after links to thumbnails and links to file previews.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 19:56:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157953#M5338</guid>
      <dc:creator>Alexander P.5</dc:creator>
      <dc:date>2016-08-16T19:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting download URLs from shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157954#M5339</link>
      <description>&lt;P&gt;Alexander, it sounds like you already sorted some of this out, so I'll follow up on the &lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/206343136-Download-new-file-from-shared-folder" target="_blank" rel="nofollow noreferrer"&gt;latest thread you replied on&lt;/A&gt;, so as not to spam others on these threads.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 00:16:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-download-URLs-from-shared-folders/m-p/157954#M5339</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-17T00:16:59Z</dc:date>
    </item>
  </channel>
</rss>

