I am using dbx.sharing_list_folders() function to get all the shared folder and using folder_metadata= dbx.sharing_get_folder_metadata(shared_folder.shared_folder_id) to get the meta data of the shared folder and from this object i am retreving folder path using folder_metadata.path_lower but it is giving None.
guide me to fetch folder path of the shared Folders