mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Add missing fields to folder:list response (#1626)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user