List the files contained inside several zip files located in a Google Drive folder?

Dear all,

Is this possible to list the files contained inside several zip files located in a folder inside Google Drive without copying each zip files into local (and unzipping them here in order to get the names of the files compressed inside each zip files)?

Thanks in advance :wink:

You could try using rclone mount and then unzip -l on the zip files. I think zip has a directory stored at the end which unzip will seek to and not read the whole file.