Hello Folks,
I just realize that the graph endpoint /me/drive/sharedWithMe is returning values only for the first 200 files sharedWithYou. As the documentation says it should return a property @odata.nextLink to request for the next list of files but it always returns null.
And I cannot use $skip, $top Odata parameters to handle the pagination by myself.