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 When an app has `Sites.Read.All` api permission, it can list all available sites. But when it has `Sites.Selected` only and was granted permissions to selected sites...

Status: Needs Investigation
type:question

### Describe the bug As described in documentation [createForward](https://learn.microsoft.com/en-us/graph/api/message-createforward?view=graph-rest-1.0&tabs=java). The code functionality is broken It throws a Null Pointer exception ### Expected behavior the below code is expected to create...

type:bug
area:documentation

### Describe the bug I am trying to update one of the extensionAttribute values within the additionalData of a device, but getting the following error: `java.lang.IllegalStateException: Dangling name: extensionAttributes` I'm...

type:bug
area:serialization

I am looking for logging the complete request and response for all API calls and using logger.setLoggingLevel(LoggerLevel.DEBUG), its capturing only the API calls that is returned with an error/exceptions (Successfull...

Needs: Attention :wave:
type:question

Using version 3.0.0 i implemented batch because our app was being throttled and now i am randomly getting socket errors... it works few times then errors few times etc... How...

Needs: Attention :wave:
type:legacy-version

### Describe the bug The Graph API OneNote [Get page](https://learn.microsoft.com/en-us/graph/api/page-get?view=graph-rest-1.0&tabs=java) API documentation indicates that the content endpoint supports an includeIDs parameter. `GET /me/onenote/pages/{id}/content[?includeIDs=true]` However, there is no way to set...

Status: Needs Investigation
type:bug

The Microsoft Graph sample Android app https://github.com/microsoftgraph/msgraph-sample-android no longer compiles with msgraph-sdk-java version 6. There is an updated msal authentication library for Android https://github.com/AzureAD/microsoft-authentication-library-for-android and that works: I can sign...

type:documentation

I registered the app on the Microsoft Entra admin center by referring to this page: https://learn.microsoft.com/en-us/graph/auth-v2-service?tabs=http Then I created public/private key using openssl. Here is the commands. ```sh $ openssl...

Status: Needs Investigation
type:question

My current app successfully creates pages in OneNote using the Java SDK 5.x. I am looking to update to the latest Java SDK 6.x (in the process of also adding...

type:bug
area:serialization

### Describe the bug I am trying to get and patch fields for SharePoint drive item by path. In v5 of SDK I was able to do something like: ```java...

type:question