Hi all,
Why am I getting different MD5 checksums on a local data file vs. the same file uploaded to Google Drive?
Long version:
I'm using the Google Drive API to upload backups of my app's data files. I only want to upload a file if it's actually different from the existing Google version, so...
Libs:
- Reflection
- FastIO (ProBundle)
- ByteConverter
Sub CRC32(filename As String) As String
Dim r As Reflector
Dim io As FastIO
Dim bc As ByteConverter
Dim data() = io.ReadArray(filename, 1024) As Byte
r.Target = r.CreateObject("java.util.zip.CRC32")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.