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
Is there a way to unlink or remove items that have been appended to the zip? I'm running into an issue where I need to remove some data so that the user doesn't see broken or unfinished files. I'm generating data on the fly to be streamed into the zip archive using zip.append but need to rollback that single file if certain conditions are met.
The text was updated successfully, but these errors were encountered:
Is there a way to unlink or remove items that have been appended to the zip? I'm running into an issue where I need to remove some data so that the user doesn't see broken or unfinished files. I'm generating data on the fly to be streamed into the zip archive using
zip.append
but need to rollback that single file if certain conditions are met.The text was updated successfully, but these errors were encountered: