<?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 photo link to bank in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/624286#M28862</link>
    <description>&lt;P&gt;Hi, got it, thanks for the feedback.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 10:33:23 GMT</pubDate>
    <dc:creator>khatech</dc:creator>
    <dc:date>2022-09-22T10:33:23Z</dc:date>
    <item>
      <title>get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623367#M28780</link>
      <description>&lt;P&gt;Hello, I need help, how can I get the link of a photo uploaded to store in the database?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 22:43:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623367#M28780</guid>
      <dc:creator>khatech</dc:creator>
      <dc:date>2022-09-19T22:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623376#M28781</link>
      <description>&lt;P&gt;You can get a shared link to documents via&amp;nbsp;&lt;A href="https://help.dropbox.com/files-folders/share" target="_self"&gt;https://help.dropbox.com/files-folders/share,&lt;/A&gt;&amp;nbsp;however if its to a bank you may want to ask and speak to them about what format they'll accept - many wont take links via File sharing sites for example&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:19:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623376#M28781</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2022-09-19T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623395#M28785</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1575171"&gt;@khatech&lt;/a&gt; Also, since you posted this in the API section, if you want to create a shared link programmatically, you would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;. To retrieve existing shared links, use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;/2/sharing/list_shared_links&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation#sdks" target="_blank"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 12:50:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623395#M28785</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-19T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623408#M28787</link>
      <description>&lt;P&gt;I understood,&lt;BR /&gt;my goal is to have a link that can view the image, this link will serve to attach image to a whatsapp message&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 13:39:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623408#M28787</guid>
      <dc:creator>khatech</dc:creator>
      <dc:date>2022-09-19T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623411#M28788</link>
      <description>&lt;P&gt;In that case, note that by default, shared links point to a HTML preview page for the file, but if you need direct file data access, you can modify the links &lt;A href="https://help.dropbox.com/share/force-download" target="_blank"&gt;as shown here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 13:46:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623411#M28788</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-19T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623462#M28791</link>
      <description>&lt;P&gt;this is exactly what i need, a link to an html with the image, however, it's not working for me, i already had a good look at the documentation, but for some reason, the shared link doesn't work&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 16:30:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623462#M28791</guid>
      <dc:creator>khatech</dc:creator>
      <dc:date>2022-09-19T16:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623472#M28793</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1575171"&gt;@khatech&lt;/a&gt; Can you elaborate on what you mean when you say "the shared link doesn't work"? For instance, please share:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the full text of any error or unexpected output, a screenshot of the unexpected result/behavior, etc.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 17:04:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623472#M28793</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-19T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623540#M28799</link>
      <description>&lt;P&gt;the problem with the link is that when clicking it asks you to log in, so I need a link that when pasting it in the browser it makes the image preview.&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 20:47:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623540#M28799</guid>
      <dc:creator>khatech</dc:creator>
      <dc:date>2022-09-19T20:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623548#M28801</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1575171"&gt;@khatech&lt;/a&gt; It sounds like you might be referring to shared link permissions. Check out the help center for more information on configuring &lt;A href="https://help.dropbox.com/share/set-link-permissions#limit?fallback=true" target="_blank"&gt;shared link permissions&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, please share the rest of the requested details if you need technical support.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 20:59:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/623548#M28801</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-19T20:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: get photo link to bank</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/624286#M28862</link>
      <description>&lt;P&gt;Hi, got it, thanks for the feedback.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 10:33:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-photo-link-to-bank/m-p/624286#M28862</guid>
      <dc:creator>khatech</dc:creator>
      <dc:date>2022-09-22T10:33:23Z</dc:date>
    </item>
  </channel>
</rss>

