I tried to download a folder with Google Cloud Storage API. I checked this documentation, and it works for a single file. I try to find another way to download the folder, do you know any way to do it?
Asked
Active
Viewed 17 times
0
-
https://stackoverflow.com/questions/48723502/how-to-download-an-entire-folder-from-google-cloud-platform/55941512#55941512 – Doug Stevenson Apr 11 '22 at 04:18
-
There is no API for downloading multiple objects. You must write code to list them and download them invidually. – Doug Stevenson Apr 11 '22 at 04:20
-
Thanks for the response. If there is no API for that, I think there is no choice other than this. – VusalIs Apr 11 '22 at 04:48