Hi @joshuef, I’m playing around with the safe api on SAFE Browser, pretty cool work. I manage to authenticate and create a file but when I try to get it back I get the following error:
Uncaught (in promise) Error: Unexpected token a in JSON at position 0(…)
My call looks like this:
window.safeNFS.getFile(token, "test");
Any idea?
EDIT: Is there a debug mode to see the content of the request that goes to the launcher?