I was Using the library and It was working fine, but I faced an issue because of that all of files shared in teams and the library list only 500 item, but the actual folders I need, I can't get it.
I want if I am able to get only shared folders in OneDrive, not all thing shared in Microsoft teams, SharePoint
or get all shared items and after that I can condition on what folder I need exactly.
I use my_drive = storage.get_default_drive('OneDrive')
I was Using the library and It was working fine, but I faced an issue because of that all of files shared in teams and the library list only 500 item, but the actual folders I need, I can't get it. I want if I am able to get only shared folders in OneDrive, not all thing shared in Microsoft teams, SharePoint or get all shared items and after that I can condition on what folder I need exactly. I use
my_drive = storage.get_default_drive('OneDrive')
So how to solve this issue?
Thanks