Google Contacts API responds with “countryBlock” error

前端 未结 2 728
小鲜肉
小鲜肉 2020-12-22 06:59

I have an app that imports contacts from Google Contacts. The app worked fine, until this morning when we changed the API \'owner\'. It was set up under my personal account

相关标签:
2条回答
  • 2020-12-22 07:45

    check out this thread, which is similar. It says the issue is caused by contacting google API central core with http: requests (not https:)

    Intermittent 403 "This service is not available from your country" Error for execution API

    0 讨论(0)
  • 2020-12-22 07:49

    This error indicates that Google believes your IP address belongs to a country with restricted access. Germany is not one of those countries however, so this is likely an error. Please fill out the following form to have this corrected: https://support.google.com/websearch/contact/ip

    0 讨论(0)
提交回复
热议问题