来自Google文档:https://cloud.google.com/logging/docs/install/compute_install#enable_the_google_cloud_logging_api
您必须为项目启用Google Cloud Logging API:
导航到Developers Console UI并选择您的项目
选择API& auth>左侧边栏中的API。
在“浏览API”下的搜索框中键入“logging”
将状态按钮从OFF切换为ON以启用Google Cloud 记录API。
当我转到我的API控制台时,我没有看到任何与Google Cloud Logging API相关的选项。如果我尝试从GCE实例gcloud preview logging write test hello
写入我的日志,则会收到403错误:
ERROR: (gcloud.preview.logging.write) ResponseError: status=403, code=Forbidden, message=Project has not enabled the API. Please use Google Developers Console to activate the API for your project.
此实例具有Cloud Logging的写入权限。
我应该如何启用Cloud Logging API?
答案 0 :(得分:1)
Google Cloud Logging API仍然是Alpha版本,您的项目必须先列入白名单才能先使用它。请参阅header at the documentation page:
<强>α强> 这是针对Google Compute Engine的Google Cloud Logging的Alpha版本。此API可能以向后不兼容的方式更改,不建议用于生产。它不受任何SLA或弃用政策的约束。 Request to be whitelisted to use this feature.