<?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 If-Modified-Since and Last-Modifed headers in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/If-Modified-Since-and-Last-Modifed-headers/m-p/217613#M11367</link>
    <description>&lt;P&gt;Hi, i need to know if Dropbox supports If-Modified-Since and Last-Modifed http headers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that i need to know when a file is updated, and i think this fuctionality is not sopported by Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me? Maybe i could do it through de API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:23:24 GMT</pubDate>
    <dc:creator>gonzalogg</dc:creator>
    <dc:date>2019-05-29T09:23:24Z</dc:date>
    <item>
      <title>If-Modified-Since and Last-Modifed headers</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/If-Modified-Since-and-Last-Modifed-headers/m-p/217613#M11367</link>
      <description>&lt;P&gt;Hi, i need to know if Dropbox supports If-Modified-Since and Last-Modifed http headers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that i need to know when a file is updated, and i think this fuctionality is not sopported by Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me? Maybe i could do it through de API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:23:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/If-Modified-Since-and-Last-Modifed-headers/m-p/217613#M11367</guid>
      <dc:creator>gonzalogg</dc:creator>
      <dc:date>2019-05-29T09:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: If-Modified-Since and Last-Modifed headers</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/If-Modified-Since-and-Last-Modifed-headers/m-p/217682#M11376</link>
      <description>&lt;P&gt;The Dropbox API doesn't support If-Modified-Since/Last-Modifed header functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, to check if a file has changed, you can store/check the 'rev' value in the file's metadata. For example, you can call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;&amp;nbsp;and store the returned 'rev' value. When you call back later, if the 'rev' value has changed, you know the file changed. This also works with any call where you get file metadata back, e.g., &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;], etc. Likewise, you can use the 'content_hash' value to check if the file data itself is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The file metadata also contains 'client_modified' and 'server_modified' information indicating when the file changed.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:15:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/If-Modified-Since-and-Last-Modifed-headers/m-p/217682#M11376</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-24T21:15:04Z</dc:date>
    </item>
  </channel>
</rss>

