Skip to content

IDriveItemInviteCollectionPage does not contain response headers #334

@BillCollabAuth

Description

@BillCollabAuth

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions