Replies: 2 comments 2 replies
-
Turns out I had to use the folder owner's account. Not the account with whom it's shared. |
Beta Was this translation helpful? Give feedback.
-
The idea behind that note is the following, take the shared file example from the homepage: import { File } from 'megajs'
const file = File.fromURL('https://mega.nz/file/example#example')
await file.loadAttributes()
console.log(file.name) // file name
console.log(file.size) // file size in bytes If you pass to |
Beta Was this translation helpful? Give feedback.
-
Here it is said that:
But how do we "specify an encryption key" and where?
Beta Was this translation helpful? Give feedback.
All reactions