Reputation: 107
I am following below link to setup Service account and use GMail API to send emails by running java code from an application.
https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority
But here i am unable to find out Security from the list of controls. And so unable to enter ClientID in Manage API client access screen.
Please help me to navigate properly.
Thanks
Upvotes: 2
Views: 2298
Reputation: 5243
In order to perform what you want, you need to own a G Suite account. If you already own a G Suite account, then all you have to do is follow the steps here. If you do not own a G Suite account then you will have to impelement a solution without a service account, therefore you will need to follow the guide here
Upvotes: 1