Trying to use Execution API for one of my project with devMode: true
, but getting the following error. But it works flawlessly when I make devMode: false
.
NOTE: I am owner and using the API from same account (so it should work ideally)
- I have deployed the script as api executable with access as "Anyone"
- I have enabled the "Apps Script API" in the developer console
- Both the oauth and apps script share the same project
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
}