Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding script.container.ui API In Google Cloud library

I am trying to get OAuth setup for a marketplace app I have been working on for Google Docs. I need to apply the scopes that my project uses to the OAuth API . I have checked the project and it uses 2 scopes

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

I was able to apply the google docs API and found the scope for /auth/documents. I have enabled the scripts API but script.container.ui is not part of this library. I have searched through the store and I cant find it. I also can't find any other reports of people not being able to find it. Anyone know how I can enable this scope?

like image 974
Dan Hastings Avatar asked Apr 22 '26 07:04

Dan Hastings


1 Answers

Add it manually, it is the window where you add the scopes at the end it says to add scopes manually, press there and paste the scopes that do not appear in the previous list.

enter image description here

like image 149
Jose De Freitas Avatar answered Apr 25 '26 19:04

Jose De Freitas