Open sblakey opened 1 year ago
Paths forward:
I have verified (via curl) that the Quip API documentation is interestingly wrong:
multipart/form-data
, NOT application/x-www-form-urlencoded
Now to bludgeon Obsidian's requestURL
into sending correct multipart/form-data
...
Quip API complains if we create a document with more than 1mb of HTML. This is a very easy limit to hit, since the plugin is currently inlining images with data urls.