【发布时间】:2017-07-06 23:09:39
【问题描述】:
截至 2017 年 7 月 6 日东部时间晚上 7 点,我对 Google Drive API 的所有请求都返回 502 Bad Gateway 错误。我什至尝试在浏览器中使用 Google API 的资源管理器并得到同样的错误。
这是一个例子:
请求:
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>
其他人是否遇到此问题?
【问题讨论】:
-
我也注意到了这个问题。我们只需要确保我们的应用程序正确处理这些错误:-/
标签: google-drive-api