-
Notifications
You must be signed in to change notification settings - Fork 4
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
401 error on calling list_items #23
Comments
Thanks! I am looking into this right now! |
Looks like there is a rolling to a new cloud API 1.5. Luckily some good people figured out the new links and calls. I will make a PR to adapt Remarkable.jl to it |
Hi, @theogf I am not very familiar with the API (just tried to run this project for the first time), otherwise I would do a PR. But I think this commit might be of interest to fix this problem: juruen/rmapi@6116680 |
It seems to be using this link Line 5 in ba6bea9
with Line 11 in ba6bea9
It seems the other projects didn't change this link recently, did you find any ? |
I think I had a look and it was a bit inconclusive. I tried a few of the findings but without success... |
I made a post : https://discord.com/channels/385916768696139794/1203250594580529183 |
rmapi seems to be working for the v1.5 of the api with what's in their HTTP.request(
client,
"POST",
"https://internal.cloud.remarkable.com/sync/v2/signed-urls/downloads";
query = Dict(
"http_method" => "GET",
"relative_path" => "root",
)
) But I get
|
@blegat do you happen to still have the files from your attempt on hand? if you put a PR draft up I'd be interested in picking up where you left off |
@caleb-allen Thanks, I pushed my local changes to https://github.com/blegat/Remarkable.jl/tree/debug |
I followed the documentation, obtained a token and I can run
RemarkableClient()
, however when I runlist_items(client)
I getThe text was updated successfully, but these errors were encountered: