Update-GSGmailAutoForwardingSettings returns 403
Closed this issue · 5 comments
scrthq commented
Scope is incorrectly set in function, should be using scope
https://www.googleapis.com/auth/gmail.settings.sharing
, not https://www.googleapis.com/auth/gmail.settings.basic
.
Working on fix
scrthq commented
scrthq commented
Confirmed updateAutoForwarding is the only Users.settings
that uses the settings.sharing
scope.
pull request submitted with fix and version bump, pending CI tests passing to deploy v2.2.1 to PowerShell Gallery with fix
scrthq commented
ryanfog commented
scrthq commented
Get-Module will return the currently imported module and modules don't
import on installation by default, so you're likely only showing the
currently imported version.
Try this:
Import-Module PSGSuite -Force
Get-Module PSGSuite
…On Fri, Apr 6, 2018 at 11:25 AM, ryanfog ***@***.***> wrote:
Quick question do i have an update or publishing problem that I am not
receiving 2.2.1 when i do the following
[image: capture]
<https://user-images.githubusercontent.com/25650327/38432483-3455ffca-398d-11e8-8e2a-5a3231a8d547.JPG>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMIo3XhKI-Bj5R6XJ4ZGPaxdJcQOaJ9Yks5tl5cRgaJpZM4S_P7E>
.