问题
I am getting an error from google places:
{
"error": {
"errors": [{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}],
"code": 500,
"message": "Backend Error"
}
}
I am using the Google Places API for iOS
version 2.0.0
. The error looks strange. Is there anyone who experienced that and help me getting rid of that error?
来源:https://stackoverflow.com/questions/44118058/googleplacessdk-returning-error-500