1
새로운 ... 여기 (https://developers.google.com/url-shortener/v1/getting_started를) 문서를 찾고 있었어요 작업에 다음 명령을 가져올 수 없습니다 :구글 URL Shortener를의 API - API에
curl https://www.googleapis.com/urlshortener/v1/url?key=<MYAPIKEY> \
-H 'Content-Type: application/json' \
-d '{"longUrl": "http://www.google.com/"}'
수신이 오류 메시지 :
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Required parameter: shortUrl",
"locationType": "parameter",
"location": "shortUrl"
}
],
"code": 400,
"message": "Required parameter: shortUrl"
}
}
왜 그들이 shortUrl 매개 변수를 요청하는지 확실하지 않습니다. 내게로 돌아가고 싶지 않습니다.
내가 그 전에 시도 맹세하지만이 일이 시간 - 감사합니다 당신! :) – ColeyMei