mega.js ``` "use strict"; let mega = require('mega') let file = mega.file("https://mega.nz/#!hR0zARiS") console.log(file) ``` What is wrong? I tried with decoding key too :(