Did someone successfully manage to request _raw_ data from Notion?
What they povide via the export button is Not enough - because it converts blocks (that u can access via the API urself) to Markdown and that looses a lot of information/structure that one can extract.
I theoretically could just save everything via the API, but I hope there is an easier way (I can make mistakes and I'm not that versed on the entire data schema they use - I only learn it as I need it. so there is a very big chance I can miss some data)
And then there is also an issue with the file links that they provide to u when u use API - turns out they store all of ur data on AWS, and the links provided are temporary (I think they expire in a day or so), so it's hard to download _all_ files, given how plently of them I have (anti-bot protections won't let that pass)