Resuming Large Gemini Files API Uploads Across the Apps Script 6-Minute Limit
Sending a few hundred megabytes from Drive to the Gemini Files API through Apps Script means fighting a 6-minute execution cap and payload limits. Here is how to decompose resumable upload into start, upload, query and finalize so a killed run never loses progress.
When Apps Script Time-Driven Triggers Quietly Run Out: Consolidating Gemini Automations into One Dispatcher
Apps Script caps you at 20 triggers per user and a daily total trigger-runtime budget. Here is how to stop your Gemini automations from silently dying as you add more, using a single dispatcher, a schedule table, and an external heartbeat.
NotebookLM vs Gemini Gems: What I Learned After 3 Months of Using Both
Both NotebookLM and Gemini Gems run on Gemini, but they're built for completely different jobs. After 3 months of daily use, here's my honest take on when to use which — including a two-phase workflow that eliminated most of my tool-switching confusion.
A Personal Secretary AI on Gemini API and Google Workspace — Auth, Orchestration, and Approval Gates
Designing a personal secretary AI across Gmail and Google Calendar with the Gemini API: OAuth2 scope design, Function Calling orchestration, approval gates for write tools, and ninety days of measured production cost, with full Python code.
Google Forms × Gemini API: Automated Response Analysis — Sentiment Analysis, Theme Extraction & Report Generation
Learn how to connect Google Forms with the Gemini API to automatically perform sentiment analysis, theme extraction, and report generation on survey responses. Includes complete Apps Script and Python implementation code you can deploy today.
Fixing Gemini Workspace Integration Issues — Troubleshooting for Docs, Sheets, and Gmail
Step-by-step guide to troubleshooting Gemini integration with Google Workspace. Learn why Gemini isn't appearing in Docs, Sheets, and Gmail, and how to check admin settings, license requirements, and regional availability.
Gemini in Google Workspace 2026: New Features in Docs, Sheets, Slides & Drive
A deep dive into Google's March 2026 Gemini Workspace update — covering Help me create, Ask Gemini in Drive, Match writing style, and AI-powered Sheets. Includes code samples for developers.