function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Zainul Khan 2Zainul Khan 2 

How to build a lightning component that can show hierarchical folder structure

Hi, I need to build a lightning component that can read the "Files Connect External Object data", like Google Drive, and show it in form of hierarchical folder structure. I have created a component that gives me parent folder info, however I am unable to show child folder contents. Can anyone guide me?