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
The boolean canAppend in ZipClientHelper#handlePut is set to !zipExists and therefore can only be false.
If I understand the code, it should be set to zipExists instead.