krizalys / onedrive-php-sdk

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

how to access @microsoft.graph.downloadUrl #102

Open mrasmith opened 2 years ago

mrasmith commented 2 years ago

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.

landall commented 2 years ago

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