InvalidAccessTokenError and expired Make.com connections
Updated 2026-08-01
The scenario worked last week. Today incomplete executions pile up and Make says the connection must be reauthorized — often with InvalidAccessTokenError. That is usually an access problem, not a broken blueprint.
What changed outside the scenario
OAuth tokens expire, passwords change, admins revoke app access, and Google (or other providers) invalidate refresh tokens after idle time or security events. The scenario mapping can be perfect and still fail.
Make surfaces this as a connection / access error on the module that uses that connection.
What to check first
Open Connections in Make, find the connection named in the error, and reauthorize it. Confirm the account is the one the scenario should use.
If you recently edited the connection or rotated API keys, verify scopes still cover every module that uses it — a narrower key breaks modules that need write access.
After reconnecting, run once manually and confirm the same module that failed now succeeds before turning the schedule back on.
Paste the error for a sourced diagnosis
If you still have the execution log, use the free tool — Make's docs only, every claim linked, or an honest refusal when coverage is missing.
Example you can try: My scenario shows incomplete executions and the connection to my Google account says it needs to be reauthorized. InvalidAccessTokenError.
Official Make documentation
FAQ
Do I need to rebuild the scenario?
Usually not. Fix or replace the connection, then re-test the failing module. Rebuild only if the app or module itself was deprecated.
Why does it keep expiring?
Some providers invalidate tokens on password change, after long inactivity, or when the same account is connected in many tools. Check the provider's security log and Make's connection scopes.
Related guides
- Why your Make.com scenario suddenly stopped working
- Incomplete executions in Make.com
- ConnectionError in Make.com
Eviverse is independent and not affiliated with Make. These guides are original explanations with links to Make's public Help Center — not republished documentation.