0

「plusDomains.activities.insert」を使用して「Google+ Domains API v1」のフォームからアクティビティを作成しようとしています

私はスコープを使用します:

リクエストは:https://www.googleapis.com/plusDomains/v1/people/me/activities?preview=true&fields=access&key={YOUR_API_KEY}

パラメーター :

{
  "object": {
    "originalContent": "Test"
  },
  "access": {
    "items": [
      {
        "type": "domain"
      }
    ],
    "domainRestricted": true
  }
}

しかし、私は次のエラーがあります:

 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "forbidden",
    "message": "Forbidden"
   }
  ],
  "code": 403,
  "message": "Forbidden"
 }

そして、私はこのメッセージを持っています: You do not have permission to execute this method.

4

1 に答える 1