dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Cannot use object of type stdClass as array #68

Closed garras16 closed 3 months ago

garras16 commented 9 months ago

I have issue this month when i want to upload my file (ZIP) to Onedrive. On Laravel Log it's showing

Cannot use object of type stdClass as array {"userId":16,"exception":"[object] (Error(code: 0): Cannot use object of type stdClass as array at /home/.../public_html/.../vendor/dcblogdev/laravel-microsoft-graph/src/Resources/Files.php:72)

how to fix it?

dcblogdev commented 3 months ago

unable to replicate this.