I have a file from Kaggle of jpg images all saved in a single folder in a zip file. Importing the "Elements" of the zip file correctly identifies the "FileNames" as an element but asking for the "FileNames" gives an error: "Cannot import data as "ZIP" format." I have tried a number of variations, including reading the files directly (as Import["images_training.zip","images_training\\100008.jpg"] ) with no success. I can read the companion .CSV file, solutions_training.zip contents.
It this a limitation of Mathematica or a problem with the zip file or something that I have done incorrectly?