<?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: How to get last modified date for folders in Dropbox V2 API ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/391334#M21643</link>
    <description>&lt;P&gt;how can i get uploaded time of a drop box shared file using python..I would like to download drop box files, that are uploaded today.please help me..&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 15:02:52 GMT</pubDate>
    <dc:creator>lekha</dc:creator>
    <dc:date>2020-01-23T15:02:52Z</dc:date>
    <item>
      <title>Re: How to get last modified date for folders in Dropbox V2 API ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/391334#M21643</link>
      <description>&lt;P&gt;how can i get uploaded time of a drop box shared file using python..I would like to download drop box files, that are uploaded today.please help me..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 15:02:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/391334#M21643</guid>
      <dc:creator>lekha</dc:creator>
      <dc:date>2020-01-23T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get last modified date for folders in Dropbox V2 API ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/391435#M21644</link>
      <description>&lt;P&gt;If you're using Python, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 Python SDK&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that, you can retrieve and check the&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/files.html#dropbox.files.FileMetadata" target="_self"&gt;FileMetadata&lt;/A&gt; objects for files to see when they were last uploaded/modified. Specifically, the&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/files.html#dropbox.files.FileMetadata.server_modified" target="_self"&gt;FileMetadata.server_modified&lt;/A&gt; field contains the datetime of the latest change to the file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can retrieve FileMetadata objects from a number of different methods, such as&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_get_metadata" target="_self"&gt;files_get_metadata&lt;/A&gt;, or&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_list_folder" target="_self"&gt;files_list_folder&lt;/A&gt;/&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_list_folder_continue" target="_self"&gt;files_list_folder_continue&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can download files using&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_download" target="_self"&gt;files_download&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:07:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/391435#M21644</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-22T17:07:50Z</dc:date>
    </item>
  </channel>
</rss>

