New issue 465 by mkell...@gmail.com: Attempting to download a PPT gives a
redirect loop
http://code.google.com/p/googlecl/issues/detail?id=465
What steps will reproduce the problem?
1. Have the export format for presentations set to 'ppt'
2. Try to download a presentation from Google docs.
What is the expected output? What do you see instead?
I'd expect to get "my presentation.ppt".
Instead, I get:
Download of my presentation failed: Too many redirects from server: 302,
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A
HREF="https://docs.google.com/feeds/download/presentations/Export?exportFormat=ppt&format=ppt&id=...">here</A>.
</BODY>
</HTML>
What version of the product are you using? On what operating system?
What version of gdata-python-client (aka python-gdata)?
$ google --version
/usr/local/bin/google0.9.13
$ uname -sr
FreeBSD 9.0-RELEASE
gdata-python-client 2.0.14
I have the same problem. When I downloaded a folder, docs and spreadsheets
were downloaded normally, but only ppt files were not downloaded and showed
the following error:
Download of sample presentation failed: Too many redirects from server:
302, <HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A
HREF="https://docs.google.com/feeds/download/presentations/Export?exportFormat=ppt&format=ppt&id=...">here</A>.
</BODY>
</HTML>
$ google --version
google 0.9.13
$ uname -sr
Darwin 10.8.0
gdata-python-client 2.0.14