gps-troubleshooting
Installation
SKILL.md
Troubleshooting gps
1. Auth first
gps whoami
| Error | Fix |
|---|---|
| No credentials found | Set GOOGLE_APPLICATION_CREDENTIALS or --credentials |
| 401 | Regenerate SA key; confirm API enabled |
| 403 | Invite SA in Play Console with app access |
2. Wrong package
Use the exact application id (com.example.app). Listings/tracks succeeding for one package and failing for another usually means permissions are app-scoped.