How to get my sites from Sharepoint with phpSPO
I'm trying to use phpSPO to get the files from our sharepoint 'My Sites'. Getting the 'Shared Documents' is working with getFolderByServerRelativeUrl("Shared Documents"), but when I try to use getFolderByServerRelativeUrl("sites/office") it is not retrieving any files/folders. Here is a code…