0

質問は非常に単純ですが、エラーが発生するだけです :

POST https://sourcerepo.googleapis.com/v1/projects/<example>/repos?key={YOUR_API_KEY} 
{
 "name": ">repos>"
}

与える:

HTTP/400 
cache-control:  private
content-encoding:  gzip
content-length:  251
content-type:  application/json; charset=UTF-8
date:  Thu, 15 Feb 2018 22:46:47 GMT
server:  ESF
vary:  Origin, X-Origin, Referer

{
 "error": {
  "code": 400,
  "message": "Request contains an invalid argument.",
  "status": "INVALID_ARGUMENT",
  "details": [
   {
    "@type": "type.googleapis.com/google.rpc.LocalizedMessage",
    "locale": "en-US",
    "message": "Invalid repo name: repos. Must be of the form projects/<project>/repos/<repo>"
   }
  ]
 }
}

は既存のプロジェクトで、 reposexampleは作成するリポジトリ名です。

何が欠けていますか?動作するコードの例が見つかりませんでした。

4

1 に答える 1