How does the etag of a File Resource works? It looks like it's changing even if no change is made on the file.
Is there a way to get a checksum or something that change only when the file is updated?
Thanks for your help!
How does the etag of a File Resource works? It looks like it's changing even if no change is made on the file.
Is there a way to get a checksum or something that change only when the file is updated?
Thanks for your help!
The Etag of a file also changes when the file's metadata changes. If you want to only monitor changes to the file's content, you can use the md5Checksum
field instead:
https://developers.google.com/drive/v2/reference/files#resource