Sync Zotero library with Omeka
Hello,
I have made the private key however I can not find a clear description of how to obtain the RSS Atom link -
From https://omeka.org/classic/docs/Plugins/ZoteroImport/ - Unpublished libraries do not have a feed URL readily accessible, but you can construct it using the following URLs as templates: (Note: this is to be an unpublished library to I've tried it both ways.)
user library: https://api.zotero.org/users/userID???/items
user collection: https://api.zotero.org/users/{userID}/collections/{collectionKey}/items
group library: https://api.zotero.org/groups/{groupID}/items
group collection: https://api.zotero.org/groups/{groupID}/collections/{collectionKey}/items
I've tried this group library: https://api.zotero.org/groups/{groupID}/items and included our groupID and left the rest the same.
The Zotero Import plugin has a field for the private key and the api url. It provides an error that says that the link doesn't work.
Suggestions?
Thanks in advance.
I have made the private key however I can not find a clear description of how to obtain the RSS Atom link -
From https://omeka.org/classic/docs/Plugins/ZoteroImport/ - Unpublished libraries do not have a feed URL readily accessible, but you can construct it using the following URLs as templates: (Note: this is to be an unpublished library to I've tried it both ways.)
user library: https://api.zotero.org/users/userID???/items
user collection: https://api.zotero.org/users/{userID}/collections/{collectionKey}/items
group library: https://api.zotero.org/groups/{groupID}/items
group collection: https://api.zotero.org/groups/{groupID}/collections/{collectionKey}/items
I've tried this group library: https://api.zotero.org/groups/{groupID}/items and included our groupID and left the rest the same.
The Zotero Import plugin has a field for the private key and the api url. It provides an error that says that the link doesn't work.
Suggestions?
Thanks in advance.
My question is, what is the proper feed url construction for both a whole library and for a collection? Thanks.