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

Fixes # ### Changes proposed in this pull request - ### Other links -

- Update dependencies.gradle - Suppress LambdaLast - Update GraphServiceClient.java - Update generated files with build 88471 - Update build.gradle - Update dependencies.gradle - Update build.gradle - Update gradle.properties - Update...

Uses the Users open api doc. With a smaller lib size the android linting works without issue. Seems that the full size of the v1 library is causing the heap...

- Update dependencies.gradle - Suppress LambdaLast - Update GraphServiceClient.java - Update build.gradle - Update dependencies.gradle - Update build.gradle - Update gradle.properties - Update gradle.properties - Update gradle.properties - Update gradle.properties...

### SDK version using: ``` com.azure azure-identity 1.4.6 com.microsoft.graph microsoft-graph 5.17.0 ``` We tried with the 5.36.0 version as well. `5.36.0` ### Expected behavior API should respond faster ### Actual...

question
Needs: Attention :wave:

I've been looking for days now through out the entire api docs for a simple way to search specific drive items (Microsoft Teams Recordings) from the Organization's OneDrive by a...

question
Needs: Attention :wave:

Getting Socket Timeout after try to fetch file details using ListItemCollectionRequest. after executing ListItemCollectionRequest.get() response take much time because of which socket timeout is occured. Stack trace : com.microsoft.graph.core.ClientException: Error...

question
Needs: Attention :wave:

### Expected behavior Send Email with attachment. ### Actual behavior Exception: NoSuchMethodError: com.google.gson.JsonParser.parseString(Ljava/lang/String;)Lcom/google/gson/JsonElement; Caused by: java.lang.NoSuchMethodError: com.google.gson.JsonParser.parseString(Ljava/lang/String;)Lcom/google/gson/JsonElement; at com.microsoft.graph.serializer.CollectionPageSerializer.serialize(CollectionPageSerializer.java:78) Looks like there is any conflict with Gson libraries. Sending emails...

question
Needs: Attention :wave:

The table from Microsoft workbook/excel file contains more than 50k rows. Trying to retrieve the table data using Microsoft graph API ([Get Table](https://docs.microsoft.com/en-us/graph/api/table-get?view=graph-rest-1.0&tabs=http)). Getting SystemOutOfMemoryErorr for table which contains more...

question
Needs: Attention :wave:

As mentioned in the [Remarks](https://learn.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0#remarks) section of the Graph API documentation for upload session - > Including the Authorization header when issuing the PUT call may result in a HTTP...

question
Needs: Attention :wave: