Different collection IDs on different machines
I'm using a plugin (zotelo - https://github.com/vspinu/zotelo) to make it easier to keep a latex .bib file up to date; the problem, however, would apply to many external applications.
The problem is that the IDs returned by getCollections() are not the same in synced databases on different machines. Sync has been working completely fine, all content matches, but the internal SQLite database IDs (collections#CollectionID) just happen to be different.
This is presumably simply because things have been added / synced in varying orders on different machines. However it means that collection ID, as used in the API, doesn't reliably identify the same collection when used on the same synced database.
Any suggestions?
The problem is that the IDs returned by getCollections() are not the same in synced databases on different machines. Sync has been working completely fine, all content matches, but the internal SQLite database IDs (collections#CollectionID) just happen to be different.
This is presumably simply because things have been added / synced in varying orders on different machines. However it means that collection ID, as used in the API, doesn't reliably identify the same collection when used on the same synced database.
Any suggestions?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
I thought better bibtex may have already solved this, so Emiliano might just know.