排查错误代码问题
本页介绍了您在使用 Directory API 时可能会遇到的一些常见错误代码。
503 Service unavailable
使用 nextPageToken
方法检索大量用户或设备列表时,如果请求耗时超过 60 分钟,您可能会遇到此错误。此错误是由于 Directory API 的限制所致。
完整的错误响应如下:
{
"error": {
"code": 503,
"message": "Service unavailable. Please try again",
"errors": [
{
"message": "Service unavailable. Please try again",
"domain": "global",
"reason": "backendError"
}
]
}
}
为避免出现此错误,您可以使用过滤条件进行查询,以减少设备或用户数量,使各个操作的完成时间不超过 1 小时。这种方法需要多次查询。如需了解详情,请参阅搜索设备。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-27。
[null,null,["最后更新时间 (UTC):2025-01-27。"],[[["This page provides information about common Directory API error codes."],["The `503 Service unavailable` error can occur when retrieving large lists of users or devices if the request exceeds 60 minutes."],["To prevent this error, use filters to reduce the number of users or devices in each query, potentially requiring multiple queries."]]],[]]