Currently we won't attempt to authenticate with google until an error is hit (and if GOOGLE_APPLICATION_CREDENTIALS isn't set, it takes a while to time out). We should implement a django check or similar so that authentication issues are detected before we hit an error.
Currently we won't attempt to authenticate with google until an error is hit (and if
GOOGLE_APPLICATION_CREDENTIALSisn't set, it takes a while to time out). We should implement a django check or similar so that authentication issues are detected before we hit an error.