drive icon indicating copy to clipboard operation
drive copied to clipboard

Formatting issues

Open NagariaHussain opened this issue 1 year ago • 2 comments

CleanShot 2024-02-27 at 13 18 16@2x

NagariaHussain avatar Feb 27 '24 07:02 NagariaHussain

modified field get original file modified time/date, created field get drive created time/date,

Suppose to be get original file created time/date at upload, if its modified in drive (like text editor) have to change drive time/date.

Delte avatar Feb 27 '24 09:02 Delte

Suppose to be get original file created time/date at upload, if its modified in drive (like text editor) have to change drive time/date.

Getting created date for uploaded file is not possible. Browser API doesn't support it. https://developer.mozilla.org/en-US/docs/Web/API/File_API

This issue is about the date format instead of the date data itself.

uhrjun avatar Feb 27 '24 10:02 uhrjun