Reputation: 762
I recently decided to migrate from Drive API v2 to v3.
In v2, files().get(fileId)
returns almost all attributes, but in v3, it doesn't return the lastModified
, which is very essential for me. Is there anyway I can do it in v3?
Upvotes: 5
Views: 5282