Quote:
Originally Posted by piovac
Chaley, thank you for your reply. I just email you the log file. My Calibre library is actually buried under a couple of levels of hierarchy at: "/Reading Room/Alexandria/metadata.db". There is one space in the Reading Room folder name.
|
The debug log pointed at what probably is going wrong. The Dropbox API has two fields, "rev" and "revision". The difference between these fields is not clear. According to the documentation (and as far as I can tell), "rev" is an arbitrary string and "revision" is a small int. However, in your library "revision" is a long int, so clearly my interpretation of the docs is wrong.
Going through comments found by asking Uncle Google, it seems that "revision" could also be an arbitrary string just like "rev". As CC only checks for equality, I have no problem with changing CC to accept strings instead of ints for "revision". This change will appear in the next beta (in a day or so) and will be generally released in a week or so.