Google drive api 谷歌硬盘API-502坏网关

Google drive api 谷歌硬盘API-502坏网关,google-drive-api,Google Drive Api,截至2017年7月6日东部时间晚上7点,我对Google Drive API的所有请求均返回502错误网关。我甚至尝试在浏览器中使用GoogleAPI的浏览器,但也遇到了同样的错误 下面是一个例子: 请求: GET https://www.googleapis.com/drive/v3/files?key={YOUR_API_KEY} 答复: 502 content-length: 1613 content-type: text/html; charset=UTF-8 date: Th

截至2017年7月6日东部时间晚上7点,我对Google Drive API的所有请求均返回502错误网关。我甚至尝试在浏览器中使用GoogleAPI的浏览器,但也遇到了同样的错误

下面是一个例子:

请求:

GET https://www.googleapis.com/drive/v3/files?key={YOUR_API_KEY}
答复:

502

content-length:  1613
content-type:  text/html; charset=UTF-8
date:  Thu, 06 Jul 2017 23:02:40 GMT

<!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, 
width=device-width">
  <title>Error 502 (Server Error)!!1</title>
  <style>
    ...
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>502.</b> <ins>That’s an error.</ins>
  <p>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.  <ins>That’s all we know.</ins>
502
内容长度:1613
内容类型:text/html;字符集=UTF-8
日期:2017年7月6日星期四23:02:40 GMT
错误502(服务器错误)!!1.
...
502。那是个错误。
服务器遇到临时错误,无法完成您的请求。请在30秒后重试。我们只知道这些。

其他人也遇到过这个问题吗?

我想这只是间歇性的问题。现在已经修复。

昨天谷歌OAuth出现了大范围的宕机。大多数谷歌服务都受到了影响


我也注意到了这个问题。我们只需确保我们的应用程序正确处理这些错误:-/