Access Is Denied

1.4 beta version number:
Operating system:

Issue:Getting error when performing update to Strewberry Perl packages when Perl is located on a junction pointing to Google Drive folder i.e. c:\strawberry maps to …\Google Drive\strawberry.
When the packages update there are a lot of files being build on the fly during the package upgrades this tricks Insync into thinking the file is locked and never re-checks (it is locked while it is being worked but unlocked when the package completes). Insync does not then re-check for the locked object so see if access allowed.

Fix
Go to the using insync (click the error file) - rename then rename back to clear the error

To Reproduce
Install Strawberry perl then move to somewhere under Google Drive Folder
Create a junction to the perl installation using mklink /j
i.e. something like
mklink /j c:\perl <dir you moved perl to>
run “cpan-outdated -p|cpanm”
it is intermittent issue (as its timing related) so may have to repeat above command when packages update