Skip to content

Instantly share code, notes, and snippets.

@mizzy
Created July 28, 2025 03:00
Show Gist options
  • Save mizzy/ab5ea6f14c333f71a0d9759d3948c0fa to your computer and use it in GitHub Desktop.
Save mizzy/ab5ea6f14c333f71a0d9759d3948c0fa to your computer and use it in GitHub Desktop.
Googleスプレッドシートにアクセスしたい場合のgcloud auth loginのscope設定
gcloud auth application-default login \
--scopes=https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment