-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I'm trying to use the function dir:
const Netstorage = require('netstorageapi')
// Defaults: SSL: false
// By default no proxy is set
const config = {
hostname: "hostname",
keyName: "keyName",
key: "key",
cpCode: "cpCOde",
ssl: false,
}
// Don't expose KEY on your public repository.
const ns = new Netstorage(config)
ns.list('test', (err, response, body) => {
if (err) {
console.log('err: ', err)
}
console.log('body: ', body)
})
Whatever the path I put (valid or not) I get the same message:
body: { message: 'Not Authorized.' }
What's wrong?
Metadata
Metadata
Assignees
Labels
No labels