Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,860 questions
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