404 error when deploying a Google Apps script via the REST API
问题 I'm trying to deploy a Google Apps script via the Google REST API, and I'm using the API Explorer to perform that. This is the method I am testing: https://developers.google.com/apps-script/api/reference/rest/v1/projects.deployments/create Executing the method via the API Explorer returns a 404 error. I have verified that the scriptId in question does exist, and have tried several other scriptIds, to no avail. I have also made sure the permission scopes are properly set. This is what the API