我正在使用HTTP POST
请求将文件上传到Google云端存储。
请求是:
POST /upload/storage/v1beta1/b/myBucket/o?uploadType=media&name=testFile HTTP/1.1
Host: www.googleapis.com
Content-length: 24
Content-type: text/plain
Authorization: OAuth ba26.AHXXXXXXXXXVHXdVRAhBAHR_UXXXXXLV-MqPMXXXJwc
<BINARY DATA - 24B>
我收到以下错误作为回复:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}
}
在某处我读到我需要启用Google Cloud Storage JSON API。 是否必须启用 Google云端存储JSON API 或者是否有其他解决方案可以解决此错误?
答案 0 :(得分:4)
要使用JSON API,必须启用它。通过访问Cloud Console,点击API并启用“Google Cloud Storage JSON API”来启用JSON API