`delete-all-files-of-a-user` doesn't log
(thanks to @kio for reporting)
the admin/delete-all-files-of-a-user
endpoint calls driveService.deleteFile
without a deleter
argument, so the action is not logged
it should call it the same way as drive/files/delete
does: this.driveService.deleteFile(file, false, me)