Eric Anastas

Results 6 comments of Eric Anastas

I'm having the same problem. I want to easily update an Apps Script deployed as a web app but with out changing the URL of the webapp. Currently I have...

FYI I've developed a [CI/CD](https://en.wikipedia.org/wiki/CI/CD) process for [Google Apps Script](https://developers.google.com/apps-script) using [GitHub Actions](https://docs.github.com/en/actions). See my repo here: https://github.com/ericanastas/deploy-google-app-script-action It works by creating a `.clasprc.json` from a Github repository secret, but...

Sorry, it's public now. > > See my repo here: https://github.com/ericanastas/deploy-google-app-script-action > > Interesting! By the way that 404s - private?

Can you elaborate on how the permissions for deleting files can be "messy" in GSDs? Maybe there's something I'm not considering. My understanding is only drive managers can permanently delete...

@iansan5653 @ianhyzy  Done! a3dd7d1

Alternatively this could be resolved by allowing an entirely custom `launch()` options object that overrides the default setting.