I would like to know the URL error:
Whenever I put the latitude and longitude of the location I want, it gives the request error:
500 Internal Server Error
{
"error": {
"code": 500,
"message": null
}
}
I would like to know the URL error:
Whenever I put the latitude and longitude of the location I want, it gives the request error:
500 Internal Server Error
{
"error": {
"code": 500,
"message": null
}
}
Add a radius of action, otherwise think that it only looks for the exact coordinate. Here, your same query with locationRadius
of 5km
:
According to the documentation (my emphasis):
The
locationRadius
, together with thelocation
parameter defines the geographic area. If the coordinates associated with the video fall within that area, then the video can be included in the search results.