mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Add missing fields to folder:list response (#1626)
This commit is contained in:
parent
5460b248ee
commit
8113693e97
|
@ -1032,6 +1032,10 @@ export class Dropbox implements INodeType {
|
|||
'size': 'contentSize',
|
||||
'.tag': 'type',
|
||||
'content_hash': 'contentHash',
|
||||
'path_lower': 'pathLower',
|
||||
'path_display': 'pathDisplay',
|
||||
'has_explicit_shared_members': 'hasExplicitSharedMembers',
|
||||
'is_downloadable': 'isDownloadable',
|
||||
};
|
||||
|
||||
if (returnAll === false) {
|
||||
|
|
Loading…
Reference in a new issue