Hi, trying to list all files recursively inside a folder shared with my account by another account through the Node SDK. The folder is inside Shared -> Folders.
Tried the following methods but none of them give me a list of files:
sharingListFolders (just returns the folder object)
sharingListSharedLinks
sharingGetSharedLinkMetadata
sharingListReceivedFiles
sharingListMountableFolders
Is there a method that does what I want?