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
I got a Gmail Add-on that worked before.
Currently, some users produced weird Missing access token for authorization errors that neither I nor other users could reproduce.
After further investigation, I discovered that I gave the Add-on access to "https://www.googleapis.com/auth/gmail.readonly" (as defined in the appscript.json), but impacted users do not have this permission.
I got a Gmail Add-on that worked before.
Currently, some users produced weird
Missing access token for authorization
errors that neither I nor other users could reproduce.After further investigation, I discovered that I gave the Add-on access to
"https://www.googleapis.com/auth/gmail.readonly"
(as defined in the appscript.json), but impacted users do not have this permission.Expected Behavior
Our appscript.json contains this section:
When executing a
clasp push
orclasp push --force
the result being sent seems to be:This is taken from the script.google.com Version History.
Actual Behavior
I expect that the scopes be present as defined in my config (as i think to remember it previously was).
Steps to Reproduce the Problem
Specifications
node -v
): 13.7clasp -v
): 2.3.0The text was updated successfully, but these errors were encountered: