@paradoxIn wrote:
... How to retrive all the folders recursively that is shared ...
The share folders are not organized in a tree (or something like), so no recursion can be defined, it's rather linear list.
@paradoxIn wrote:
Hii,
..., how to get all the files shared with the user. ...
To list shared files is other access point: 2/sharing/list_received_files. Files shared within shared folder can be enumerated like any other folder. 😉
Hope this helps.