krizalys / onedrive-php-sdk

OneDrive SDK for PHP
BSD 3-Clause "New" or "Revised" License
144 stars 66 forks source link

Getting items (children) in a folder #111

Open JanisE opened 1 year ago

JanisE commented 1 year ago

How to properly get files in a folder?

I found function "fetchChildDriveItems", but it is deprecated (as are an awfully lot of functions in the library). So, what should we use instead?

It would be very useful, if the docs covered more use case samples.