虽然Google Docs文档似乎在URL中有唯一的ID,但我想知道是否有办法获取文档的哈希值(MD5,SHA1)而无需再次下载。有没有人尝试类似的东西?我可以进行一些API调用吗?
答案 0 :(得分:4)
对于存储在Google文档中的文件,文档列表条目中提供了md5校验和:
<!-- Given for files only. An MD5 checksum used to verify the contents of this file. -->
<!-- Some old files are being processed. Those files will not have this element yet. -->
<docs:md5Checksum>2b01142f7481c7b056c4b410d28f33cf</docs:md5Checksum>
对于Google文档文档,您可以使用“Etag”元素检查更改。