You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
bandhavya
changed the title
unzip a folder containing multiple folders is failing with ENOTDIR error
only in android, unzip a folder is failing with ENOTDIR error
Oct 9, 2018
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 ?
The text was updated successfully, but these errors were encountered: