subutux / rmapy

A unofficial python module for interacting with the Remarkable Cloud
http://rmapy.readthedocs.io/
MIT License
123 stars 47 forks source link

rmapy currently does not support new sync API #37

Open dkozel opened 11 months ago

dkozel commented 11 months ago

I'm posting this issue to hopefully help folks coming by in the future. Currently it seems that all forks of rmapy do not fully support the updated sync api.

This fork has a newapi branch which seems to successfully log in, but other issues exist. https://github.com/AaronDavidSchneider/rmapy/tree/newapi

This Go based API seems to be working well for me, with a possible issue deleting files on a tablet with the 3.6.1.1894 OS version. https://github.com/juruen/rmapi

WhenInWome commented 10 months ago

Hey good stuff, I was trying to get this working a few months back and kept getting that same API error. Will try with the new fork.