Copy driveItem response with ReadableStream { locked: false, state: 'readable', supportsBYOB: false }

SunCrm 20 Reputation points
2023-10-24T16:41:46.94+00:00

Ref: https://learn.microsoft.com/en-us/graph/api/driveitem-copy?view=graph-rest-1.0&tabs=javascript

I want to copy a driveItem from a location to another. The action is completed but I do not receive the response specified here: https://learn.microsoft.com/en-us/graph/api/driveitem-copy?view=graph-rest-1.0&tabs=javascript.

HTTP/1.1 202 Accepted Location: https://contoso.sharepoint.com/_api/v2.0/monitor/4A3407B5-88FC-4504-8B21-0AABD3412717

Instead I receive: ReadableStream { locked: false, state: 'readable', supportsBYOB: false }.
How am I supposed to retrieve the information?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,448 questions
0 comments No comments
{count} votes