Admin SDK Email setting API to delegate Email

190 Views Asked by At

I am looking for email delegation using google admin sdk. I am using admin sdk because still its not available in Gmail API.

I checked google doc

https://developers.google.com/admin-sdk/email-settings/#delegation_examples

But it gives only feed url.

Can anyone please let me know how to call feedURl using Java code. Or is there any api with can be used to achieve this ?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

I downloaded GmailSettingsService of package sample.appsforyourdomain.gmailsettings and modified it according to my need.