Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.2 KB

section-post-pages-javascript-snippets.md

File metadata and controls

50 lines (38 loc) · 1.2 KB
description
Automatically generated file. DO NOT MODIFY
constoptions={ authProvider,};constclient=Client.init(options);constonenotePage=--MyPartBoundary198374Content-Disposition:form-data;name='Presentation'Content-Type:text/html<!DOCTYPEhtml><html><head><title>A page with <i>rendered</i> images and an <b>attached</b> file</title><metaname='created'content='2015-07-22T09:00:00-08:00'/></head><body><p>Here\'s an image from an online source:</p><imgsrc='https://...'alt='an image on the page'width='500'/><p>Here\'s an image uploaded as binary data:</p><imgsrc='name:imageBlock1'alt='an image on the page'width='300'/><p>Here\'s a file attachment:</p><objectdata-attachment='FileName.pdf'data='name:fileBlock1'type='application/pdf'/></body></html>--MyPartBoundary198374Content-Disposition:form-data;name='imageBlock1'Content-Type:image/jpeg...binaryimagedata...--MyPartBoundary198374Content-Disposition:form-data;name='fileBlock1'Content-Type:application/pdf...binaryfiledata...--MyPartBoundary198374--;awaitclient.api('/me/onenote/sections/{id}/pages').post(onenotePage);
close