msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
Hello, we are experiencing this exception and we don't find much information about It so we are creating this issue because we are not sure if It is a bug...
When you create an issue in this repository, a menu appears which also has a link to discussions for general questions. However, discussions is not enabled on this repository so...
### Is your feature request related to a problem? Please describe the problem. At the moment, there is no API to obtain the (default) email signatures, so the user is...
### Is your feature request related to a problem? Please describe the problem. If you create a (draft) message—i.e., an email draft—via the MS Graph SDK in Java, the configured...
Hello! I used Postman to iterate 160 times to send emails, and actually received 160+ emails. The number of emails received is random and does not match the number, which...
### Describe the bug When making a batch request using the Microsoft Graph Java SDK, the SDK fails to parse the batch response if one of the individual responses contains...
Hello, Some of our customers are unable to send out automated emails because support for basic authentication with SMTP is being removed. I am looking at finding a solution and...
### Is your feature request related to a problem? Please describe the problem. Hi, My Java application integrates with SharePoint using the Microsoft Graph API Java SDK to upload and...
### Describe the bug **SDK Version** com.microsoft.graph:microsoft-graph:5.80.0 **API Endpoint** `GET https://graph.microsoft.com/v1.0/users/{user-id}/mailFolders('{folder-id}')/messages/delta?$skiptoken={...} **Error Trace** ``` java.io.EOFException: End of input at line 1 column 6561 path $.value[7] at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1542) at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:550) at...
In the [Graph API documentation](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0), when sending a download request to the Graph API, the response is as follows: ``` HTTP/1.1 302 Found Location: https://b0mpua-by3301.files.1drv.com/y23vmagahszhxzlcvhasdhasghasodfi ``` I have two questions:...