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

### Describe the bug "Empty Payload. JSON content expected." error is thrown when trying to add a comment on an Alert v2. ``` com.microsoft.graph.models.odataerrors.ODataError: Empty Payload. JSON content expected. at...

type:bug
dependency:metadata

### Is your feature request related to a problem? Please describe the problem. In my opinion, the code required for getting all paged results of a collection request is not...

type:feature

### Describe the bug Empty JavaDoc JAR is hinders set-up time with the SDK. What's missing from this upgrade guide is a link to _any_ v6 JavaDocs. The javadoc jar...

type:bug
area:documentation

### Describe the bug Since version 6.42.1 the sources do only contain a small amount of the classes. See the screenshot from the sources model folder: ![Image](https://github.com/user-attachments/assets/dfdf115f-95c3-4f0b-a06c-4c3ca6e4164a) ### Expected behavior...

status:waiting-for-triage
type:bug

### Describe the bug I am using latest version of graph api - 6.24.0 When I uploading any file using graphServiceClient.drives().byDriveId(driveId).items().byDriveItemId(getDriveItemIdFromRootPath(filePath)).content().put(fileContent) file is uploading correct. When I upload via the...

Status: Needs Investigation
type:bug

I’m referring to https://github.com/microsoftgraph/msgraph-sdk-java/issues/1170. The last suggested solution there doesn’t seem to match the current version syntactically. I’m currently trying this with the beta client. How do I make a...

status:waiting-for-triage

When passing through collection and readding the header to requestConfigurator of PageIterator.Builder Do I need to add the header as encoded key or not For example readding the select header...

status:waiting-for-triage

### Describe the bug I'm using the SDK in order to allow the user to get authenticated on my platform. The problem that I'm facing is that the **getMail()** is...

status:waiting-for-triage
type:bug

### Description The SDK throws `IllegalStateException` while processing batch responses when the `body.error` field is explicitly present but set to `null`. The following exception is thrown: ``` java.lang.IllegalStateException: Not a...

status:waiting-for-triage
type:bug

### Describe the bug It fails to even launch the default browser to allow a user to login.. code : `final DeviceCodeCredential credential = new DeviceCodeCredentialBuilder() .clientId(appId) .tenantId(tenant) .challengeConsumer(challenge ->...

status:waiting-for-triage
type:bug