Open GoogleCodeExporter opened 9 years ago
I don't understand how "Change app to use another client ID/Secret" happens in
a running app.
If a completion handler isn't called, then either the query is being started on
a background thread without a run loop spinning, or an exception fired. Check
the console output or the debugger.
Also observe the kGTMOAuth2AccessTokenRefreshFailed notification, as that
indicates when a user's authentication has been explicitly revoked (typically
from the google.com/accounts page.)
Original comment by grobb...@google.com
on 5 Sep 2013 at 8:38
It was between runs of the app and I spent the longest time trying to figure
out why uploading wasn't working anymore and accidentally stumbled on the log
out/back in. It makes total sense that you can't use the same authorization
with a new ID/Secret, but I thought it was odd that this was where it was
getting stuck.
I'll check to see if there's an exception running. The code is always called in
the same manner (same thread) so I don't see how that could be happening.
kGTMOAuth2AccessTokenRefreshFailed - good to know! Thanks.
Original comment by jhalst...@gmail.com
on 5 Sep 2013 at 8:43
Original issue reported on code.google.com by
jhalst...@gmail.com
on 5 Sep 2013 at 2:10