Google Drive api 错误,我们很抱歉,但您的计算机或网络可能正在发送自动查询

问题描述 投票:0回答:1
 headers: {
                                      'x-goog-api-client': 'gdcl/7.2.0 gl-node/20.17.0',
                                      'content-type': 'multipart/related; boundary=1a372e33-1c3d-4783-b5b0-2d787811e93d',
                                      'Accept-Encoding': 'gzip',
                                      'User-Agent': 'google-api-nodejs-client/7.2.0 (gzip)',
                                      Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'
                                    },

错误:

 status: 429,
                                    statusText: 'Too Many Requests',
                                    request: {
                                      responseURL: 'https://www.googleapis.com/upload/drive/v3/files?fields=id&uploadType=multipart'
                                    }

相同的代码请求在本地有效,但在生产中无效。

我们正在使用

aws
并使用
ngnix

这个问题不知从何而来,而且之前就有效。

我已签入

gcp
,我们从未达到费率限制,并且还提高了费率限制。

来自 gcp 的使用图: usage graph from gcp

此问题仅出现在这条路线上: 'https://www.googleapis.com/upload/drive/v3/files?fields=id&uploadType=multipart'

所有其他路线均正常运行

我已经尝试解决这个问题好几天了。
如果有人可以帮忙,请告诉我。

到目前为止没有任何效果。

google-cloud-platform drive
1个回答
0
投票

这似乎是 AWS 和 GCP 之间的问题,特别是 AWS 美国区域。 我们在 us-west-2 上的 Google Drive API 上遇到了问题。 该问题于 9 月 26 日报告,然后于 9 月 29 日至 30 日再次报告。

您还可以查看 Google Drive API 返回 429 错误以在 us-east-1 AWS 内创建文件,但不在其他区域中创建文件

© www.soinside.com 2019 - 2024. All rights reserved.