What is your goal?
I want to automate the entire meeting minutes workflow using Make.com:
Step 1 – Audio to Text: Record meetings using NAVER Clova Note, which auto-transcribes speech to text. After the meeting, I export it as a Google Docs file.
Step 2 – Trigger: The exported Docs file lands in a pre-designated Google Drive folder. Make.com watches this folder and triggers the scenario when a new file is detected.
Step 3 – Content Generation: Claude reads the raw transcription file and generates a structured, formatted meeting minutes document based on a custom user prompt (agenda summary, decisions made, action items, etc.).
Step 4 – Save Output: The generated meeting minutes are saved as a new Google Docs file into a separate subfolder within the same Drive directory.
Step 5 – Notification: A completion email is sent to notify that the meeting minutes are ready.
What is the problem & what have you tried?
The blocker is at Step 2 — connecting Google Drive in Make.com using a personal Google account.
My company does not use Gmail/Google Workspace, so I only have access to a personal Google account.
When I try to connect Google Drive in Make.com with my personal account, the connection either fails or doesn’t behave as expected.
I asked Gemini and it suggested some workarounds, but when I actually tried to implement them, the connection still didn’t work properly.
What I need to know:
Is it possible to connect a personal Google account to Make.com’s Google Drive module reliably?
If yes, what is the correct OAuth setup or permission configuration to make it work?
Are there any known limitations or alternative approaches (e.g., using Google Drive API directly, using a different trigger module) that would bypass this issue?
Error messages or input/output bundles
No specific error message captured yet — the issue occurs during the OAuth connection setup phase between Make.com and my personal Google Drive account. The connection appears to go through initially but either fails to detect new files in the watched folder, or the module doesn’t authenticate correctly. Will attach screenshots of the module configuration and error state if needed.
