Closed alexmax220 closed 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!
thanks^ i find solution
$amo_root = $client->getDriveItemById('***5DH242ESG2URGI4PCKXACVC4F3');
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!