Relative Content

Tag Archive for javasharepointsdk

Sharepoint Filter Out folders and ignore other files using java sdk

I have more so many files and it contains few subfolders also. I want to fetch only the folders so i don’t need to iterate over files. Is there any way to sort or orderby or filter just folders ‘Document Library’ from sharepoint using graphclient in java sdk.
I am iterating over driveItems.getNextPage() also with same code. There are around 15lakh files.