We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to update an attachment with update_item() returns an Invalid Request. The only metadata I'm changing are the attachment's tags.
The text was updated successfully, but these errors were encountered:
I have no idea why this is failing – it's working fine for non-attachment items, and the JSON it's sending is valid. I'll ask on the mailing list.
Sorry, something went wrong.
Adding a link to the mailing list discussion, as this is apparently an API limitation: https://groups.google.com/forum/?fromgroups#!topic/zotero-dev/cpTuzyp-keY
This issue is still open on the Zotero side: zotero/dataserver#1
Quick note -- for those still encountering this problem:
myitem = zot.item('KCP87MZI') zot.update_item( myitem ) # This fails zot.update_item( myitem['data'] ) # This updates fine
No branches or pull requests
Attempting to update an attachment with update_item() returns an Invalid Request. The only metadata I'm changing are the attachment's tags.
The text was updated successfully, but these errors were encountered: