ThoDangVN / gdata-objectivec-client

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

Doc List can not be fetched for subfolders if OAuth authorizer is used #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create in web browser folder at your root document list.
2. Authenticate googleDocsService's scope with OAuth API and get 
GDataOAuthAuthentication object.
3. Set authentication object as an authorizer to googleDocService.
4. Fetch doc list for root feed, get the feed for contents of folder created at 
step 1.
5. Fetch doc list for feed retrieved on step 4.

Expected Result:
Doc list should be retrieved at step 5.

Actual Result:
Error 401 Unknown authorization token arrives.

Regression: doc list is fetched on step 5 if client authentication is used.

Original issue reported on code.google.com by qa1.te...@gmail.com on 13 Jun 2012 at 4:30

GoogleCodeExporter commented 9 years ago
Fixed by transitioning to OAuth2.

Original comment by qa1.te...@gmail.com on 13 Jun 2012 at 6:55

GoogleCodeExporter commented 9 years ago
Support for OAuth 1 in Google APIs is fading.

Original comment by grobb...@google.com on 13 Jun 2012 at 11:33