You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zoter...@googlegroups.com
That's how you do it. Assuming you're looking at the right library,
most likely you're not accounting for pagination [1] and are only
looking at the first 25 items (and are overlooking child items in
the response, since getting only top-level items is a different
endpoint).
While you can use the API directly if you're comfortable doing so,
for most projects using a client library [2] such as pyzotero will
make things easier.