I'm trying to upload a list of folder from a file share to a Google Storage bucket. The folder contain many subfolders and over 1M items, with long file paths and some special characters thrown into the mix. After looking at calling Gsutil from within a Powershell window, I tried the cmdlet New-GCsObject to copy each folder in a for each loop. The problem with this, is that if it hits an access denied it stops uploading files. Is there a way to get round this and just log the error?