-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryenhancementfixed
Milestone
Description
I want to log the response headers in order to grab certain information to reach out to support (client-id, request-id, etc), but I am running into difficulty retrieving the headers when the SDK successfully completes the API call.
Expected behavior
graphResponseHeaders is returned with the IDriveItemInviteCollectionPage in the additionalDataManager attribute. I believe this is expected based on #15
Actual behavior
Nothing is returned as part of additionalDataManager.
Steps to reproduce the behavior
IDriveItemInviteCollectionPage permissionsPage = graphClient.drives(driveId)
.items(itemId)
.invite(requireSignIn, roles, sendInvitation, message, driveRecipients)
.buildRequest()
.post();
AB#6052
Metadata
Metadata
Assignees
Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryenhancementfixed