Home > Blockchain >  Why I don't have the "Deploy" button in my Google Apps Script code editor?
Why I don't have the "Deploy" button in my Google Apps Script code editor?

Time:02-02

I don't find any button to deploy my script as a web application

I have already a function called doGet(e). And also my developer can see the button when he log-in with his Gmail id. But I can not see the deploy button. Do you have any solution for this? Or is there any way I can deploy the app script using a script or any CLI?

CodePudding user response:

You are using the classic editor for Apps Script.

In this case, you have to go to Publish -> Deploy as Web App

Publish

You can also change to the new IDE by clicking on the blue button -> Use the new Editor

  •  Tags:  
  • Related