Automatically upload pdf to zotero with pyzotero

Hi, I'm looking for a way to automatically upload my pdf to zotero once I've compiled them with latex. I found that there is a python zotero API wrapper, so I tried using that.

But when I upload my pdf with the "attachment_both" method, I get the error:
"File would exceed quota (300.2 > 300)".

Why is it that I can manually upload the file but it fails using the API?

Also when I manually upload a pdf to zotero, by dragging the file into zotero for example, all the metadata like title and author is added automatically by zotero.
Is there a way to do the same with the API?
Sign In or Register to comment.