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

There seems to be a bug with posting batch request content over a certain length (greater than `DEFAULT_PIPE_SIZE = 1024` of `PipedInputStream`). Calling `graphClient.getBatchRequestBuilder().post(batchRequestContent, null))` goes into a deadlock. Could...

type:bug
priority:p0

### Issue The methode for updating Metadata in SharePoint does not support nested files (unlike Microsoft Graph API) ### Expected behavior After uploading a file to SharePoint using this methode...

When trying to fetch cell values via the Java SDK, we're encountering an unexpected problem: the value returned is null. Strangely, in Postman and Graph Explorer, the values display correctly....

type:bug
priority:p0

I am pulling my hair out trying to upload to special app folder [https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online) On 5 series, I was simply doing ` val specialAppFolder = "approot" val uploadSession = graphServiceClient...

Needs: Attention :wave:
type:question

Hello, i have a small question. https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md#pageiterator - With the new page iterator there is a boilerplate associated with each request and iterating through it. Since a new page iterator...

type:enhancement

### Expected behavior The `DefaultLogger` class was removed as was the `GraphServiceClient.builder()` which had a `logger()` with no obvious replacement. Do we have to access low level `OkHttp` to add...

type:question
area:documentation

### Expected behavior Based on the API documentation here: https://learn.microsoft.com/en-us/graph/api/sitepage-publish?view=graph-rest-1.0 I would expect this code to compile: ```java client.sites().bySiteId(ms.getSiteId()).pages() .byBaseSitePageId("0eb44212-1667-41bb-b200-d41689ffddc8") .graphSitePage() .publish(); ``` ### Actual behavior I can only do...

### Expected behavior My application calls `graphClient.users().byUserId(userId).sendMail().post(sendMailPostRequestBody);` It does send an email. A dependency in my pom.xml is: ` ` ` com.microsoft.graph` ` microsoft-graph` ` 6.5.1` ` ` ### Actual...

bug
fixed

I create an event with the online meeting flag set to true. Then I use the join url from this event to update it's backing online meeting to set a...

type:bug
type:regression

The Graph API supports listing members of a DirectoryRole via both its `role-id` and its `roleTemplateId`, like can be seen here: https://learn.microsoft.com/en-us/graph/api/directoryrole-list-members?view=graph-rest-1.0&tabs=http#http-request In the new SDK, this would translate to...

bug
dependency:metadata