oscarmorrison / zoteroRemarkable

A script/utility to keep a zotero collection and remarkable file in sync
https://blog.oscarmorrison.com/zotero-remarkable-sync/
GNU General Public License v3.0
68 stars 10 forks source link

0 papers, but there are some... #3

Open falevian opened 4 years ago

falevian commented 4 years ago

------- sync started ------- 0 papers in Zotero Remarkable collection name 0 papers on Remarkable Device, /Zotero uploading 0 papers deleting 0 papers ------- sync complete ------- I'm not sure where is the problem. The .env file is: API_KEY=uAo5555JrIwhatever LIBRARY_ID=666 COLLECTION_NAME=Remarkable FOLDER_NAME=Zotero STORAGE_BASE_PATH= Any ideas?

The script is able to obtain the collection_id Out[5]: 'A5ZJV3Q6' So, there is connection, and even the collection is accesible, but then: getPapersTitleAndPathsFromZoteroCollection(zotero, collection_id, STORAGE_BASE_PATH) Out[7]: [] And there is two pdfs at the collection. Thansks.