You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add file timestamp information to the FileMetadata class. okio's FileMetadata provides the following three properties:
val createdAtMillis:Longval lastModifiedAtMillis:Longval lastAccessedAtMillis:Long
This or something comparable would be really helpful. File timestamp information is required for a lot of use cases, such as determining whether a cached file needs to be updated or not.