I have troubles to deploy for testing a google sheets addon(side bar).
This is what I managed to do successfully
- created a new standard GCP project and changed the script GCP from default to the new one by setting GCP id in the project details.
- in the GCP console -> OAuth consent screen , I set all Oauth scopes, as I don't really understand what I need, and then added two test users. one is my the same google account owning the project, and another one I have.
Publishing status is Testing
- In the script editor: deployed -> test deployments clicked install and done.
I'm not sure what to expect now.. this link says testing users (I assume there are the ones I added on the OAuth consent screen needs read access. My question:
- How to grant read access, and to whom exactly?
- After granting, what's next? how the granted users can get the addon?