-
-
Notifications
You must be signed in to change notification settings - Fork 119
Get File Properties #347
Copy link
Copy link
Open
Labels
documentationRequests 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
documentationRequests 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 am new to using phpSPO and am trying to get the list of properties of my files. I have followed the examples and some threads and this is the code I am using :
The code returns a list of files and I can access some of the properties but I also want to get the Author and some custom columns.
When using
$properties->{$propname}code returns an empty string.