I am new to Gmail API's. Need to add signature using google API's via java.
I followed & tried https://developers.google.com/gmail/api/quickstart/java and working fine.
But, when i am integrating tis code into the above link code. 403 error it's throwing.
Exception
in thread
"main"
com
.
google
.
api
.
client
.
googleapis
.
json
.
GoogleJsonResponseException
:
403
Forbidden
{
"code"
:
403
,
"errors"
:
[
{
"domain"
:
"global"
,
"message"
:
"Insufficient Permission"
,
"reason"
:
"insufficientPermissions"
}
],
"message"
:
"Insufficient Permission"
}
--
You received this message because you are subscribed to the Google Groups "google-api-java-client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-api-java-c...@googlegroups.com .
For more options, visit https://groups.google.com/d/optout .