In android mobile, invoking zeep.unzip method is throwing error as "Open failed: ENOTDir (Not a directory)"
In android, I have a zip file containing the following structure
--- testFile.zip
------------ testFolder
--------------------- test.png
i.e. any file it can be a .txt or .png file inside a folder and zip this folder.
While trying to unzip this folder, Not a directory error is thrown.
But ios works fine.
Why this issue occurs ?