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

[Bug] GoogleAdmin connector doesn't work, all requests fail silently #1058

Open
austinweisgrau opened this issue May 21, 2024 · 0 comments
Open
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed

Comments

@austinweisgrau
Copy link
Collaborator

austinweisgrau commented May 21, 2024

The GoogleAdmin connector has 3 methods. None of these methods can return any data. The methods will return an empty table. Digging in, every request returns an error (example below), but the connector does not notice the error and simply returns an empty Table instead.

{'error': {'code': 400, 'message': 'Bad Request', 'errors': [{'message': 'Bad Request', 'domain': 'global', 'reason': 'badRequest'}]}}

Detailed Description

To Reproduce

from parsons import GoogleAdmin

tbl = GoogleAdmin().get_all_groups()

Your Environment

  • Version of Parsons used (if you know):
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):

Additional Context

Add any other context about the problem here.

Priority

Please indicate whether fixing this bug is high, medium, or low priority for you. If the issue is time-sensitive for you, please let us know when you need it addressed by.

I don't actually need this working, and based on context clues no one else currently does either. I just noticed this and so I'm logging the error.

@austinweisgrau austinweisgrau added the bug Impact - something is currently broken in Parsons and needs to be fixed label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant