Reputation: 31
How can I change the file's last modified date using the Document List Api? Is this possible? Google Drive client somehow does it!
Upvotes: 3
Views: 21064
Reputation: 1262
Try to use files.touch
Set the file's updated time to the current server time.
POST https://www.googleapis.com/drive/v2/files/fileId/touch
Upvotes: 1
Reputation: 12374
Bu modifying a file content the last modified date should be changed automatically.
Are you having issues with this?
Upvotes: 0