Google Docs API - Images Not Inserting Despite Doc Creation Working
Hi Community, I'm building a Telegram bot automation that creates Google Docs with batch image uploads (10-300 images). The workflow successfully creates documents but fails to insert any images, despite following the official documentation and trying multiple approaches. What works: Document creation, authentication, basic text insertion What doesn't: InsertInlineImageRequest Tried: Different image URLs, sizing parameters, insertion methods, ChatGPT solutions, async handling Has anyone successfully implemented bulk image insertion to Google Docs via API? Any working code examples would be greatly appreciated. Thanks!