Hello,
I have created an app script for google docs and deployed it as an API.
When trying to run the API using Google OAuth Playground, I am getting this error.
{
"error": {
"status": "PERMISSION_DENIED",
"message": "The caller does not have permission",
"code": 403
}
}
Below image shows the oauth flow
Where am I making a mistake?