0

我正在尝试使用 Zillow API,但总是收到错误 #6:“此帐户无权执行此 API 调用”。

我找不到如何让我的帐户获得授权。帮助文档指向我帐户中不存在的帐户下的“设置”。

有什么想法/建议吗?

这是返回的完整 xml:

<SearchResults:searchresults xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd http://www.zillowstatic.com/vstatic/80d5e73/static/xsd/SearchResults.xsd"
                             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                             xmlns:SearchResults="http://www.zillow.com/static/xsd/SearchResults.xsd">
    <request>
        <address/>
        <citystatezip/>
    </request>
    <message>
        <text>Error: this account is not authorized to execute this API call</text>
        <code>6</code>
    </message>
</SearchResults:searchresults>
4

0 回答 0