msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
### Describe the bug We encountered a crash in our application due to the Graph SDK declaring ApiException, but the underlying kiota implementation throwing a RuntimeException whenever a network issue...
### Describe the bug For large file uploads using com.microsoft.graph:microsoft-graph:5.80.0, it always prompts: com.microsoft.graph.core.ClientException: Upload session failed. Below is the full log `DriveUpload DriveUpload com.microsoft.graph.core.ClientException: Error while executing the request...
### Describe the bug My email message has a attachment which is also an email. The SDK sees this attachment as FileAttachment. With the contentType I can detect that the...
### Describe the bug We're unable to create an online meeting using the Microsoft Graph SDK with a service principal. We're following the application permissions flow (not delegated) and calling...
### Describe the bug Hi We are seeing below exception sporadically, and the service doesn't recover if this exception occurs and we need to restart our services to fix this...
### Describe the bug When getting a list of users by IDs it is possible to filter and select further with the use of query paramters (same as the get...
### Is your feature request related to a problem? Please describe the problem. We are trying to use v6 with generic methods to reduce duplicate boiler plate code, but struggle...
### Describe the bug Hello, I'm using com.microsoft.graph:microsoft-graph:6.21.0 right now. I'm trying to create a new team and then to get the ID, and the Operation ID of the result....
### Describe the bug **Describe the bug** Copying this bug from [here](https://github.com/Azure/azure-sdk-for-java/issues/44877) as it seems to be an graph sdk issue: I am using the following code to instantiate a...
### Describe the bug When using the AzureIdentityAuthenticationProvider with ClientCertificateCredential, the authentication process does not automatically refresh the token when CAE forces a new authentication. This results in InteractionRequired and...