douzhao7014 2018-05-22 22:38
浏览 54
已采纳

Podio不会解析通过API发送的位置

In our Podio application we are trying to get all the contacts from our website, including their addresses. We need to be able to filter contacts by country and that is only possible by using location fields. The problem we have is that locations are not parsed right away due to some limitations of the Google Maps API involved into the geocoding (which is that only 250 of request per day are allowed). Due to this, only some of the addresses are parsed and have the country extracted properly for filtering.

Now, I tried to implement a caching system that will re-send contacts every day so that the address be re-parsed. But this does not work. I believe this is caused by the fact that sometimes the geocoding API founds more suggestions for an address and doesn't pick any.

I change the code and the location coordinates are solved on our side then sent along with the address. This does not change anything unfortunately.

I can see that Podio is still working on improving their API but we really need a solution for this. How can we handle thousands of clients and their addresses so that we can filter them by country in the application? Using a text field for the country does not work either as text fields are not filterable?

  • 写回答

1条回答 默认 最新

  • dongmijgnnq0118 2018-05-23 02:06
    关注

    According to the official comment:

    Currently no way around this unless you build your own integration outside Podio. We might consider to allow you to use your own Google developer key in the future but currently not planned on our side.

    On your back end you can use 2,500 free Geocoding API requests per day, calculated as the sum of client-side and server-side queries (Geocoding API Usage Limits). To be able to sort by country, you can import the country from each address into the category field in Podio.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大