Greetings
I am trying to use the Coda API to create a full-page Google Docs Embed
I can create the page but not the embed content.
I am getting a 400 error rejecting the JSON body of my API request.
What should I change in this syntax?
{ "name": "AI Result",
"parentPageId":"canvas-1Va_9eCnb2",
"pageContent": {
"type": "embed",
"embedUrl": "https://docs.google.com/document/d/1gxxxxxxxxxxxxxxxI/edit?usp=drivesdk"
} }
I think the problem is that the field holding the URL should be "url"
not "embedUrl"
:
You can find that documentation here , and you need to click on one of the second object button to see the details for the embed payload.
1 Like
Indeed - that works perfectly Eric. Huge thanks.
That lets me take content from a temporary sync table and create a permanent but editable version of it posted right in the same document as a Google Doc embed. Supremely useful.
system
Closed
November 7, 2024, 4:06pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.