I am trying to download multiple files from google cloud CLI using gsutil
on Windows. The command, I used is
C:\Users\User>gsutil -m cp -r "gs://takeout-export-c98906c8-f41d-4702-a512-8a6affaffb1c/20220608T548213Z/Resource: -5623962341676446683" .
Copying gs://takeout-export-c98906c8-f41d-4702-a512-8a6affaffb1c/20220608T548213Z/Resource: -5623962341676446683/takeout-20220608T386412Z-001.zip...
[WinError 267] The directory name is invalid: '.\\Resource: -5623962341676446683'
CommandException: 1 file/object could not be transferred.
From the admin panel, I am able to access the folder 5623962341676446683
and its contents are present. The command is working fine for other folders. Can you please let me know probable reason for this error.
Thanks