You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`apksigner` comes with the Android SDK build-tools. `keytool -printcert
93
+
-jarfile` will not do here: it reads only v1 JAR signatures, and these
94
+
APKs are signed with the v2/v3 schemes alone.
69
95
70
96
#### Windows client
71
97
@@ -139,3 +165,18 @@ for explicit recovery.
139
165
!!! warning
140
166
Google cannot recover the encryption passphrase. Keep a manual exported
141
167
backup somewhere safe before relying on sync alone.
168
+
169
+
## When sign-in fails
170
+
171
+
| What the app says | What it usually means |
172
+
| --- | --- |
173
+
| This build is not registered in its Google Cloud project | No Android OAuth client matches this package name and signing certificate. Register the fingerprint of the build you are running, as above. |
174
+
| Setup required | The build carries no client IDs. They are compiled in, so a build made without them cannot sign in at all; check the repository secrets and rebuild. |
175
+
| Sign-in was cancelled | The account chooser was dismissed. |
176
+
177
+
Two things that look like app faults and are not:
178
+
179
+
- The account must be listed under **Test users** while the Google Auth
180
+
Platform app is in testing. Any other account is refused.
181
+
- The Drive API must be enabled in the same project the OAuth clients belong
182
+
to. Sign-in can succeed while every sync then fails.
0 commit comments