【发布时间】:2020-02-04 19:50:04
【问题描述】:
当我访问端点“/api/v1/users/me/data/csv”时,我收到以下消息:
{
"error": {
"title": "Unauthorized",
"message": "You are not authorized to perform that action. Please use the api_key
parameter with your registered key.",
"status": 401
}
}
端点应该转到存储桶并将数据写入用户可以下载的 CSV。我不确定他们在这里指的是什么“api_key”。
这可能只是我没有使用访问正确的存储桶还是我没有使用正确的密钥?
【问题讨论】:
-
这个错误是从哪里来的?有代码吗?
标签: python google-app-engine google-cloud-platform google-cloud-endpoints google-app-engine-python