-
Notifications
You must be signed in to change notification settings - Fork 2
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
Books AND PDFs, not only books #10
Comments
Mmh I had misread your comment initially.. No I have not yet seen how notes and PDFs are synced to Amazon. |
@ptbrowne if you try https://www.fivefilters.org/push-to-kindle/ on whatever website or blogpost you find. I suggest trying it on feks this page: https://waitbutwhy.com/2015/05/elon-musk-the-worlds-raddest-man.html. Worth reading that whole series :P Then you get a PDF on your kindle that you read, and you can see that the mobile app is able to sync that PDF, together with the notes you make. So I wonder what API covers this data. Did you get a proper reverse engineer result, because I struggle to get the HTTPS decoded, I dont have a nice setup of raspberry PI here, and tried other proxies, but I dont get the HTTP/CONNECT calls to be readable |
I guess it has to do with Nougat 7 and the network policy, and why you have said to use an android 5.0 emulator. Have to try that tomorrow |
@ptbrowne Im finding this url: https://api.amazon.com/whispersync/v2/data/amzn1.account.[accountnumber]/datasets?after=6734&embed=records.first_page With this result where :
But struggeling to get the app behaving correctly when doing proxy and installing a different root certificate. It wont log in, and struggeling to download data. The kindle app do seriously have some safety mechanisms :P I cannot find it on play store when doing an emulator any more. Had to dig up my old nexus and boot it back to android 6 just to get to this point. Did you have this much trouble when looking for the URLs? |
Some updates: This seems to be the right link for proper whispersync data. I did some changes/finsih reading/downloading a pdf and the dataset updated itself. So I got some dataset. I believe this is using hypermedia rest with HAL standard as talked about here: https://reflectoring.io/rest-hypermedia/. So the next issue would be to get the right signature, as you have done in this repo. Because I could not use the same headers for those hypermedia links, and there is a header called:
Lets hope that code you are using works for this header aswell :D But here is an updated response:
|
My kindle app syncs docs(PDFs and other) and their notes as well. Which is really really nice!
It seems that this fiona endpoint do not sync docs(PDFs and other), only books, so I wonder if you have seen anything in that direction?
I cant see any good enpoint fetching this data
The text was updated successfully, but these errors were encountered: