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
You can also change to the new IDE by clicking on the blue button -> Use the new Editor


