Turn a Google Drive folder into a simple translation queue. Drop in PDFs and get translated copies back in the same place. Useful for teams that need brochures, contracts, or guides in another language without extra manual work.
The flow starts on demand with a manual run. A config step holds three fields, the Drive folder link, the target language code, and an optional source language code. It lists files in the folder, keeps only PDFs, and downloads each file. Each document is sent to DeepL for translation. The system waits five seconds, checks the job status, and loops until the file is ready. A short two second pause between files helps with rate limits. When the result is ready, the translated file is downloaded and uploaded back to the same Drive folder.
Setup only needs Google Drive access and a DeepL API key. Expect clear time savings by removing upload, download, and status checks that normally take hours each week. Great for marketing sheets, sales decks, HR policies, and training packs. Run it when you need a clean batch without switching between apps.