Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Document List Api 更改文件的最后修改日期?这可能吗?Google Drive 客户端以某种方式做到了!
尝试使用files.touch
将文件的更新时间设置为当前服务器时间。
POST https://www.googleapis.com/drive/v2/files/fileId/touch
修改文件内容最后修改日期应自动更改。
你有这方面的问题吗?
使用touch然后你可以改变它
touch