如何解决 Zillow API 帐户未授权错误? [英] how do I resolve Zillow API Account not authorized Error?

查看:52
本文介绍了如何解决 Zillow API 帐户未授权错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用 zillow API 时出现此错误

I am getting this error when I try to use the zillow API

from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults
API_KEY = 'mykey'
zillow_data = ZillowWrapper(API_KEY)
address = '2114 Bigelow Ave'
zipcode = '98109'
rentzestimate = True
deep_search_response = zillow_data.get_deep_search_results(address,
                                                               zipcode,
                                                               rentzestimate)
result = GetDeepSearchResults(deep_search_response)

我收到状态 6:此帐户无权执行此 API 调用.

我查看了我的 zillow 帐户并检查了 API,所以我应该已经可以使用该 API.在 zillow 设置页面上检查 API 后,我也等了几个小时.有人见过这个问题吗?

I've looked at my zillow account and have the APIs checked off, so I should have access to use the API already. I've also waited for several hours after I checked off the APIs on the zillow settings page. Anyone seen this issue before?

推荐答案

只是想确认您实际上能够编辑 API 设置中的选项.根据这篇文章,看起来 zillow 不允许人们这样做.

Just wanted to confirm you are actually able to edit the options in API settings. According to this post it looks like zillow does not allow people to do that.

https://github.com/hanneshapke/pyzillow/issues/22

这篇关于如何解决 Zillow API 帐户未授权错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