You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Login using the OAuth2 flow
2. Retrieve the AccessToken and RefreshToken
3. Wait for the AccessToken to expire.
4. Try to retrieve the list of Picasa Albums (using an AlbumQuery) (with both
the AccessToken and the RefreshToken)
5. GOAuth2Request.Execute() doesn't handle the Forbidden HttpStatusCode
correctly (doesn't try to refresh the AccessToken)
What is the expected output? What do you see instead?
GOAuth2Request.Execute() method should handle the Forbidden HttpStatusCode the
same way it handles the Unauthorized code - by trying to refresh the
AccessToken using the given RefreshToken
Original issue reported on code.google.com by [email protected] on 16 Mar 2015 at 8:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2015 at 8:48The text was updated successfully, but these errors were encountered: