I want to call Apps Script API in my app, it works fine with web user authentication but has a 403 error when I change to using a service account.
I discovered that the reason is that the Apps Script API does not work with service accounts according to the official documentation.
Is there a way to work around this?