<?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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177795#M7140</link>
    <description>&lt;P&gt;The only workaround would be to use list_folder to list all of the contents of the folder and monitor for changes to them, recording the latest time as the modified time for the folder.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jul 2016 00:19:20 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-07-23T00:19:20Z</dc:date>
    <item>
      <title>How to get last modified date for folders in Dropbox V2 API ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177792#M7137</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am trying migrate from v1 to v2 and get to the user's root folder and view all the list of files and folders with last modified date. I am&amp;nbsp;passing &lt;STRONG&gt;"&lt;A href="https://api.dropbox.com/2/files/list_folder" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropbox.com/2/files/list_folder&lt;/A&gt;"&lt;/STRONG&gt; to get the list.&lt;/P&gt;
&lt;P&gt;Currently I am getting "NaN/NaN/NaN" as last modified date for folders, the list is not in sorted order and size of file is not proper. And, I am also not able to open the folders.&lt;/P&gt;
&lt;P&gt;I am using&amp;nbsp;OAuthClientRequest and passing the json as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;String requestJson = "{\"path\": \"\",\"recursive\": true,\"include_media_info\": true,\"include_deleted\": false,\"include_has_explicit_shared_members\": false}";&lt;/P&gt;
&lt;PRE&gt;requestQ.setBody(String.valueOf(requestJson));&lt;BR /&gt;requestQ.addHeader("Content-Type", "application/json");&lt;BR /&gt;&lt;BR /&gt;For response I am using :&lt;/PRE&gt;
&lt;PRE&gt;OAuthClient clientResponse = new OAuthClient(new URLConnectionClient());&lt;BR /&gt;OAuthResourceResponse resourceResponse= clientResponse.resource(requestQ, OAuth.HttpMethod.POST, OAuthResourceResponse.class);&lt;/PRE&gt;
&lt;PRE&gt;Please suggest me !&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:31:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177792#M7137</guid>
      <dc:creator>Ankita W.</dc:creator>
      <dc:date>2019-05-29T09:31:33Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177793#M7138</link>
      <description>&lt;P&gt;API v2 doesn't return modified time in FolderMetadata,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the order of items returned by list_folder, your app should process them in the order given in order to get an accurate representation of the state of the account. Once you have all of the metadata, you can sort items as desired on the client.&lt;/P&gt;
