Hello All,
i am using .net web api 2 and service account to fetch google Gmail data. i am getting below error while executing below code.
credential.RequestAccessTokenAsync(CancellationToken.None).Result
{"Error:\"invalid_request\", Description:\"Invalid impersonation prn email address.\", Uri:\"\""}
can anyone help me with this.