Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing check to distinguish between path string and json string in Google connector utility #701

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

shaunagm
Copy link
Collaborator

@shaunagm shaunagm commented Jun 9, 2022

Re-doing this PR due to deleted fork weirdness.

I think I figured out the issue that I and others were having with Google authentication. A previous PR changed the way the utilities.py file worked and all strings, including path strings, were being interpreted as json strings. So when we set a path as the environmental variable, setup_google_application_credentials saved it as though it was itself the json credentials file, which of course led to parsing errors down the line.

I'd like to get this reviewed and a new release cut relatively quickly, as until this is released on pypi anyone trying to set up the google connector is going to run into errors.

@SorenSpicknall SorenSpicknall merged commit 5ef947a into move-coop:main Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants