Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I am wondering if this issue may be caused by using a GoogleAccountCredential
to access the Drive API in an IntentService. GoogleAccountCredential calls
GoogleAuthUtil.getToken(), which could cause a UserRecoverableAuthException.
Since there is no way to directly interact with the user from the IntentService
(other than a Notification), then perhaps GoogleAuthUtil.getToken() is getting
stuck when it needs the user to confirm access to the account? Thoughts?
Original comment by d4ma...@gmail.com
on 18 Dec 2012 at 9:27
Original issue reported on code.google.com by
d4ma...@gmail.com
on 12 Dec 2012 at 5:25