Hello,
i have a google doc template in a shared drive. I’m able to duplicate the template on the shared drive, replace text, and also adding a bullet list using a batchupdate api call.
I need to put an image in base64 format “data:image/png;base64,XXXX” in a specific place on that document. Can someone point me some guidance? Thank you.
1 Like
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
There’s a couple starting point options in this solution:
You can take that info and take a look at this solution, we can use the Move Binary Data node to convert the base64 into an image, which should be able to be directly uploadable to drive (or you can try directly, not sure), then attach the drive image:
Justin - thinkbot.agency
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.