msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
### 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...
### 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...
### 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...
### 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:  ### Expected behavior...
### 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...
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...
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...
### 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...
### 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...
### 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 ->...