-
-
Notifications
You must be signed in to change notification settings - Fork 119
ReadFiles.php example - Recursion not working #346
Copy link
Copy link
Open
Labels
camlCAML queries, pagination, RowLimit, filteringCAML queries, pagination, RowLimit, filteringdocumentationRequests for examples, usage guides, or documentation improvementsRequests for examples, usage guides, or documentation improvementsquestionsharepointSharePoint Online or On-Premises API issuesSharePoint Online or On-Premises API issues
Description
Metadata
Metadata
Assignees
Labels
camlCAML queries, pagination, RowLimit, filteringCAML queries, pagination, RowLimit, filteringdocumentationRequests for examples, usage guides, or documentation improvementsRequests for examples, usage guides, or documentation improvementsquestionsharepointSharePoint Online or On-Premises API issuesSharePoint Online or On-Premises API issues
Hi,
I'm trying to implement the ReadFiles.php example (to retrieve all the files in the document library) but the recursion is not working, only the files in the root folder are retrieved.
Here's the code (near the same as the one in the example, I've omitted just the sensible data):
These are the screenshots of the document library


And this is the output of my php script
As you can see it doesn't descend inside the
Folder1&Folder2foldersThank you in advance for your help