Closed GoogleCodeExporter closed 9 years ago
Micheal,
The client library automatically handles 1 redirect
(http://code.google.com/p/gdata-java-client/source/browse/trunk/java/src/com/goo
gle/gdata/client/GoogleService.java#600).
If there are more than 1 redirects, then the exception is thrown. Somehow you hit
more than 1 redirect (either connecting through a proxy or something similar).
Handling redirects in sample code may lead to potentially looping behavior
(because
of bad proxy). So this is intended.
But I agree that it needs to be documented better. started a FAQ wiki page to
help future users
(http://code.google.com/p/gdata-java-client/wiki/FAQ?ts=1239632032&updated=FAQ#H
ow_to_handle_com.google.gdata.util._RedirectRequiredException).
Cheers.
Original comment by vbarat...@gmail.com
on 13 Apr 2009 at 2:14
Understood. That makes sense. Thanks much.
Original comment by michael....@gmail.com
on 13 Apr 2009 at 2:22
Original issue reported on code.google.com by
michael....@gmail.com
on 13 Apr 2009 at 2:49