Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hy
I try to upload files via php to my onedrive since a few weeks.
It didn't work.
So I found this code example
https://learn.microsoft.com/de-de/graph/sdks/large-file-upload?tabs=PHP
But I got a error message:
Class new Models\AttachmentItem() not found
How can I require this class? I use require vendor autoloader, to include the Microsoft sdk. I think it's not enough
Thank yoy