krizalys / onedrive-php-sdk

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

fetchObject problem #104

Closed alexmax220 closed 2 years ago

alexmax220 commented 2 years ago

Hello, thx for your code =)

but i have a broblem with fetchObject. I need to get folder by id.

I'll try to do: $amo_folder = $client->fetchObject('***5DH242ESG2URGI4PCKXACVC4F3'); php error: "Uncaught Error: Call to undefined method Krizalys\Onedrive\Proxy\DriveItemProxy::fetchObject() ..."

thanks in advance!

alexmax220 commented 2 years ago

thanks^ i find solution

$amo_root = $client->getDriveItemById('***5DH242ESG2URGI4PCKXACVC4F3');