&lt;P&gt;I'm not sure what you mean by "size of file is not proper" or "I am also not able to open the folders" though. Can you elaborate on those issues?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 00:20:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177793#M7138</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-21T00:20:22Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177794#M7139</link>
      <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;Thanks for your reply ! My other queries got fixed. Is there any other way by which we can get last modified date for folders ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:45:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177794#M7139</guid>
      <dc:creator>Ankita W.</dc:creator>
      <dc:date>2016-07-22T14:45:55Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177795#M7140</link>
      <description>&lt;P&gt;The only workaround would be to use list_folder to list all of the contents of the folder and monitor for changes to them, recording the latest time as the modified time for the folder.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 00:19:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/177795#M7140</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-23T00:19:20Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/222228#M11845</link>
      <description>&lt;P&gt;Are there any news regarding this issue?&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2017 14:05:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/222228#M11845</guid>
      <dc:creator>Saar A.</dc:creator>
      <dc:date>2017-05-21T14:05:25Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/222280#M11852</link>
      <description>No, unfortunately I don't have any news on this request.</description>
      <pubDate>Mon, 22 May 2017 03:48:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/222280#M11852</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-22T03:48:39Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/223818#M12065</link>
      <description>&lt;P&gt;Hey Greg K., I'm really getting confused between the ClientModifiedDate and ServerModifiedDate. Can you please help me to figure this out? I have been testing this and each time i updated a file via the API, i noticed both of them were being updated with exactly the same datetime value..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the difference between them? In my app, i have filters and one of these is filtering by modified date. Which one is more accurate to refer to, ClientModifiedDate or ServerModifiedDate? The modified date that is showing in the Dropbox portal, is the server one or client one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 02:10:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/223818#M12065</guid>
      <dc:creator>haktech</dc:creator>
      <dc:date>2017-06-01T02:10:37Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/224166#M12101</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/403861"&gt;@haktech&lt;/a&gt;&amp;nbsp;You can find descriptions of&amp;nbsp;client_modified and&amp;nbsp;server_modified under the documentation for&amp;nbsp;FileMetadata, e.g., under the return value documentation for &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short, the server_modified time is the time from the server when the file was modified. This is more trustworthy, since only the&amp;nbsp;Dropbox server can set this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The client_modified time is supplied by the client, and not verified by the server, so it should only be used for display purposes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set the client_modified time explicitly, by using the client_modified parameter when uploading files, e.g., via &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt;. If that isn't supplied, client_modified will automatically be set to the same as server_modified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dropbox.com site displays the client_modified value.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2017 15:51:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/224166#M12101</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-03T15:51:55Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/358690#M20437</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I need the last modification date on folders too.&lt;BR /&gt;&lt;BR /&gt;Any news on this feature?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 18:10:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/358690#M20437</guid>
      <dc:creator>PowZone</dc:creator>
      <dc:date>2019-08-04T18:10:55Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/358792#M20448</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1193548"&gt;@PowZone&lt;/a&gt;&amp;nbsp;No, unfortunately I don't have any news on this.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:26:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/358792#M20448</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-05T14:26:33Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475142#M24110</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any updates regarding this subject ? if it's the case can you point me to the doc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 11:18:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475142#M24110</guid>
      <dc:creator>BouzianeAmineLocalfr</dc:creator>
      <dc:date>2020-12-02T11:18:48Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475237#M24112</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1381379"&gt;@BouzianeAmineLocalfr&lt;/a&gt;&amp;nbsp;No, unfortunately I don't have an update on this feature request.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 15:01:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475237#M24112</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-02T15:01:08Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475286#M24117</link>
      <description>&lt;P&gt;Thanks for replaying, so fast.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:57:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475286#M24117</guid>
      <dc:creator>BouzianeAmineLocalfr</dc:creator>
      <dc:date>2020-12-02T16:57:40Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475632#M24122</link>
      <description>&lt;P&gt;Seriously? Is it really not possible to get create/modify date/time for files and folders using the Dropbox API?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:47:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475632#M24122</guid>
      <dc:creator>Miros</dc:creator>
      <dc:date>2020-12-03T12:47:20Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475706#M24124</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1381923"&gt;@Miros&lt;/a&gt;&amp;nbsp;Modified time is available for files, but not folders. Created time is not available for either. You can find the full documentation on the different pieces of metadata that are available for different types in the documentation, such as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;for&amp;nbsp;/2/files/get_metadata&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 15:44:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/475706#M24124</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-03T15:44:30Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577431#M26928</link>
      <description>&lt;P&gt;Watching for changes isn't feasible if the user turns off their computer or loses connectivity. It seems that dropbox.com is able to show the last modified dates for folders so why isn't that exposed thorugh the V2 API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, maintaining a live connection with dropbox would kinda suck since it would keep constantly polling for changes (which is expensive) and will consume a lot of band/API requests. What does the dev team recommend to solve this issue (that is: noticing server changes)? Is there a better way to know if there were any changes on the server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application is a oneshot app, which means it only compares disk changes and server changes once, synchronizes what has changed and then shuts off.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 16:13:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577431#M26928</guid>
      <dc:creator>Diegovsky</dc:creator>
      <dc:date>2022-02-12T16:13:26Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577432#M26929</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1518147"&gt;@Diegovsky&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Watching for changes isn't feasible if the user turns off their computer or loses connectivity. ...&lt;/P&gt;&lt;P&gt;Also, maintaining a live connection with dropbox would kinda suck since it would keep constantly polling for changes (which is expensive) and will consume a lot of band/API requests. ... Is there a better way to know if there were any changes on the server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application is a oneshot app, which means it only compares disk changes and server changes once, synchronizes what has changed and then shuts off.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1518147"&gt;@Diegovsky&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In your case it's easy. You don't have to "keep constantly polling for changes". Just keep the last list cursor and whenever you want (i.e. you application runs next time) just try listing continuation. If the resulting list is empty,... no any changes. Just save the received cursor for next use and nothing more. If there are entries, they are last modified entries. Sync them, save received cursor for the next try and... it's ready. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: By the way, there are no any timestamps for directory changes in dropbox.com. Where you have seen them? 🧐&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 16:41:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577432#M26929</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-02-12T16:41:10Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577437#M26930</link>
      <description>&lt;P&gt;Indeed. I was using the python SDK so I didn't look much into this continuation API. Thanks for pointing me towards the right direction &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@994EEA5C10EE66675FFD5E4032FE58C0/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding timestamps of folders, I just selected this folder and it shows me this info ("Modificado" meaning "modified" in english):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diegovsky_0-1644686495369.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27624iF74D278306A50043/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Diegovsky_0-1644686495369.png" alt="Diegovsky_0-1644686495369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 17:22:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577437#M26930</guid>
      <dc:creator>Diegovsky</dc:creator>
      <dc:date>2022-02-12T17:22:24Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577438#M26931</link>
      <description>&lt;P&gt;It's meaningless if you are using direct API calls or some SDK. You should be able access the same features anyhow (to the discussed context, at least).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1518147"&gt;@Diegovsky&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Regarding timestamps of folders, I just selected this folder and it shows me this info ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt;Don't mess you local folder properties with those available throughout Dropbox website! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; What's on your screenshot?! Is it dropbox.com content?! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@076434C4E1EFFB62E51200AD24B6A0A6/emoticons/1f61c.png" alt=":winking_face_with_tongue:" title=":winking_face_with_tongue:" /&gt; Your local folder will always have properties like any other local folder (either in sync by hand or using Dropbox app). Those properties are not in sync (they are no object of sync)! Till some future moment when this will change.&lt;/P&gt;&lt;P&gt;Hope this clarifies matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Oh... Sorry! There really are such "Modified" labels. You can easy see that they are incorrect. Looks like those moments are derived calculations... anyway - unusable.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 17:59:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577438#M26931</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-02-12T17:59:22Z</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/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577448#M26932</link>
      <description>&lt;P&gt;I seems to be derived, indeed.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 19:47:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-last-modified-date-for-folders-in-Dropbox-V2-API/m-p/577448#M26932</guid>
      <dc:creator>Diegovsky</dc:creator>
      <dc:date>2022-02-12T19:47:33Z</dc:date>
    </item>
  </channel>
</rss>

