Hi,
I was trying out the Zotero import and realised it did not work properly for User Items. I have taken a look at the code and think I have found the problem.
The function _import in importProcess.php refers to item ID as $item->itemID() but the feed actually stores the item ID under zapi:key. I have managed to get things working after amending the itemID() to key() instead for the occurrences.
Now I have a question! I am not syncing my file attachments with the Zotero servers due to both monetary (budget for the online storage space!) and privacy/confidentiality issues. I have synced them with a personal server using WebDav instead.
Is there any way I can get this plugin to grab the files from my server instead? Please point me in some general direction as to where I should look at.
Thanks!

