rich776
Posts: 19
|
Posted: Wed Sep 30, 2009 8:10 am Post subject: not authorized call error for enterprise subscription |
|
|
Hello
i have subscribed to Enterprise edition, so i suppose i get license to make all calls ,but when i am making a getCategoryItems call i get 202 error saying "Invalid call type,or you are not authorized to make this call". i have pasted call and retured results below ,let me know if i am missing something.
Call
| Code: | <GetCategoryItems>
<Version>2</Version>
<RequesterCredentials>
<Token>xxxxx</Token>
<UserToken>xxxxx</UserToken>
<DeveloperName>xxxxx</DeveloperName>
</RequesterCredentials>
<CategoryQuery>
<SiteID>0</SiteID>
<Currency>1</Currency>
<Categories>
<CategoryID>52473</CategoryID>
</Categories>
</CategoryQuery>
</GetCategoryItems> |
Result
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<GetCategoryItems>
<Timestamp>2009-09-30 07:58:01</Timestamp>
<ProcessingTime>0.029</ProcessingTime>
<ImageURL><![CDATA[http://api.dataunison.com/images/dataunison_powered_by_114x36.gif]]></ImageURL>
<LinkURL><![CDATA[http://www.dataunison.com/ebay_research/api.php]]></LinkURL>
<Errors>
<Error id = '202'>Invalid Call Type, or you are not authorized to make this call.</Error>
</Errors>
<ApiAccountInfo>
<CallsRemaining>0</CallsRemaining>
</ApiAccountInfo>
</GetCategoryItems>
|
Thanks |
|