I am using google app engine (python2.7), I save the user images in the cloud storage .
I want to give the user option to download her/his images in zip file.
is there any code that I could use, to select several images from cloud storage , compress them and download them as zip file.
thank you