onedrive-php-sdk icon indicating copy to clipboard operation
onedrive-php-sdk copied to clipboard

how to access @microsoft.graph.downloadUrl

Open mrasmith opened this issue 3 years ago • 1 comments

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.

mrasmith avatar Feb 07 '22 15:02 mrasmith

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

landall avatar Mar 31 '22 19:03 landall