Skip to content

zotkit 0.2.0 — Zotero Storage support

Choose a tag to compare

@oldantique oldantique released this 11 Jul 08:01

attach and fetch now work for both attachment storage modes, auto-detected from your .env:

  • WEBDAV_* configured → direct WebDAV read/write (unchanged, tested end-to-end)
  • no WEBDAV_*Zotero Storage via the Web API's official file endpoints (new)

Nothing to configure — just omit the WebDAV lines if you use Zotero Storage.

Note: attach()'s return field webdav_ok is now storage ("webdav" or "zotero").