GooglePlacesSDK Returning Error 500

倖福魔咒の 提交于 2019-12-11 07:34:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!