We have an graph api to get one drive files that are "shared to you". But just wanted to understand if there is any possible way that get one drive files that are "shared by you".
Approach that we are following now:
- Get all the drive files and folders from the root folder and target for shared property
- But the cons of it is it should recursively search for each folder and have to call each folder in one drive with graph api to check for shared property.