python client.edit_document failing with any operation requiring section_id
See original GitHub issueFor html:
u"<h1 id='MZNACACqNMj'>Test</h1>\n\n<p id='MZNACAJjo49' class='line'>test</p>\n\n<p id='MZNACAevQlK' class='line'>\u200b</p>\n\n"
client.edit_document(quip_document, '<p>new text</p>', operation=4, section_id=
MZNACAJjo49)
is failing with:
quip.QuipError: 400: This document does not support updates with the given location type and section_id.
same with any other operation that requires section_id
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Quip Automation API Reference
The Quip Automation API outputs documents as HTML for convenience, and the elements in the HTML have id attributes specifying their internal section...
Read more >PAM-MGC: Management Console Messages - TechDocs
PAM-MGC-0001 = Failed to determine cluster structure. Service cannot start. Name:{0} PAM-MGC-0002 = Failed to determine any node IP ...
Read more >Canvas Admin Guide - Amazon S3
API calls require authorization and are made on behalf of an authorized user. For more information on using the Canvas API, view the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No, sorry, it won’t be live until tomorrow around 3-4pm. Apologies for the delay.
I am still running into this issue.
is failing with: