msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
I am experiencing an issue with the Microsoft Graph Java SDK after upgrading Microsoft Graph from version 5.80.0 to 6.4.0 where adding a new attendee to an event overrides the...
### Expected behavior JavDoc should be readable in IDE simply after downloading it. ### Actual behavior JavDoc package structure has to be modified manually, since the paths do not match:...
### Expected behavior Existance of these two classes under the package `com.microsoft.graph.models`. A removal of these classes has not been stated in the changelog. These are necessary to read ChangeNotifications...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
### Is your feature request related to a problem? Please describe the problem. I want to update a range within a worksheet and noticed that the update range endoint (PATCH...
### Describe the bug We are trying to upload content to OneDrive root and getting following error consistently. java.lang.ClassCastException: class java.io.BufferedInputStream cannot be cast to class com.microsoft.graph.models.extensions.UploadSession (java.io.BufferedInputStream is in...
### Is your feature request related to a problem? Please describe the problem. SDK V5 As per incident: 2409111420000033 in case there is a low memory on server side the...
Graph API End point: `POST https://graph.microsoft.com/v1.0/drive/items/{item-id}/workbook/comments ` Request Body: ``` { "content": "This is a sample text" } ``` > I am passing GUID in the Client-Request-Id but still the...
### Describe the bug Create GraphServiceClient with UsernamePasswordCredential provider ``` var provider = new UsernamePasswordCredentialBuilder() .clientId("client_id") .username("username") .password("password"); var graphClient = new GraphServiceClient(provider); ``` Call graphClient.sites().get().getValue() **Expected result:** receive a...
### Expected behavior We've been using this feature for a long time and in recent days we've noticed that some accounts can't upload files, but some do. We expect file...