pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

Consider a WriteConflict exception, or something like it

Open willmcgugan opened this issue 8 years ago • 3 comments

See https://github.com/PyFilesystem/pyfilesystem2/issues/18

willmcgugan avatar Jun 10 '17 17:06 willmcgugan

OneDriveFS could use this. I haven't implemented a handler for it yet, but from the documentation, it would happen if another file with the same path was created while OneDriveFS was in the middle of a upload session. It looks like it can't happen with directories.

rkhwaja avatar Sep 24 '18 06:09 rkhwaja

Has no one gotten around to this yet? DropboxFS could use it too.

dargueta avatar Jul 26 '19 15:07 dargueta

It's probably going to be a "won't fix" I'm afraid. Detecting and reporting information about the conflict is inefficient, and impractical on some filesystems.

willmcgugan avatar Jul 26 '19 15:07 willmcgugan