Can anyone help me understand what the following means please?
Exception: The parameters don't match the method signature for Utilities.computeDigest.
I'm trying to run a script that hashes filenames in my Google drive, but I keep getting the above error and I can't seem to find info about it.
The corresponding line of code is:
var fileHash = Utilities.computeDigest(Utilities.DigestAlgorithm.MD5, file);
Thanks