Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a User-managed Cloud Platform project?

I created a script inside a Google Docs document. I want to use it in all my docs documents, so inside the script editor I clicked Publish -> Deploy as Docs add-on...

However, the following alert prompts:

Alert

What should I do in order to use my script?

like image 354
Leandro Avatar asked Nov 05 '19 21:11

Leandro


1 Answers

Please check out the instructions that have been documented under:

Google Cloud Platform Projects > Switching to a different standard GCP project.

Sharing the steps here too, for reference:

  1. Create a new Google Cloud Platform (GCP) project - instructions available here if you don't already have one.
  • in case you already have a GCP project configured, switch to that project via the cloud console.
  1. Get the Project ID/number - instructions available here
  2. Then go back to your script from the Apps Script browser editor and navigate to Resources > Cloud Platform project
  3. In the Change Project section, paste the project number you copied into the text field, then click Set Project & finally Confirm on the subsequent page.

Personally, I had difficulties following through step 2 i.e. getting the project number so here's where you find it -

project number

like image 139
Sourabh Choraria Avatar answered Nov 07 '22 23:11

Sourabh Choraria