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

Microsoft Graph Library for PHP.

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

I am trying to use the search for DriveItems within a SharePoint drive using the **searchWithQ()** method of this msgraph-sdk-php package. `$filename = "File_1.txt";` `$result = $graphServiceClient->drives()->byDriveId('insert-drive-id-here')->items()->byDriveItemId('child-driveitem-id-here')->searchWithQ($filename)->get()->wait();` The library is...

status:waiting-for-triage

### Describe the bug It seems like calling the following produces an error: (v2.31.0) ``` $appsResponse = $this->graphServiceClient->deviceAppManagement()->mobileApps()->get()->wait(); ``` The Variables inside JsonParseNode.php:171 (getEnumValue) are: $this->jsonNode = "doesNotExist" $targetEnum =...

status:waiting-for-triage
type:bug

### Describe the bug This is a mostly self-explaining problem whose fix is, fortunately, very simple - literally one extra letter. `Deprecated: Microsoft\Graph\Core\Requests\BaseBatchRequestBuilder::__construct(): Implicitly marking parameter $errorMappings as nullable is...

status:waiting-for-triage
type:bug

### Describe the bug I'm unable to find the ChangeNotification & ChangeNotificationCollection models in version 2 of the msgraph-sdk-php. These 2 models are included in version 1. https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.110.0/src/Model These classes...

status:waiting-for-triage
type:bug

Updates guidance on on-behalf-of flow. Previous description insinuated that an access token for Microsoft Graph could be re-used as an assertion, however this leads to an `invalid_grant` error when the...

### Describe the bug Hello, I'm trying to use certificates (self-signed) based authorization for getting access tokens on behalf of user (their outlook calendar resources). I'm using **AuthorizationCodeCertificateContext** to acquire...

status:waiting-for-triage
type:bug

### Describe the bug Hi, I'm using your library for Microsoft SSO. I only need to fetch basic user information like: `getId`, `getMail`, `getGivenName`, `getSurname`, and `getUserPrincipalName`. I’m doing this...

status:waiting-for-triage
type:bug

Hello humans of the earth, I'm trying to figure out how to use the [range-update API](https://learn.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http) with the Microsoft Graph PHP SDK. I want to update the value of a...

status:waiting-for-triage

### Describe the bug Hi I am following this guide to export the docx file https://learn.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=php#query-parameters Giving error "Content type application/octet-stream does not have a factory to be parsed" `...

status:waiting-for-triage
type:bug

### Describe the bug Unable to retrieve managed device list. ### Expected behavior ManagedDevice object can be obtained. ### How to reproduce $requestConfiguration = new ManagedDevicesRequestBuilderGetRequestConfiguration(); $queryParameters = ManagedDevicesRequestBuilderGetRequestConfiguration::createQueryParameters(); $requestConfiguration->queryParameters...

type:bug
dependency:metadata