Power BI Dev 7a6dc7d9ae fix invalid_scope error on token refresh
Requesting a narrower scope explicitly (scopes=[...]) during refresh
was rejected by Google as invalid_scope in the Airflow container's
google-auth version, even though it worked locally with a newer one.
Drop scopes= entirely — the refresh_token already carries the full
granted scope (calendar + gmail.send), no need to request a subset.
2026-07-27 22:16:31 +07:00
2026-07-27 21:59:27 +07:00
2026-03-03 15:18:50 +07:00
2026-03-03 15:18:50 +07:00
2026-03-03 09:32:05 +00:00
2026-07-27 21:59:27 +07:00
S
Description
No description provided
1.2 MiB
Languages
Python 99.9%
Dockerfile 0.1%