2
I wonder what the URL error is:
Whenever I place the latitude and longitude of the place I want:
500 Internal Server Error
{
"error": {
"code": 500,
"message": null
}
}
2
I wonder what the URL error is:
Whenever I place the latitude and longitude of the place I want:
500 Internal Server Error
{
"error": {
"code": 500,
"message": null
}
}
3
Add an action ray, otherwise think that he only looks for the exact coordinate. Here, his same query with locationRadius
of 5km
:
According to the documentation (my emphasis):
The
locationRadius
, together with the parameterlocation
, defines the geographical area. If the coordinates associated with the video fall within that area, then the video can be included in the search results.
Browser other questions tagged url youtube-api
You are not signed in. Login or sign up in order to post.
Resolve but not justify! Nothing indicates that the range of action is required! + 1
– Zuul
I’m not sure @Zuul, the documentation seems to indicate that it is necessary... I believe my interpretation of the exact coordinate is correct
– brasofilo
Okay, I found the API V2 documentation where it clearly says that one depends on the other. In the V3 documentation their English is poorly translated and not clear enough ;) (You can edit the answer and say the same, it is correct what you said)
– Zuul
I put 1 meter in the request and returns 9 results, should be as exact as possible. Thanks for confirming, @Z
– brasofilo