ashukhobragade / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Access token expired #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.authenticated and saved the access token.
2.reopened the application after two days and started the upload with the saved 
token
3.upload didn't even start

What is the expected output? What do you see instead?
expected that the upload will be a success

What version of the product are you using? On what operating system?
OAuth2,MAC OS 10.6

Please provide any additional information below.
i guess the that the upload failed due to expired token.if so please tell me a 
new way to get the new access token as i have a refresh token and old access 
token with me

Original issue reported on code.google.com by u.krishn...@gmail.com on 25 Oct 2011 at 11:49

GoogleCodeExporter commented 9 years ago
You can set the access token to nil. The oauth2 code will use the refresh token 
to fetch a new access token.

The discussion list for the OAuth 2 library is 
http://groups.google.com/group/gtm-oauth2

This issues list is for bug reports and feature requests for the GData API 
library.

Original comment by grobb...@google.com on 25 Oct 2011 at 6:57