首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Google My Business API - Response "Method not found“404

Google My Business API - Response "Method not found“404
EN

Stack Overflow用户
提问于 2018-01-20 07:39:02
回答 1查看 1.2K关注 0票数 1

刚刚访问了Google My Business API,并一直按照此处的说明进行操作:https://developers.google.com/my-business/content/get-started

项目信息

PROJECT_ID=twocents-评论

PROJECT_NUMBER=705754565185

我正在尝试使用Google 2.0Playground向https://mybusiness.googleapis.com/v3/accounts发送我的第一个OAuth my Business API请求,这是我得到的响应(如下所示)。

响应

代码语言:javascript
复制
GET /v3/accounts HTTP/1.1
Host: mybusiness.googleapis.com
Content-length: 0
Authorization: Bearer [**** REDACTED ****]
HTTP/1.1 404 Not Found
Content-length: 100
X-xss-protection: 1; mode=block
X-content-type-options: nosniff
X-goog-trace-id: 6748d818415fd6349e9763a87acb707e
Transfer-encoding: chunked
Vary: Origin, X-Origin, Referer
Server: ESF
-content-encoding: gzip
Cache-control: private
Date: Fri, 19 Jan 2018 23:28:51 GMT
X-frame-options: SAMEORIGIN
Alt-svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"
Content-type: application/json; charset=UTF-8
{
  "error": {
    "status": "NOT_FOUND", 
    "message": "Method not found.", 
    "code": 404
  }
}

有什么建议吗?

EN

回答 1

Stack Overflow用户

发布于 2020-06-24 01:56:38

谷歌只是还没有完成设置过程。我所需要做的就是再等一段时间,让API为我工作。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48351054

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档