Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage Problem about the 200 limit #9

Open
falematte opened this issue Jan 29, 2021 · 1 comment
Open

Usage Problem about the 200 limit #9

falematte opened this issue Jan 29, 2021 · 1 comment

Comments

@falematte
Copy link

I usually this package downloading periodically all the notes and saving them to a file. It worked well until I reached the hard limit of 200. Now only the 200 latest annotations are synced. How could I import all the annotations?

@Kungsgeten
Copy link
Owner

The API only supports fetching a maximum of 200 annotations at a time, so you can't fetch more than that. However it should not overwrite your previous annotations. I haven't studied the API in a while, but I think there's a way to specify the "start date" from when you should fetch -- shouldn't be that hard to adapt the emacs lisp code to use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants