msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Microsoft Graph Library for PHP.
I am trying to upload a file to sharepoint as follows: $graph = new Graph(); $graph->setAccessToken($access_token); $response = $graph->createRequest("PUT", "/drives/$drive_id/items/root:/$saveAsFileName:/content") ->upload($localFilename); The response I'm getting is: Client error: `PUT https://graph.microsoft.com/v1.0/drives/b!TrzSHNU_E0aYGOsFVa7g_1vG63BXZs8dPFZhFEdcxtEiu9kndQKfaSwyE1jiB/items/root:/AbilityBeyond/AbilityBeyond_2021-09-24T17:31:49.7986800Z.csv:/content`...
If it is added like this  Following exception will appear  Code below works but IDE and code quality checks are failing  Doc param should be changed from...
I'm again looking into the JSON serialization of models. I came across a bug in the RecurrenceRange serialization. The API allows the start and end dates to be strings in...
I'm trying to upload a file to my OneDrive using PHP. I've registered in Microsoft Azure and set the following permissions: - Files.Read - Files.ReadWrite - Files.ReadWrite.All - Sites.ReadWrite.All -...
[AB#9729](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9729)
I actually started a new project quite recently and am in a position to switch to RC. Will do so happily. Must say I'm surprised there's still no really good...
The Microsoft Graph PHP SDK v2.0.0 is available for preview now! A number of new features, improvements and breaking bug fixes have been added including: - [Bug Fix] Model getters...
Dear MS team, We have a few win32LobApps (Beta model) in our Intune environment, where we can not access the **applicableArchitectures** property, due that it does not recognize the enumeration...
I've been using the office365ActiveUserDetail query in my PHP application and that has been working without issue. I have, today, discovered that the userPrincipalName and displayName are now showing digits...
Is it possible to download a document and to retrieve document information from the document ID (for example: https://sitename.sharepoint.com/_layouts/15/DocIdRedir.aspx?ID=DOCPREFIX-2102552153-44)