Shutterstock-“您无权访问此路线”错误

时间:2019-03-15 18:35:41

标签: rest shutterstock

我正在尝试从docs中描述的Shutterstock API获取图像链接,但一直得到"message": "You do not have access to this route. Please contact api@shutterstock.com for more information"的响应。
我使用的是正确的Subscription_id和访问令牌。请求URI是:

https://api.shutterstock.com/v2/images/licenses?subscription_id={{SUBSCRIPTION_ID}}

请求正文:

{
    "images": [
        {
            "image_id": "59656357",
            "format": "jpg"
        },
        {
            "image_id": "1079756147",
            "format": "jpg"
        }
    ]
}

我有按月付费订阅,因此一切正常。怎么了?

1 个答案:

答案 0 :(得分:0)

Shutterstock最近开始对免费API帐户可以使用该API实施限制。这些限制之一是具有免费帐户的API搜索请求不能使用许可端点。即使您为订阅付费,也不会自动获得完整的API访问权限。

https://developers.shutterstock.com/user/me/apps处查找您的应用程序,并查看其使用的API产品。如果它是“免费”,则说明您具有有限的API访问权限,如下所述:

https://developers.shutterstock.com/documentation/authentication#accounts-and-limitations

很抱歉,您尚未收到api @地址的回复-我会调查一下。