HTTP / 1.1 302在特定设备上移动了暂时错误?

时间:2016-10-11 08:14:58

标签: java android json http

因此,当我下载google工作表文档的txt文件时,我收到此HTTP / 1.1 302 Moved Temporarily错误。这只发生在我的设备上,它有android 4.1.2。

它在我的模拟器上工作正常并且在新设备(android 6.0)上测试它没有任何问题。

这是错误:

D/Result: HTTP/1.1 302 Moved Temporarily
              Content-Type: text/html; charset=UTF-8
              Cache-Control: no-cache, no-store, max-age=0, must-revalidate
              Pragma: no-cache
              Expires: Mon, 01 Jan 1990 00:00:00 GMT
              Date: Tue, 11 Oct 2016 07:45:42 GMT
              Location: https://docs.google.com/spreadsheets/d/1T8v8xI_NEqvTlMqknR2_ZqgmPSdqrPphkDVwa6jM_6E/gviz/tq
              P3P: CP="This is not a P3P policy! See https://support.google.com/accounts/answer/151657?hl=en for more info."
              P3P: CP="This is not a P3P policy! See https://support.google.com/accounts/answer/151657?hl=en for more info."
              Content-Encoding: gzip
              X-Content-Type-Options: nosniff
              X-XSS-Protection: 1; mode=block
              Server: GSE
              Set-Cookie: NID=88=AonSZlvYLa0ZXd-IFsyUeLLIVL8D0AR62cZV6t7J-glcZFVZwcJRZZyMtC2Tg1pYqHN0jtCskzHVOsqCpLXi9aDdnqBV34DrTmnSErpZQc75zXH0w-qiJ8WWie3dn5UK;Domain=.google.com;Path=/;Expires=Wed, 12-Apr-2017 07:45:42 GMT;HttpOnly
              Set-Cookie: NID=88=k2RCOAv_u7aZ4MOMqF_wP7bQ0bFpbxDiLZcCE9628HRhUR-q941P34h91TAmbct_gGR5F_JDKHxDeQVl8G8Nz-zlEab8G0vHD-3uu58Y-GKWCF_iTIMCasTBrmIMoKWJ;Domain=.google.com;Path=/;Expires=Wed, 12-Apr-2017 07:45:42 GMT;HttpOnly
              Alt-Svc: quic=":443"; ma=2592000; v="36,35,34,33,32"
              Transfer-Encoding: chunked

              00000001

              00000001
              ?
              00000001

              00000001
              ??
              00000001
              ??
              001
              ??
              e3
              ????????m?KO?0?????g)??Bn????RB?`!?E???u? <~=???\V;;?[R???R???XE?Zς#&?mo????CB?/?i????k??]?mF?>??^G?K???&L
              ???]??G?wH??Q???K?'w2.?F??7Y?s'??8,?j^}?jf6??tno?W3??#7v??S???/??nIa????
              Τ??@??????'~???zJ?????
              0

此时应用程序关闭

 String jsonResponse = result.substring(start, end);

提前致谢!

编辑:我正在下载2张。问题是我删除了其中一个并且我不记得了。崩溃只发生在旧版本的Android上,这就是为什么我之前没有注意到它并且没想到它。

1 个答案:

答案 0 :(得分:1)

302不是错误。 这是一种重定向方式。从我看到的,您的文件正在下载。有些客户确实关注重定向,而有些客户则不知道(我不知道Android上的默认值,但假设他们这样做了。)

您可以分享您想要获得的网址吗?

查看有关302的更多详细信息: https://en.wikipedia.org/wiki/HTTP_302