You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------- 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.
The text was updated successfully, but these errors were encountered:
------- 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.
The text was updated successfully, but these errors were encountered: