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

Microsoft Graph SDK for Java

Results 153 msgraph-sdk-java issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug
area:documentation

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

bug
dependency:metadata

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

type:feature

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

Needs: Attention :wave:
type:bug
type:legacy-version

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

Needs: Attention :wave:
type:enhancement
type:legacy-version

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

Needs: Attention :wave:
type:question
type:legacy-version

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

Status: Needs Investigation

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

type:enhancement