-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unzip failed in iOS #66
Comments
It would be a great help if in case status -1 is returned an error callback or any kind of error message would be available. |
2020-03-02 10:53:48.949065+0800 lookbook[15967:8224984] [SSZipArchive] Error: The file couldn’t be saved. |
This is the error I reported when I decompressed the file. Is anyone in the same situation as me?My file is 800MB |
I've successfully downloaded and installed your plugin on iOS but whenever I try to unzip it gives me the following error: "Error occurred during unzipping - failed to open zip file". This is what I've done so far;
I successfully downloaded my zip file using the cordova file transfer plugin and my code looks like this:
zip.unzip("file:///var/mobile/Containers/Data/Application/21347191-2DFA-4E0D-A6F6-54C25B0A4F1F/Library/files/file.zip", fileEntry.toURL(), function () {
alert('success');
});
The source URL is where my zip file rests. I'm working on iOS 9.3.4.
Is there something i'm doing wrong?
The text was updated successfully, but these errors were encountered: