msgraph-sdk-php icon indicating copy to clipboard operation
msgraph-sdk-php copied to clipboard

Microsoft Graph Library for PHP.

Results 126 msgraph-sdk-php issues
Sort by recently updated
recently updated
newest added

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`...

ToTriage

If it is added like this ![image](https://user-images.githubusercontent.com/781417/144323896-a8001ac2-fbd7-4084-8ab3-a32ee56905bf.png) Following exception will appear ![image](https://user-images.githubusercontent.com/781417/144324049-e6e88ff3-ab94-488f-84aa-31b18e77249b.png) Code below works but IDE and code quality checks are failing ![image](https://user-images.githubusercontent.com/781417/144323645-f4b2b5a2-104a-44db-b1a5-9251d236005a.png) Doc param should be changed from...

bug

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...

bug

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 -...

ToTriage

[AB#9729](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9729)

promote
P1
documentation

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...

question

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...

announcement

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...

request: feature

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...

service bug

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)

ToTriage