According to https://github.com/google/clasp/blob/master/docs/run.md you have to create a GCP project to use clasp run.
Is it possible to use clasp run with the default Apps Script鈥搈anaged Cloud Platform project that gets created automatically for Google Apps Script projects?
Our company uses G-Suite but we do not have access to create GCP projects -- we do everything through the default ones created in GAS.
I'd like to be able to develop and run Google Apps Script code locally using clasp run but can't figure out how to get it to work with the default projects.
N/A
node -v): N/Aclasp -v): N/AJust wondering if anyone has any ideas? I'm desperate to use clasp but am not allowed to create a GCP project in our G-Suite Enterprise setup.
Sorry, you need some GCP project to use this feature. I don't know how to help you other than that requirement for clasp run.
Apps Script projects use the default GCP project. Is there no way to use for authentication?
You can get a Project Key and Script ID from the project properties -- any way to use those?
If not, can I add an enhancement request to be able to use GCP with the default project? Our organization uses G-Suite Enterprise but we're not allowed to create GCP projects (long story) so everyone does everything with the default one. I'd love to be able to use clasp to simplify development.
Most helpful comment
Apps Script projects use the default GCP project. Is there no way to use for authentication?
You can get a Project Key and Script ID from the project properties -- any way to use those?
If not, can I add an enhancement request to be able to use GCP with the default project? Our organization uses G-Suite Enterprise but we're not allowed to create GCP projects (long story) so everyone does everything with the default one. I'd love to be able to use
claspto simplify development.