Client is unauthorized to retrieve access tokens using this method Gmail API C#

The service account needs to be authorized or it cant access the emails for the domain.

“Client is unauthorized to retrieve access tokens using this method”

Means that you have not authorized it properly check Delegating domain-wide authority to the service account

Leave a Comment