问题
In my application I have been calling google prediction API continuously for an array(size: 4000 aprox) of strings. I observed that after some api calls it starts giving response as Undefined
, it continues for some time and then gives result fine. This is happening frequently.
I have checked their api documentation, but couldn't find any rate limit or any such restriction. Also there was no error logged in Google API manager dashboard.
Does anyone have any idea why its happening like that.
来源:https://stackoverflow.com/questions/39618071/continuous-call-of-google-prediction-api-gives-response-undefined