When I debug with Google Drive API, I met this problem:
First time when I call service.about().get().execute();
in my app, it will catch UserRecoverableAuthIOException
and my code call startActivity.
But after I confirm the auth dialog
, it never show up again.
I want to debug the whole auth routine, but how to erase auth data and let it raise the exception again?