salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Attempting to download a PPT gives a redirect loop #465

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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=p
pt&amp;format=ppt&amp;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

Original issue reported on code.google.com by mkell...@gmail.com on 2 Mar 2012 at 12:19

GoogleCodeExporter commented 9 years ago
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=p
pt&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

Original comment by toshiki....@gmail.com on 24 Mar 2012 at 9:48

GoogleCodeExporter commented 9 years ago
If I try to download any files from Google drive, I get a redirect loop. Is 
there a work around for this? Is this the same as 
https://code.google.com/p/chromium/issues/detail?id=250889 ?

Original comment by smcon...@gmail.com on 23 Aug 2013 at 3:49

Attachments: