In Google Cloud, I use the OAuth Consent Screen for a "Sign In With Google" on a website.
I'm now looking to build a Google Workspace Add-on which requires additional scopes (gmail, calendar access).
Should this be added to the existing OAuth consent screen? Or should I make a new project ID for this?
I've tested and looks like I can add extra scope to the consent screen, and the OAuth Dialog only shows the scopes passed in the &scope=...
when initiating an oauth request.