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

Hi I'm unable to get delta member list for groups using the initial delta query. This is the code for executing the query public DirectoryObjectCollectionPage getGroupDeltaMembers() { LinkedList requestOptions =...

question
Needs: Attention :wave:

Hello, how can i access a workbook shared by link from another tenant? Or the other tenant has to register our app?

question
Needs: Attention :wave:

Our software, which is integrated with Microsoft Graph Java SDK, uses log4j2 as the logging framework. When creating the GraphServiceClient instance, we pass in a DefaultLogger instance with a level...

question
Needs: Attention :wave:

### Expected behavior Proper Serialisation of Call Record object into Json string. ### Actual behavior CallRecord Object getting serialised to empty json string "{}" ### Steps to reproduce the behavior...

question
Needs: Attention :wave:

In the docs for [creating a task](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=java#request) the `PlannerAssignment` is mentioned in the code example, but this class is not present in the library.

bug
dependency:metadata

### Actual behavior CoreHttpProvider.java ```java final Map headers = CoreHttpProvider.getResponseHeadersAsMapStringString(response); //{content-type=application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8} final String contentType = headers.get(Constants.CONTENT_TYPE_HEADER_NAME); //value of constant is "Content-Type" //looking for key "Content-Type", although is actually "content-type" if...

bug
duplicate
Needs: Attention :wave:
fixed

### Expected behavior Am trying to upgrade from Microsoft Graph 1.9.0 to 5.80.0. I copied pasted the exact code from https://learn.microsoft.com/en-us/graph/sdks/create-client?tabs=java and tried to test. ### Actual behavior The last...

question
Needs: Attention :wave:

Hi, I use your example and it's failed /Initialize the file input stream and get the file size InputStream file = new FileInputStream("File-Path"); long fileSize = file.available(); // Set the...

bug
Needs: Attention :wave:

### Expected behavior List Sessions call using expand segments should return list of sessions including segments ### Actual behavior List Sessions call using expand segments failing with java.lang.UnsupportedOperationException: text does...

bug
under-investigation
Needs: Author Feedback
no-recent-activity