← Back to team overview

duplicity-team team mailing list archive

Re: [Merge] lp:~crosser/duplicity/dpbx-fix-file-listing into lp:duplicity

 

Dropbox API probably works as designed: apparently it's actually not and 'empty folder' but 'non-existent folder':

```
ApiError('331ae42f2ac881f10caefc800e59e35b', ListFolderError(u'path', LookupError(u'not_found', None)))
```

It is non-trivial to check the contents of `ListFolderError`: it is a subcluss of `Union` which is a subclass of `Composite` which is a subclass of `Validator` which is much deeper than I am ready do dig.

My goal was to make duplicity work (for me), not to learn Dropbox API. Sorry.
-- 
https://code.launchpad.net/~crosser/duplicity/dpbx-fix-file-listing/+merge/334274
Your team duplicity-team is subscribed to branch lp:duplicity.


References