1

I'm developing Google Workspace Add-On based on Node.JS + Cloud Run (NOT Apps Script!). I want to let my client install this Add-On while it's still unpublished to see the progress.

It's easily achieved with Apps Script based add-on and perfectly described here. I've tried it and it worked.

But I've stuck with doing the same thing for an add-on based on Node.JS + Cloud Run.

  • Can you check [this answer](https://stackoverflow.com/a/75011103/18265570)? – Roopa M Mar 06 '23 at 10:55
  • @RoopaM This is for Apps Script based add-on. As I've mentioned my add-on is based on Node.JS + Cloud Run (NOT Apps Script!). – Vladimir Revenko Mar 06 '23 at 11:33
  • 1
    Sovution I've found is to grant another user Project Owner permission IAM&Admin > IAM > +Grant Access > Assign Roles - Project - Owner Though I'd prefer something more specific – Vladimir Revenko Mar 06 '23 at 12:28
  • Consider posting it as an answer rather than as a comment. Comments are temporary and cannot be accepted as an answer. – TheMaster Mar 06 '23 at 13:16
  • Can you post your solution as answer, so that it will help others too? – Roopa M Mar 06 '23 at 13:22

1 Answers1

2

Solution I've found is to grant another user Project Owner permission

IAM&Admin > IAM > +Grant Access > Assign Roles - Project - Owner

Note that it doesn't work with more specific permissions incl. Google Workspace Add-ons Developer and even Cloud Run Admin.