Closed joshuawagner closed 2 years ago
Have you made sure that the API token has access to the group/library that you want to access? The line that throws the error accesses account.access.groups[library.id]
from the json response of https://api.zotero.org/users/${account.userID}/groups
, which in turn is retrieved from https://api.zotero.org/keys/current
Please visit https://api.zotero.org/keys/current?key=YOUR_API_KEY, then https://api.zotero.org/users/YOUR_ACCOUNT_ID/groups?key=YOUR_API_KEY to see if the API key allows the access to any group.
I don't know if https://github.com/cboulanger/bookends-api still works with the current version of Bookends, since I only have v13.4.1.
Yep, you were right. I had something wrong in my Zotero permissions. Thank you. It's working!
Happy to hear it is working for you now.
Hi, I have set my environment variables and when I run
npm test
as instructed, I receive the following result:Can you help me troubleshoot this?
Also, I had
bookends-api
working on my previous versions of Zotero and Bookends. Is it possible that that still works with updated versions if I can't get this working?