-
Notifications
You must be signed in to change notification settings - Fork 67
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
Setup Guide Unclear / Not up to Date #366
Comments
Directions are mostly unclear and do need updating, but if you're able to mostly get through it and are able to run I was having this exact issue tonight on one of several domains that I work with. My problem was my CustomerID was incorrect. Double check your CustomerID in your PSGSuiteConfig. Assuming you can run Then run Then try running Get-GSUserList again. Should be all set. |
Thanks for the tip but I am wondering how to do this if the config is not working? If you can run However, after hours and hours of investigation I finally made it working. Here some tips for anyone who have to use it in the future:
Hope that helps anyone and that this guide could be updated to avoid the hard time people have that need to use it. |
FYI - I run the module in VSCode without any issues, so I'm not sure what you're problem is in that regard. |
Yes could be but at least for me some commands I run into errors on VSCode while they work in Powershell. |
For more info - In VSCode I get the following specifically when running it in the PowerShell Integrated Console:
If I run the same in the powershell terminal it works fine. I've had this in the past with other modules, I assume due to the way the PowerShell extension handles modules. |
Describe the bug
I failed multiple times setting this up. There are multiple things that do not work from the https://psgsuite.io/Initial%20Setup/ setup guide beginning with the broken links to create the project which is due to API changes I assume (i.e.: there is no Apps Activity API
existing).
Then there is no domain wide delegation checkbox anymore in the service account, at least not for me. All in all when following this guide step by step I still end up with error:
Exception calling "Execute" with "0" argument(s): "Error:"unauthorized_client", Description:"Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested.", Uri:"""
OR
Exception calling "Execute" with "0" argument(s): "Error:"invalid_grant", Description:"java.security.SignatureException:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get a list of users from my GSuite tenant.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: