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

Hello everyone, I am working on a project that uses version 2.0 of the Microsoft Graph SDK library to interact with SharePoint. I have successfully set up the following permissions...

Suggestion from the bug bash: We can adapt the device code flow in the PHP Tutorial (by Jason J), make the device code call itself and make it rely on...

enhancement
bug_bash

When I get a model from the graph, I get the correct model. But I'm using caching in Symfony to save requests. ``` return $this->cache->get($cacheKey, function (ItemInterface $item) use ($type,...

Hi, I'm not sure if this the right place to ask for help but I have to try: I already received and stored access and refresh tokens through the OAuth2...

bug

The [documentation](https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=php#example-4-send-a-new-message-using-mime-format) asserts that the Graph API supports sending E-Mails [using the MIME format](https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=php#example-4-send-a-new-message-using-mime-format). While previous versions of this SDK still gave access to simply building a new request to...

Hello, We're migrating code that was using v1 of the SDK to v2, however I'm running into an issue receiving attachments. The test code attaches a plain text file to...

bug
area: outlook

I found this by using several API calls in combination with the 'top' and 'skip' queryParameters. I get the following error response message: "'$skip' is not supported by the service."...

In the new version when an email has an attachment, but that attachment is itself an email, then this is handled as an 'Item'. It does not have the standard...

question

The teamwork->installedApps post request response doesn't have the right content-type header. ``` $response = $client->usersById($userId)->teamwork()->installedApps()->post($requestBody)->wait(); ``` will throw `\RuntimeException("No response content type header for deserialization");`

ToTriage

2 things to address: - [x] The telemetry handler would only set the client request Id if not already present, allowing people to set it manually if they need some...

request: feature