Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

IDriveItemInviteCollectionPage does not contain response headers #334

Copy link
Copy link
@BillCollabAuth

Description

@BillCollabAuth
Issue body actions

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

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.