GEMINI LABJP
SUNSET — Two days until the image models shut down: imagen-4.0-generate-001, ultra, fast, and the Gemini 3 Image family stop on August 17BREAKING — This is not a drop-in swap. The generate_images() method disappears entirely, and image generation moves to generate_content(), the same call used for textHARD — On the cutoff date, calls fail with a hard error rather than a deprecation warning, so waiting it out is not an optionMIGRATE — The deprecations table points to gemini-3.1-flash-image as the recommended replacementROBOTICS — Gemini Robotics ER 2 is now publicly available, with stronger video understanding, task orchestration, multi-robot collaboration, and safetyLOGS — Developer logs for the Interactions API can now be viewed from the AI Studio dashboardSUNSET — Two days until the image models shut down: imagen-4.0-generate-001, ultra, fast, and the Gemini 3 Image family stop on August 17BREAKING — This is not a drop-in swap. The generate_images() method disappears entirely, and image generation moves to generate_content(), the same call used for textHARD — On the cutoff date, calls fail with a hard error rather than a deprecation warning, so waiting it out is not an optionMIGRATE — The deprecations table points to gemini-3.1-flash-image as the recommended replacementROBOTICS — Gemini Robotics ER 2 is now publicly available, with stronger video understanding, task orchestration, multi-robot collaboration, and safetyLOGS — Developer logs for the Interactions API can now be viewed from the AI Studio dashboard
TAG

PropertiesService

1 articles
Back to all tags
Related:
Apps Script1Gemini API1LockService1Google Workspace1
Workspace/2026-07-01Advanced

When Two Triggers Write at Once, Your Gemini Result Quietly Vanishes — A Durable Result Store for Apps Script

Storing Gemini results from several Apps Script triggers loses writes through read-modify-write races and PropertiesService size limits. Build a result store that survives, using LockService, a durable sink, and idempotency keys.