Hi all,
I am using the Gmail skill to read emails. I am getting the below error
Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 400
HTTP Response Content: {
"error": {
"code": 400,
"message": "Precondition check failed.",
"errors": [
{
"message": "Precondition check failed.",
"domain": "global",
"reason": "failedPrecondition"
}
],
"status": "FAILED_PRECONDITION"
}
}
The credentials are also set as below as mentioned on
Precondition check failed error using Gmail API v1 | Digital Exchange (blueprism.com)I have it working for sheets & drive using the same credentials.
The service account does not have domain wide access but i will be able to provide consent for individual users.
anyone has had luck implementing gmail api ?