We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e530c commit 7ec57c6Copy full SHA for 7ec57c6
src/GraphRequest.ts
@@ -599,6 +599,9 @@ export class GraphRequest {
599
const options: FetchOptions = {
600
method: RequestMethod.PUT,
601
body: serializeContent(content),
602
+ headers: {
603
+ "Content-Type": "application/octet-stream",
604
+ },
605
};
606
try {
607
const response = await this.send(url, options, callback);
0 commit comments