onedrive-php-sdk
onedrive-php-sdk copied to clipboard
how to access @microsoft.graph.downloadUrl
Hi, thanks for your work here.
While listing files in a onedrive I get a set of DriveItem objects. I can see @microsoft.graph.downloadUrl with a var_dump but can't seem to call it, I'm getting undefined property error when I try. I's sure there's an obvious solution but I'm stumped!
Thanks for any help.
It can not do this. the proxy class does not public the entity property or entity->getProperties(). https://github.com/microsoftgraph/msgraph-sdk-php/issues/169