浏览文章

文章信息

Signed API request has returned an error. HTTP error 403 | Legacy People API has not been used in project 10873

报错:
Signed API request has returned an error. HTTP error 403. Raw Provider API response: { "error": { "code": 403, "message": "Legacy People API has not been used in project 584632705135 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/legacypeople.googleapis.com/overview?project=584632705135 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.rpc.Help", "links": [ { "description": "Google developers console API activation", "url": "https://console.developers.google.com/apis/api/legacypeople.googleapis.com/overview?project=584632705135" } ] }, { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "SERVICE_DISABLED", "domain": "googleapis.com", "metadata": { "consumer": "projects/584632705135", "service": "legacypeople.googleapis.com" } } ] } } .


原因:Legacy People API has not been used in project(未启用遗留版本API)


解决:

转到https://console.cloud.google.com/apis/dashboard中搜索people api,点击进去后启用这个功能,大约几分钟后才能生效哈。


原创