<?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 how to email picture to dropbox and get the to display on website in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-email-picture-to-dropbox-and-get-the-to-display-on/m-p/480059#M24222</link>
    <description>&lt;P&gt;I am trying to get my photos to display on my website i need it to upload the newest image&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is some one that is doing this every thing but we have No idea who it is and have not been able to track them down for 3 years&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I pulled the coding see here&amp;nbsp;&lt;SPAN class="webkit-html-attribute-name"&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute-value"&gt;&lt;A href="https://www.dropbox.com/s/xga8m03ap65sqsw/image00.jpg?raw=1" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/xga8m03ap65sqsw/image00.jpg?raw=1&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;the other inportant thing is at it would be great to be able to directly email the to the drop box folder since the trail cameras we have are email based Flicker and photo bucket use to do this but are no longer doing it&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am using wix&amp;nbsp; and would love a way to be able to do this so we can show our snowmobile trail conditions in real time&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using these email send base from the cameras and or be able to use cell phones to take and send pics directly to send to the web page to display&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 19:40:45 GMT</pubDate>
    <dc:creator>bobk</dc:creator>
    <dc:date>2020-12-17T19:40:45Z</dc:date>
    <item>
      <title>how to email picture to dropbox and get the to display on website</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-email-picture-to-dropbox-and-get-the-to-display-on/m-p/480059#M24222</link>
      <description>&lt;P&gt;I am trying to get my photos to display on my website i need it to upload the newest image&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is some one that is doing this every thing but we have No idea who it is and have not been able to track them down for 3 years&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I pulled the coding see here&amp;nbsp;&lt;SPAN class="webkit-html-attribute-name"&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute-value"&gt;&lt;A href="https://www.dropbox.com/s/xga8m03ap65sqsw/image00.jpg?raw=1" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/xga8m03ap65sqsw/image00.jpg?raw=1&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;the other inportant thing is at it would be great to be able to directly email the to the drop box folder since the trail cameras we have are email based Flicker and photo bucket use to do this but are no longer doing it&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am using wix&amp;nbsp; and would love a way to be able to do this so we can show our snowmobile trail conditions in real time&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using these email send base from the cameras and or be able to use cell phones to take and send pics directly to send to the web page to display&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:40:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-email-picture-to-dropbox-and-get-the-to-display-on/m-p/480059#M24222</guid>
      <dc:creator>bobk</dc:creator>
      <dc:date>2020-12-17T19:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to email picture to dropbox and get the to display on website</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-email-picture-to-dropbox-and-get-the-to-display-on/m-p/480266#M24225</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer the ability to upload via email,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox does offer an HTTPS-based API you can use for listing, uploading, and downloading files though, among other operations, so you could potentially build the functionality you need on top of that. You can find &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you can upload files using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt;. And you can create shared links (which you can &lt;A href="https://help.dropbox.com/files-folders/share/force-download" target="_self"&gt;modify for different behaviors&lt;/A&gt;) for files using&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;.&amp;nbsp; 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" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:01:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-email-picture-to-dropbox-and-get-the-to-display-on/m-p/480266#M24225</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-17T16:01:11Z</dc:date>
    </item>
  </channel>
</rss>

