I have a directory called App and inside it there is another directory crowpro (App/crowpro). But when I try to test
dbx.filesListFolder({path: ''})
.then(function(response) {
console.log(response);
})
.catch(function(error) {
console.log(error);
}); I get
error: {
error_summary: 'path/not_found/...',
error: { '.tag': 'path', path: [Object] }
}