801457b created the issue
If an upload is cancelled at the wrong moment, it will show up as permanently in progress and be undeletable, giving an error saying something about a missing fileId. The file it's trying to delete seems to have gotten its fileId and versionId cleared by
|
attributes.setVersionId(null); |
, making it impossible to delete.
If an upload is cancelled at the wrong moment, it will show up as permanently in progress and be undeletable, giving an error saying something about a missing fileId. The file it's trying to delete seems to have gotten its fileId and versionId cleared by
cyberduck/cryptomator/src/main/java/ch/cyberduck/core/cryptomator/CryptoVault.java
Line 390 in 0285d14