I'm using GMail API.
Currently, I ask for GET_ACCOUNTS
permission and after that, I try to send some kind of a 'test' email.
If this is the user's first time, most likely UserRecoverableAuthIOException
exception will be raised and I'll use its intent for asking his approval.
Is it possible to check this before trying to send and avoiding getting the exception?
Something like 'check_permission'?