截至2017年7月6日東部時間晚上7點,我對Google Drive API的所有請求都返回502 Bad Gateway錯誤。我甚至嘗試在瀏覽器中使用Google API的資源管理器,並得到相同的錯誤。Google Drive API - 502 Bad Gateway
下面是一個例子:
請求:
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>
有其他遇到此問題?
我也注意到了這個問題。我們只需確保我們的應用程序正確處理這些錯誤: - / – Alpha01