-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add sync routes for v3.7 #262
Conversation
With the new route, sync is back working, all features works well. I noticed that sync scope changed from - "scopes": "intgr screenshare hwcmail:-1 mail:-1 sync:tortoise",
+ "scopes": "screenshare hwcmail:-1 mail:-1 intgr sync:fox", But it doesn't seem to affect the synchronization in any way. Also my rmfakecloud is still spammed with renewed user token, until xochitl restart... but it reappears randomly (also not noticeable for the user). |
thanks for the work, may I ask if the screen sharing still worked? mine is not working since recent updates |
Hi @zcy85611, regarding the screen sharing feature, I haven't had the chance to test it since I don't have/use the reMarkable app at the moment. Therefore, I'm unable to confirm its current functionality with the latest updates :( |
I've tested on latest firmware, it's not working, no error log on both server and client side, it happens couple of versions ago |
I confirm this PR is working with rM v3.6 as well as v3.7. Thanks for the work! |
Hi @nemunaire, would it be possible to add a linux/x86_64 image to your docker hub image at https://hub.docker.com/r/nemunaire/rmfakecloud/tags, so I can test the changes easily? |
I also have the cloud limit message on old files. I need to investigate this issue. |
Ok, first regarding my server being spammed with new token requests, this was due to Regarding the screen sharing feature, cc @zcy85611, the reMarkable doesn't contact rmfakecloud. It's not a missing route. This need more investigations. Regarding the cloud storage limit, in fact |
Thank you all for testing and giving feedback! |
Hi,
There are new things in the release 3.7.
We have new routes to retrieve files and metadata. And apparently it seems to have a new permission/scope in the JWT.
The new route I was able to identify is
/sync/v3/files/<FILE-HASH>
. I think I handle it the right way (but I'm unable to finish the sync process due to the JWT issue.For the JWT part, the server is spammed with requests on. We can see this in the logs:
I'm trying to activate a cloud account on the official remarkable website, but for the moment it's not a success.
Can someone share the decoded payload (using https://jwt.io/) of a JWT user token, with personal information redacted?