Clasp fail while running

294 Views Asked by At

I am using the clasp to run AppScript

Example:

clasp run myFunction dev

but its showing error here like

Requested entity was not found

please let me know why it's happening?

1

There are 1 best solutions below

2
On

You need to deploy the script as "API Executable". Then add sufficient authorization scopes to call the function.