Search code examples
google-apps-scriptscopegoogle-oauthverification

Docs Add-on Project OAuth Scopes - Unable to locate scopes to request verification


New users for Google Docs Add-on get the message: "This app isn't verified."

I've requested and have been approved for the following scopes.

email 
profile 
openid 
../auth/drive.appdata 
../auth/drive.file

I need approval for these scopes as my project automatically added them:

https://www.googleapis.com/auth/documents
https://www.googleapis.com/auth/script.external_request
https://www.googleapis.com/auth/script.container.ui

I cannot locate these in the "Add scope" area. What APIs would I need to activate to get these scopes, or what process do I need to go through?

Thanks


Solution

  • Looks like I had to add the Docs API and Scripts API.

    Then I was able to add the https://www.googleapis.com/auth/documents scope and also I added https://www.googleapis.com/auth/scripts scope.

    Google had me make a youtube video showing what the add-on was and how the roles were used.

    Then the add-on was approved.