<?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 API trigger to send images to server once uploaded in drop box in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-trigger-to-send-images-to-server-once-uploaded-in-drop-box/m-p/356497#M20352</link>
    <description>&lt;P&gt;We use dropbox to put images that some people access.&amp;nbsp; In the end we send these images to a server running laravel.&lt;BR /&gt;&lt;BR /&gt;Does dorpbox have some type of trigger when images are uploaded they can sync or upload to the server folder?&lt;BR /&gt;&lt;BR /&gt;or can I use dropbx API along with rsync and periodically fetch the new changes from a dropbox folder?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 13:12:05 GMT</pubDate>
    <dc:creator>gstlouis</dc:creator>
    <dc:date>2019-07-22T13:12:05Z</dc:date>
    <item>
      <title>API trigger to send images to server once uploaded in drop box</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-trigger-to-send-images-to-server-once-uploaded-in-drop-box/m-p/356497#M20352</link>
      <description>&lt;P&gt;We use dropbox to put images that some people access.&amp;nbsp; In the end we send these images to a server running laravel.&lt;BR /&gt;&lt;BR /&gt;Does dorpbox have some type of trigger when images are uploaded they can sync or upload to the server folder?&lt;BR /&gt;&lt;BR /&gt;or can I use dropbx API along with rsync and periodically fetch the new changes from a dropbox folder?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:12:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-trigger-to-send-images-to-server-once-uploaded-in-drop-box/m-p/356497#M20352</guid>
      <dc:creator>gstlouis</dc:creator>
      <dc:date>2019-07-22T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: API trigger to send images to server once uploaded in drop box</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-trigger-to-send-images-to-server-once-uploaded-in-drop-box/m-p/356514#M20354</link>
      <description>&lt;P&gt;Dropbox doesn't offer automated triggers quite like that, but&amp;nbsp;Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You could use it to program your own custom automation. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;https://www.dropbox.com/developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For example, you can list files/folders, and then stay up to date with further changes, using:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also get notified of changes using webhooks:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank"&gt;https://www.dropbox.com/developers/reference/webhooks&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And you can download files using:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:53:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-trigger-to-send-images-to-server-once-uploaded-in-drop-box/m-p/356514#M20354</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-07-22T13:53:50Z</dc:date>
    </item>
  </channel>
</rss>

