<?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: Easiest way to get (dropbox) file datetime using a dropbox link in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481614#M24283</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;That is quite helpful and probably sufficient. I'll tag it as a solution.&lt;/P&gt;&lt;P&gt;But it still surprises me that the last modified date is not given, and also not shown in de preview/download page you get when clicking the ....?dl=0 link. I really think that it would be helpful for people to avoid downloading a file which is identical to a previously downloaded file. I would really hope that dropbox does not deem this sort of functionalitty to be reserved to account-holders only.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 16:10:19 GMT</pubDate>
    <dc:creator>janhec</dc:creator>
    <dc:date>2020-12-23T16:10:19Z</dc:date>
    <item>
      <title>Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481555#M24280</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I share a project I'm working on through some executables on dropbox, which users get a link to, so they can download.&lt;/P&gt;
&lt;P&gt;I prefer, obviously, that they have an account, so they will have automatic synchronization to these frequently changed files.&lt;/P&gt;
&lt;P&gt;However, some do not want to install dropbox and now I'm writing a mini-application (C++ using curl) to download, if necessary, the file(s) before starting the application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Download is no problem with a the help of some specific curl parameters and the tag dl=1 and I can get some file information (notably the size) through the same proces using the curl parameter NOBODY. I would like to get the datetime, so I can decide automatically whether a full download is necessary. However, the file datetime stamp seems not to be present (the date shown below is date time of request),&lt;/P&gt;
&lt;P&gt;(with minor redactions):&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Server: envoy&lt;BR /&gt;Date: Tue, 22 Dec 2020 15:19:52 GMT&lt;BR /&gt;Content-Type: application/binary&lt;BR /&gt;Content-Length: 3943424&lt;BR /&gt;Cache-Control: max-age=60&lt;BR /&gt;Pragma: public&lt;BR /&gt;X-Dropbox-Request-Id: 81328b5452374573a93f7ddfb328d93b&lt;BR /&gt;X-Robots-Tag: noindex, nofollow, noimageindex&lt;BR /&gt;Referrer-Policy: no-referrer&lt;BR /&gt;Etag: 1609568595538751d&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;Accept-Ranges: bytes&lt;BR /&gt;Content-Disposition: attachment; filename="myfile.exe"; filename*=UTF-8''myfile.exe&lt;BR /&gt;Content-Security-Policy: sandbox&lt;BR /&gt;X-Webkit-Csp: sandbox&lt;BR /&gt;X-Content-Security-Policy: sandbox&lt;BR /&gt;Vary: Origin&lt;BR /&gt;X-Server-Response-Time: 394&lt;BR /&gt;Strict-Transport-Security: max-age=31536000; includeSubDomains&lt;BR /&gt;Strict-Transport-Security: max-age=31536000; includeSubDomains&lt;BR /&gt;X-Robots-Tag: noindex, nofollow, noimageindex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then started trying the metadata interface e.g. (from cmd):&lt;/P&gt;
&lt;P&gt;curl -X POST &lt;A href="https://api.dropboxapi.com/2/files/get_metadata" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/get_metadata&lt;/A&gt; --data "{\"path\": \"id:4uo2ukwz6z9xvb3\",\"include_media_info\": false,\"include_deleted\": false,\"include_has_explicit_shared_members\": false}", but obviously get:&lt;BR /&gt;Error in call to API function "files/get_metadata": Must provide HTTP header "Authorization" or URL parameter "authorization".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before delving deeper into this auth I would like to ask the question: Is there a simple(r) way to obtain file date time using the dropbox link for downloading or another method avoiding additional overhead? Clearly the people downloading are not getting any personal authorization info, so the only recourse is the link, which, as everyone knows, looks like&amp;nbsp;&lt;A href="https://www.dropbox.com/s/i1x59cj1zrs8cva/filename.ext?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/i1x59cj1zrs8cva/filename.ext?dl=0&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 12:37:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481555#M24280</guid>
      <dc:creator>janhec</dc:creator>
      <dc:date>2020-12-23T12:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481568#M24281</link>
      <description>&lt;P&gt;forget it bro, close and open again try. .)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 11:28:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481568#M24281</guid>
      <dc:creator>ugur_kayaardi</dc:creator>
      <dc:date>2020-12-23T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481607#M24282</link>
      <description>&lt;P&gt;Using the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_self"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt; endpoint is the right way to get metadata from a shared link, but that does require an access token, as you found.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't another way to get the modified time of the file from the shared link directly, but you could instead use that "etag" value returned with that 200 response when accessing the shared link. You can store the etag for the version of the file you last downloaded, and before downloading it again, check the current etag value. If the etag value hasn't changed, that means that the content hasn't changed.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 15:27:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481607#M24282</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-23T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481614#M24283</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;That is quite helpful and probably sufficient. I'll tag it as a solution.&lt;/P&gt;&lt;P&gt;But it still surprises me that the last modified date is not given, and also not shown in de preview/download page you get when clicking the ....?dl=0 link. I really think that it would be helpful for people to avoid downloading a file which is identical to a previously downloaded file. I would really hope that dropbox does not deem this sort of functionalitty to be reserved to account-holders only.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 16:10:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/481614#M24283</guid>
      <dc:creator>janhec</dc:creator>
      <dc:date>2020-12-23T16:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685143#M30829</link>
      <description>&lt;P&gt;Re: The identical code now yields no useful information (with regard to fileversion).&lt;BR /&gt;Etag has disappeared,&amp;nbsp;X-Dropbox-Request-Id changes per request.&lt;/P&gt;&lt;P&gt;So I'll ask, instead of ranting about lack of backward compatibility, what is the way to&lt;/P&gt;&lt;P&gt;check a shared linked file for new version without downloading it (and even then...).&lt;/P&gt;&lt;P&gt;Here's what I get now, since a few days and after unreliable/varying responses:&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;HTTP/1.1 200 OK&lt;BR /&gt;Content-Security-Policy: font-src https://* data: ; style-src https://* 'unsafe-inline' 'unsafe-eval' ; base-uri 'self' ; default-src &lt;A href="https://www.dropbox.com/playlist/" target="_blank"&gt;https://www.dropbox.com/playlist/&lt;/A&gt; &lt;A href="https://www.dropbox.com/v/s/playlist/" target="_blank"&gt;https://www.dropbox.com/v/s/playlist/&lt;/A&gt; https://*.dropboxusercontent.com/p/hls_master_playlist/ https://*.dropboxusercontent.com/p/hls_playlist/ ; frame-src https://* carousel: dbapi-6: dbapi-7: dbapi-8: dropbox-client: itms-apps: itms-appss: ; child-src &lt;A href="https://www.dropbox.com/static/serviceworker/" target="_blank"&gt;https://www.dropbox.com/static/serviceworker/&lt;/A&gt; blob: ; media-src https://* blob: ; connect-src https://* ws://127.0.0.1:*/ws ; report-uri &lt;A href="https://www.dropbox.com/csp_log?policy_name=metaserver-whitelist" target="_blank"&gt;https://www.dropbox.com/csp_log?policy_name=metaserver-whitelist&lt;/A&gt; ; form-action 'self' &lt;A href="https://www.dropbox.com/" target="_blank"&gt;https://www.dropbox.com/&lt;/A&gt; &lt;A href="https://dl-web.dropbox.com/" target="_blank"&gt;https://dl-web.dropbox.com/&lt;/A&gt; &lt;A href="https://photos.dropbox.com/" target="_blank"&gt;https://photos.dropbox.com/&lt;/A&gt; &lt;A href="https://paper.dropbox.com/" target="_blank"&gt;https://paper.dropbox.com/&lt;/A&gt; &lt;A href="https://showcase.dropbox.com/" target="_blank"&gt;https://showcase.dropbox.com/&lt;/A&gt; &lt;A href="https://www.hellofax.com/" target="_blank"&gt;https://www.hellofax.com/&lt;/A&gt; &lt;A href="https://app.hellofax.com/" target="_blank"&gt;https://app.hellofax.com/&lt;/A&gt; &lt;A href="https://www.hellosign.com/" target="_blank"&gt;https://www.hellosign.com/&lt;/A&gt; &lt;A href="https://app.hellosign.com/" target="_blank"&gt;https://app.hellosign.com/&lt;/A&gt; &lt;A href="https://docsend.com/" target="_blank"&gt;https://docsend.com/&lt;/A&gt; &lt;A href="https://www.docsend.com/" target="_blank"&gt;https://www.docsend.com/&lt;/A&gt; &lt;A href="https://help.dropbox.com/" target="_blank"&gt;https://help.dropbox.com/&lt;/A&gt; &lt;A href="https://navi.dropbox.jp/" target="_blank"&gt;https://navi.dropbox.jp/&lt;/A&gt; &lt;A href="https://a.sprig.com/" target="_blank"&gt;https://a.sprig.com/&lt;/A&gt; &lt;A href="https://selfguidedlearning.dropboxbusiness.com/" target="_blank"&gt;https://selfguidedlearning.dropboxbusiness.com/&lt;/A&gt; &lt;A href="https://instructorledlearning.dropboxbusiness.com/" target="_blank"&gt;https://instructorledlearning.dropboxbusiness.com/&lt;/A&gt; &lt;A href="https://sales.dropboxbusiness.com/" target="_blank"&gt;https://sales.dropboxbusiness.com/&lt;/A&gt; &lt;A href="https://accounts.google.com/" target="_blank"&gt;https://accounts.google.com/&lt;/A&gt; &lt;A href="https://api.login.yahoo.com/" target="_blank"&gt;https://api.login.yahoo.com/&lt;/A&gt; &lt;A href="https://login.yahoo.com/" target="_blank"&gt;https://login.yahoo.com/&lt;/A&gt; &lt;A href="https://experience.dropbox.com/" target="_blank"&gt;https://experience.dropbox.com/&lt;/A&gt; &lt;A href="https://pal-test.adyen.com" target="_blank"&gt;https://pal-test.adyen.com&lt;/A&gt; &lt;A href="https://2e83413d8036243b-Dropbox-pal-live.adyenpayments.com/" target="_blank"&gt;https://2e83413d8036243b-Dropbox-pal-live.adyenpayments.com/&lt;/A&gt; ; img-src https://* data: blob: ; object-src 'self' &lt;A href="https://cfl.dropboxstatic.com/static/" target="_blank"&gt;https://cfl.dropboxstatic.com/static/&lt;/A&gt; &lt;A href="https://www.dropboxstatic.com/static/" target="_blank"&gt;https://www.dropboxstatic.com/static/&lt;/A&gt; ; worker-src &lt;A href="https://www.dropbox.com/static/serviceworker/" target="_blank"&gt;https://www.dropbox.com/static/serviceworker/&lt;/A&gt; blob: ; frame-ancestors 'self' ; script-src 'unsafe-eval' &lt;A href="https://www.dropbox.com/static/api/" target="_blank"&gt;https://www.dropbox.com/static/api/&lt;/A&gt; &lt;A href="https://www.dropbox.com/page_success/" target="_blank"&gt;https://www.dropbox.com/page_success/&lt;/A&gt; &lt;A href="https://cfl.dropboxstatic.com/static/" target="_blank"&gt;https://cfl.dropboxstatic.com/static/&lt;/A&gt; &lt;A href="https://www.dropboxstatic.com/static/" target="_blank"&gt;https://www.dropboxstatic.com/static/&lt;/A&gt; &lt;A href="https://accounts.google.com/gsi/client" target="_blank"&gt;https://accounts.google.com/gsi/client&lt;/A&gt; &lt;A href="https://canny.io/sdk.js" target="_blank"&gt;https://canny.io/sdk.js&lt;/A&gt; &lt;A href="https://www.google.com/recaptcha/" target="_blank"&gt;https://www.google.com/recaptcha/&lt;/A&gt; &lt;A href="https://www.gstatic.com/recaptcha/" target="_blank"&gt;https://www.gstatic.com/recaptcha/&lt;/A&gt; 'unsafe-inline'&lt;BR /&gt;Content-Type: text/html; charset=utf-8&lt;BR /&gt;Pragma: no-cache&lt;BR /&gt;Referrer-Policy: strict-origin-when-cross-origin&lt;BR /&gt;Set-Cookie: gvc=NDA2MzQyMTE4OTgyOTM1NjUzMDg0NTY5MTk5MzEzNDEwMzgyNjQ=; Path=/; Expires=Mon, 15 May 2028 19:09:07 GMT; HttpOnly; Secure; SameSite=None&lt;BR /&gt;Set-Cookie: t=GwpLm07-vGJT-M6RXpRnzwJ8; Path=/; Domain=dropbox.com; Expires=Sat, 16 May 2026 19:09:07 GMT; HttpOnly; Secure; SameSite=None&lt;BR /&gt;Set-Cookie: __Host-js_csrf=GwpLm07-vGJT-M6RXpRnzwJ8; Path=/; Expires=Sat, 16 May 2026 19:09:07 GMT; Secure; SameSite=None&lt;BR /&gt;Set-Cookie: __Host-ss=mY4WgzA-Fo; Path=/; Expires=Sat, 16 May 2026 19:09:07 GMT; HttpOnly; Secure; SameSite=Strict&lt;BR /&gt;Set-Cookie: locale=en; Path=/; Domain=dropbox.com; Expires=Mon, 15 May 2028 19:09:07 GMT&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;X-Frame-Options: SAMEORIGIN&lt;BR /&gt;X-Permitted-Cross-Domain-Policies: none&lt;BR /&gt;X-Robots-Tag: noindex, nofollow, noimageindex&lt;BR /&gt;X-Xss-Protection: 1; mode=block&lt;BR /&gt;Date: Wed, 17 May 2023 19:09:07 GMT&lt;BR /&gt;Strict-Transport-Security: max-age=31536000; includeSubDomains&lt;BR /&gt;Server: envoy&lt;BR /&gt;Cache-Control: no-cache, no-store&lt;BR /&gt;Vary: Accept-Encoding&lt;BR /&gt;X-Dropbox-Response-Origin: far_remote&lt;BR /&gt;X-Dropbox-Request-Id: d5e15471969948c685be3ae620c37c34&lt;BR /&gt;Transfer-Encoding: chunked&lt;/P&gt;&lt;P&gt;------------------------------&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 19:33:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685143#M30829</guid>
      <dc:creator>janhec</dc:creator>
      <dc:date>2023-05-17T19:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685149#M30830</link>
      <description>&lt;P&gt;Using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt; is still the right way to get metadata from a shared link, and that now supports both &lt;SPAN&gt;&lt;A href="https://www.dropbox.com/developers/reference/auth-types#user" target="_blank"&gt;User Authentication&lt;/A&gt; (using an access token, as before) as well as &lt;A href="https://www.dropbox.com/developers/reference/auth-types#app" target="_blank"&gt;App Authentication&lt;/A&gt;&lt;/SPAN&gt; (using an app key and secret instead of an access token). If that works better for your use case now, I suggest looking into that. You can get an app key and secret by &lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;registering an app here&lt;/A&gt;; be sure to use "Full Dropbox" access for this scenario (even though you won't need to actually connect it to an account and get an access token to call /2/sharing/get_shared_link_metadata with app authentication).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt; for a file, you can check the returned "rev" value, which is a revision identifier, in addition to "server_modified". Check out the documentation there for the full field information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the etag value when accessing the shared link directly, that is still working and being returned with the etag for me when I try accessing a file directly using curl with a valid shared link to a file with "dl=1". I see in your output that you're getting back an HTML page. I recommend checking if the shared link you're using is still valid. You can manually try it in a web browser to see what that HTML page is; it may contain an error message regarding the shared link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the 'X-Dropbox-Request-Id' value is expected to change on every request, as that is an identifier for each request made to Dropbox, not the file being accessed itself.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 20:05:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685149#M30830</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-05-17T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685150#M30831</link>
      <description>&lt;P&gt;Ok, thanks for a helpful and very fast response, I'll get to work with this info&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 20:10:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685150#M30831</guid>
      <dc:creator>janhec</dc:creator>
      <dc:date>2023-05-17T20:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to get (dropbox) file datetime using a dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685151#M30832</link>
      <description>&lt;P&gt;I had not realized that ?dl=1 is needed and removed it. Now it works fine again.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 20:28:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Easiest-way-to-get-dropbox-file-datetime-using-a-dropbox-link/m-p/685151#M30832</guid>
      <dc:creator>janhec</dc:creator>
      <dc:date>2023-05-17T20:28:35Z</dc:date>
    </item>
  </channel>
</rss>

