Skip to content

fix: remove default oauthScopes to avoid OAuth block#12

Merged
h13 merged 1 commit intomainfrom
fix/remove-oauth-scopes
Mar 16, 2026
Merged

fix: remove default oauthScopes to avoid OAuth block#12
h13 merged 1 commit intomainfrom
fix/remove-oauth-scopes

Conversation

@h13
Copy link
Owner

@h13 h13 commented Mar 16, 2026

Summary

  • Remove explicit oauthScopes from appsscript.json so Apps Script auto-infers minimal scopes at runtime, preventing OAuth consent screen blocks on personal Google accounts
  • Update "Adding OAuth Scopes" sections in both README.md and README.ja.md to explain why scopes are omitted by default and how to add them when needed

Test plan

  • Verify appsscript.json no longer contains the oauthScopes field
  • Deploy to a personal Google account and confirm no "unverified app" OAuth block appears
  • Review README sections for accuracy in both English and Japanese

Closes #6

@h13 h13 force-pushed the fix/remove-oauth-scopes branch from 6e8822a to f3fd027 Compare March 16, 2026 06:37
@h13 h13 merged commit 586ed3e into main Mar 16, 2026
2 checks passed
@h13 h13 deleted the fix/remove-oauth-scopes branch March 16, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: remove default oauthScopes to avoid OAuth block on personal accounts

1 participant