Надо добавить к сайту поиск картинок (с любых сайтов) с помощью Google Custom Search API, но вот беда - шаблон url является обязательным (параметр cx или cref)
GET https://www.googleapis.com/customsearch/v1?q=xbox&key={YOUR_API_KEY}
{
"error": {
"errors": [
{
"domain": "global",
"reason": "conditionNotMet",
"message": "Need to provide a Custom Search Engine ID. Missing cx or cref parameter.",
"locationType": "header",
"location": "If-Match"
}
],
"code": 412,
"message": "Need to provide a Custom Search Engine ID. Missing cx or cref parameter."
}
}
Возможно ли осуществлять поиск по всех сайтах с помощью этого API?