<?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: [Q] Direct file links with APIv2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187731#M7979</link>
    <description>&lt;P&gt;Hello Gregory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. It helped a lot. &lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;Eugene&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2016 15:24:36 GMT</pubDate>
    <dc:creator>Eugene G.4</dc:creator>
    <dc:date>2016-09-05T15:24:36Z</dc:date>
    <item>
      <title>[Q] Direct file links with APIv2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187729#M7977</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;&lt;BR /&gt;Can i get the direct links to files, stored on Dropbox, with APIv2 similarly to APIv1 (&lt;/P&gt;
&lt;PRE class="source"&gt;https://content.dropboxapi.com/&lt;DEL&gt;1&lt;/DEL&gt;/files/&lt;DEL&gt;auto/&lt;/DEL&gt;&lt;/PRE&gt;
&lt;P&gt;) so that i can reuse my code? &lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Eugene&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187729#M7977</guid>
      <dc:creator>Eugene G.4</dc:creator>
      <dc:date>2019-05-29T09:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: [Q] Direct file links with APIv2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187730#M7978</link>
      <description>&lt;P&gt;Hi Eugene, yes, you can still construct an API v2 call for a "content-download" endpoint like this using just a&amp;nbsp;URL. You can find information on this in the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#formats" target="_blank" rel="nofollow noreferrer"&gt;formats&lt;/A&gt; section of the documentation. For example, for the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank" rel="nofollow noreferrer"&gt;/2/files/download&lt;/A&gt; endpoint, instead of the typical way as shown in the example:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://content.dropboxapi.com/2/files/download \&lt;BR /&gt; --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \&lt;BR /&gt; --header "Dropbox-API-Arg: {\"path\": \"/test.mov\"}"&lt;/PRE&gt;
&lt;P&gt;you can do this:&lt;/P&gt;
&lt;PRE&gt;curl "https://content.dropboxapi.com/2/files/download?arg=%7B%22path%22%3A%20%22/test.mov%22%7D&amp;amp;authorization=Bearer%20&amp;lt;ACCESS_TOKEN&amp;gt;"&lt;/PRE&gt;
&lt;P&gt;Alternatively, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_blank" rel="nofollow noreferrer"&gt;/2/files/get_temporary_link&lt;/A&gt; to get a temporary direct link, like this:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/files/get_temporary_link \&lt;BR /&gt; --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \&lt;BR /&gt; --header "Content-Type: application/json" \&lt;BR /&gt; --data "{\"path\": \"/test.mov\"}"&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 23:22:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187730#M7978</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-02T23:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: [Q] Direct file links with APIv2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187731#M7979</link>
      <description>&lt;P&gt;Hello Gregory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. It helped a lot. &lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;Eugene&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 15:24:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Q-Direct-file-links-with-APIv2/m-p/187731#M7979</guid>
      <dc:creator>Eugene G.4</dc:creator>
      <dc:date>2016-09-05T15:24:36Z</dc:date>
    </item>
  </channel>
</rss>

