<?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 get file link address from a sharable link programmatically in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388673#M21548</link>
    <description>&lt;P&gt;no this does not work.&lt;/P&gt;&lt;P&gt;Let me be some more clear.&lt;/P&gt;&lt;P&gt;First i am creating a sharable link to an uploaded file but this link wont provide me the content i need. For example if i uploaded an image and created a sharable&amp;nbsp; link and if i try to add this link to img tag in html the image wont get loaded. In order to load an image i need the image's link address or the src link of that image only then i can access it. How i can achieve this.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 13:08:54 GMT</pubDate>
    <dc:creator>SahithKumar</dc:creator>
    <dc:date>2020-01-10T13:08:54Z</dc:date>
    <item>
      <title>How to get file link address from a sharable link programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388609#M21545</link>
      <description>&lt;P&gt;Hii. I am working on a web app using django. I was able to create a sharable link to a file but stuck at getting only the file address. My purpose is to add the url to an img tag in html. So in order to achieve that i need the image link address. So how can i get it. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:45:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388609#M21545</guid>
      <dc:creator>SahithKumar</dc:creator>
      <dc:date>2020-01-10T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file link address from a sharable link programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388613#M21546</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt; ？&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 04:42:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388613#M21546</guid>
      <dc:creator>Hongyi S.</dc:creator>
      <dc:date>2020-01-10T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file link address from a sharable link programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388673#M21548</link>
      <description>&lt;P&gt;no this does not work.&lt;/P&gt;&lt;P&gt;Let me be some more clear.&lt;/P&gt;&lt;P&gt;First i am creating a sharable link to an uploaded file but this link wont provide me the content i need. For example if i uploaded an image and created a sharable&amp;nbsp; link and if i try to add this link to img tag in html the image wont get loaded. In order to load an image i need the image's link address or the src link of that image only then i can access it. How i can achieve this.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 13:08:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388673#M21548</guid>
      <dc:creator>SahithKumar</dc:creator>
      <dc:date>2020-01-10T13:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file link address from a sharable link programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388720#M21553</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1250635"&gt;@SahithKumar&lt;/a&gt;&amp;nbsp;If you just need a temporary link to the file data, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;/2/files/get_temporary_link&lt;/A&gt;. That will give you a direct link to the file data that lasts for four hours.&lt;/P&gt;
&lt;P&gt;If you need a longer-lived link though, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;. As you found, by default, that will give you a link to an HTML preview page of the file, not the file data itself. You can modify the link to point to the file data though, using the "raw" URL parameter &lt;A href="https://help.dropbox.com/files-folders/share/force-download" target="_self"&gt;documented in this help article&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 16:54:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-file-link-address-from-a-sharable-link/m-p/388720#M21553</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-10T16:54:00Z</dc:date>
    </item>
  </channel>
</rss>

