Nicholas Charbonneau

Results 7 comments of Nicholas Charbonneau

It did not work. The url used by the library is ``` https://www.googleapis.com/admin/directory/v1/groups ``` Based on the [API Reference](https://developers.google.com/admin-sdk/directory/v1/reference/groups/list#auth) the scope for that url is ``` https://www.googleapis.com/auth/admin.directory.group ```

Hello @bcoe . I appreciate that this will be looked into as I am still facing this issue. I've temporarily resorted to a manual list of our users but I...

Found relevant issue on the Admin SDK Bug issue tracker: https://issuetracker.google.com/issues/113755665 No real solution at the moment.

I manually implemented probabilities in the exported model for now. I may, at some point, try to submit a pull request for automating this. Do we want this to be...

I have the same issue. I resolved using `electron-builder` option `"asar": false` in my package.json. It's not the best solution but works for now. This should still be considered as...