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
There seem to be several ways that things can go wrong and cause a cryptic error message of InvalidCredentialsError('Credentials file cannot be symbolic link') when reading the credentials file with g = GDriveCommands(PATH_TO_SETTINGS_YAML).
One example: if you rename the credential directory, you will need to modify settings.yaml > save_credentials_file path, and if you don't you will get the error that doesn't really describe the solution.
It would be better to catch these scenarios and give feedback to the user so they can fix the credential files or regenerate and not chase the error message that pops up that is irrelevant.
The text was updated successfully, but these errors were encountered:
There seem to be several ways that things can go wrong and cause a cryptic error message of
InvalidCredentialsError('Credentials file cannot be symbolic link')
when reading the credentials file withg = GDriveCommands(PATH_TO_SETTINGS_YAML)
.One example: if you rename the credential directory, you will need to modify
settings.yaml > save_credentials_file
path, and if you don't you will get the error that doesn't really describe the solution.It would be better to catch these scenarios and give feedback to the user so they can fix the credential files or regenerate and not chase the error message that pops up that is irrelevant.
The text was updated successfully, but these errors were encountered: