Skip to content Skip to sidebar Skip to footer
Showing posts with the label Onenote

How To Use Python To Send A Multipart Pdf Request To Onenote

I'm trying to upload a PDF to OneNote using Python. According to the OneNote API, I need to pos… Read more How To Use Python To Send A Multipart Pdf Request To Onenote

Python Multipart Post Malformed

I'm trying to figure out how to write a MultiPart POST request to OneNote using Python. Here is… Read more Python Multipart Post Malformed

How Do I Construct Typed Constants For The OneNote COM API In Python?

I want to use the UpdatePageContent COM method documentation via the python win32com module. Things… Read more How Do I Construct Typed Constants For The OneNote COM API In Python?