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
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.
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.
The text was updated successfully, but these errors were encountered:
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
Your Environment
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.
The text was updated successfully, but these errors were encountered: