Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't retrieve groups metadata. #153

Open
nigini opened this issue Apr 29, 2022 · 0 comments
Open

Can't retrieve groups metadata. #153

nigini opened this issue Apr 29, 2022 · 0 comments
Assignees

Comments

@nigini
Copy link

nigini commented Apr 29, 2022

Platform: Ubuntu
Python version: 3.8
Pyzotero version: 1.5.2

Problem Description

zot = zotero.Zotero(test_conf['library_id'], test_conf['library_type'], test_conf['api_key'])
zot_library = zot.groups()
  • What error was raised?
    No error, the call goes through just fine. The problem is, even though I can retrieve items with items = zot.top(limit=5) and I can see the metadata about the group in each item correctly, the zot.groups() call is returning an empty list.

More Details

The api_key I am using is configured as follows:

  • Personal Library: none
  • Default Group Permissions: none
  • Per Group Permissions: 'read/write' for one group only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants