fix(drive): ensure modified date matches after upload (#4) * fix(drive): ensure modified date matches after upload Sometimes, the modified date of a newly uploaded file wouldn't match the local file's modified date. Added a check to ensure that the modified date matches before returning. Also added logging to a local file.