Add missing fields to folder:list response (#1626)

This commit is contained in:
Ricardo Espinoza 2021-04-10 02:21:03 -04:00 committed by GitHub
parent 5460b248ee
commit 8113693e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1032,6 +1032,10 @@ export class Dropbox implements INodeType {
'size': 'contentSize', 'size': 'contentSize',
'.tag': 'type', '.tag': 'type',
'content_hash': 'contentHash', 'content_hash': 'contentHash',
'path_lower': 'pathLower',
'path_display': 'pathDisplay',
'has_explicit_shared_members': 'hasExplicitSharedMembers',
'is_downloadable': 'isDownloadable',
}; };
if (returnAll === false) { if (returnAll === false) {