Unable to access group library through the Zotero app (but works in the browser)
Hi all!
I have a shared group library that I am able to see through my Zotero account through the browser, however, through the Zotero app, I am only to see a very limited amount of the folders. I have tried to uninstall and re-install the app, and also tried to sync various times.
I would appreciate it if anyone has any suggestions or solutions.
I have a shared group library that I am able to see through my Zotero account through the browser, however, through the Zotero app, I am only to see a very limited amount of the folders. I have tried to uninstall and re-install the app, and also tried to sync various times.
I would appreciate it if anyone has any suggestions or solutions.
1) Go to your Zotero data directory and make a backup of zotero.sqlite (e.g., on your desktop).
2) Select the library in the left-hand pane, go to Tools → Run JavaScript, and run the following code:
var library = Zotero.Libraries.get(ZoteroPane.getSelectedLibraryID()); library.libraryVersion = -1; await library.saveTx();
3) Perform a normal sync.
Let us know if that brings the library in sync. If so, you can delete the backup copy of zotero.sqlite.