How does the file share stage work? It seems to change even if no changes have been made to the file.
Is there a way to get a checksum or something that only changes when the file is updated?
Thanks for your help!
The etag of the file also changes when the metadata of the file changes. If you want to track changes to the contents of a file, you can use the md5Checksum field md5Checksum :
md5Checksum
https://developers.google.com/drive/v2/reference/files#resource
Source: https://habr.com/ru/post/1496552/More articles:WPF DataGrid with Interaction.Triggers "CellEditEnding" - wpfValidating form in user directive ...? - angularjsWhat causes the (large) size of python lists? - pythonSpecification and DDD - design-patternsRotate vector output into columns in data.table along with other columns? - rdelete a bunch of lines by the names of the growths - how to initialize the zero line in R? - initializationReading JSON string as key value - jsonHow to cancel a check in a remote ClearCase client - clearcaseIs it a good idea to wrap my DbContext in a Unit of Work class? - asp.net-mvcDouble fork and stdin - linuxAll Articles