简体   繁体   中英

Download files from multiple links in google cloud storage

I have 1000 files in google cloud storage but these files in multiple directories so, how can I download them at the same time

I put all the links in excel file and use this command

cat C:/Users/tm/files.xlsx | C:/Users/tm/AppData/Local/Google/Cloud_SDK/google-cloud-sdk/bin/gsutil.cmd -m cp -I C:/Users/tm/Desktop/files

then I got this massege
stat: embedded null character in path
CommandException: 1 file/object could not be transferred.

Thanks in advance

gsutil -m cp -R gs://your-bucket-name/path/to/directory/ C:/Users/tma/Desktop/files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM