<?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 Get link to my images using filename not by dropbox-generated ID. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-to-my-images-using-filename-not-by-dropbox-generated-ID/m-p/535038#M25753</link>
    <description>&lt;P&gt;&amp;nbsp;Hi i'm trying to make my personal dynamic web. Where i need to get access to my images stored in dropbox. But i need to get the link by its filename , not by ID generated by dropbox. I'm storing my filename in my database ( i use google sheet to store the list of filenames) :&lt;/P&gt;
&lt;P&gt;image_001.png&lt;/P&gt;
&lt;P&gt;image_002.png&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the my webpage will request this filename from the database (for example when users choose the filename from dropdown menu in my homepage) then it will generate dynamic link to the image for example : &amp;lt;img src="_whatever_filename_selected_by_user_"&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also i heard about temporary link API but it's temporary and will expired. I want it to be permanent. Is it possible ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i have to use the ID then i have to input the ID manually one by one to my database, but if i have 1000 images, definitely i don't want to do that.&amp;nbsp; Is there any method to retrieve for example in current folder i can get the list of all ID and its corresponding filename at once so i can easily input to my database. Any tips or idea ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or does anyone know any other image hosting that can offer this feature ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 22:23:18 GMT</pubDate>
    <dc:creator>metaclay</dc:creator>
    <dc:date>2021-07-26T22:23:18Z</dc:date>
    <item>
      <title>Get link to my images using filename not by dropbox-generated ID.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-to-my-images-using-filename-not-by-dropbox-generated-ID/m-p/535038#M25753</link>
      <description>&lt;P&gt;&amp;nbsp;Hi i'm trying to make my personal dynamic web. Where i need to get access to my images stored in dropbox. But i need to get the link by its filename , not by ID generated by dropbox. I'm storing my filename in my database ( i use google sheet to store the list of filenames) :&lt;/P&gt;
&lt;P&gt;image_001.png&lt;/P&gt;
&lt;P&gt;image_002.png&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the my webpage will request this filename from the database (for example when users choose the filename from dropdown menu in my homepage) then it will generate dynamic link to the image for example : &amp;lt;img src="_whatever_filename_selected_by_user_"&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also i heard about temporary link API but it's temporary and will expired. I want it to be permanent. Is it possible ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i have to use the ID then i have to input the ID manually one by one to my database, but if i have 1000 images, definitely i don't want to do that.&amp;nbsp; Is there any method to retrieve for example in current folder i can get the list of all ID and its corresponding filename at once so i can easily input to my database. Any tips or idea ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or does anyone know any other image hosting that can offer this feature ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 22:23:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-to-my-images-using-filename-not-by-dropbox-generated-ID/m-p/535038#M25753</guid>
      <dc:creator>metaclay</dc:creator>
      <dc:date>2021-07-26T22:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get link to my images using filename not by dropbox-generated ID.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-to-my-images-using-filename-not-by-dropbox-generated-ID/m-p/535288#M25757</link>
      <description>&lt;P&gt;To get a (non-temporary) shared link via the Dropbox API, you can call the &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; endpoint. You will need to identify the desired file in Dropbox, which you can do by file path or ID. You &lt;A href="https://help.dropbox.com/files-folders/share/force-download" target="_self"&gt;can modify the resulting links for different behaviors&lt;/A&gt; if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make that call, if you are able to construct the Dropbox file path directly from the filename information you have stored in your database, you can do so that way. Otherwise, you could use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints to list the contents (including paths and IDs of files) under any particular path&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 17:50:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-to-my-images-using-filename-not-by-dropbox-generated-ID/m-p/535288#M25757</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-07-26T17:50:43Z</dc:date>
    </item>
  </channel>
</rss>

