Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Generated Metadata
- Summary: The Apps Script service
ScriptApp
doesn't throw an error when an invalid ENUM is passed to theScriptApp.requireAllScopes()
method. This can lead to unexpected behavior and makes it difficult to debug issues related to authorization scopes. - Tags:
Additional resources:
https://developers.google.com/apps-script/reference/script/script-app https://developers.google.com/apps-script/reference/script https://stackoverflow.com/.../how-to-create-enums-in-google-apps-script-lib... https://stackoverflow.com/questions/77300319/enum-in-google-scripts
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
jp...@google.com <jp...@google.com> #4
I have reported this to the engineering team and future updates will be shared here. Thank you for your patience.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
scriptapp doesnt throw an error if you pass an invalid ENUM to ScriptApp.requireAllScopes()
Code
Output
null
Steps
code above