[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[],[],null,["# Troubleshooting\n===============\n\n### What does the \"service not enabled\" error mean?\n\nTo use any Google API service, you need to:\n\n1. Create or use an existing Google Cloud project.\n2. Enable the service for the Google Cloud project.\n3. Pass an API key or an OAuth access token associated with the Google Cloud project.\n\nTo learn more about using API keys, see\n[Authentication Overview](/docs/authentication). To fix this error, enable the\nService Usage API for your Google Cloud project using the instructions in\n[Enabling and Disabling Services](/service-usage/docs/enable-disable).\n\n### How do I fix permission denied errors?\n\nSuch errors typically mean the caller doesn't have the right\n[Identity and Access Management](/iam) permission. See the\n[Access Control](/service-usage/docs/access-control) guide for details on how to\nfix this error.\n\n### How do I perform a retry on API errors?\n\nIf you receive an API error and want to retry the call, we recommend that you\nperform the retry with exponential intervals plus randomness. Use the following\nminimum retry intervals for the indicated errors:\n\n- 30 seconds for `429` quota errors.\n- 1 second for `500` quota errors.\n- 1 second for `503` quota errors.\n\nFor other errors, make sure you perform retries based on additional error\ninformation. See\n[`google.rpc.Code`](https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto)\nfor more details."]]