Is it necessary to use google apps account to use Google+ Domain API's?
问题 I am trying to get user's circle info with following api call xhr.open("GET", "https://www.googleapis.com/plusDomains/v1/people/me/circles?alt=json&access_token=" + googleAuth.getAccessToken()); It gives response text as {"error":{"errors":[{"domain":"global","reason":"forbidden","message":"Forbidden"}],"code":403,"message":"Forbidden"}} I have enable google+ domain api 回答1: Correct, Google+ Domains API methods are not available to @gmail.com Google accounts. They require Google Apps accounts