google-images
google-images copied to clipboard
Getting 500 both on this and on Google Test
Getting 500 with both API key and cx provided both on this and on Google Test :-
https://developers.google.com/custom-search/json-api/v1/reference/cse/list
I don't have time to look into it. If you want to dig in and you'll be able to find out what's wrong, I would appreciate a PR!
Same issue here, I don't have time to look into it either, I'm working on something else and thought this tool would save me time instead.
I have the same issue. I checked google API calls directly and the issue reason is searchType
parameter. Without this parameter it works fine. Seems to be Google side issue since this parameter is in the docs.
You need to enable image search in CSE settings
You need to enable image search in CSE settings
Thanks, I'll check that one. So 500 status code seems be a google API side bug anyway. It should be handled properly with some 400 / 422 status code.