【403】The project does not have permission to call this interface

问题描述

请求Avata API报错:

  • HTTP Status:403
  • 错误描述:The project does not have permission to call this interface

报错示例

{
	"error": {
		"code_space": "NFTP-OPEN-API",
		"code": "FORBIDDEN",
		"message": "The project does not have permission to call this interface"
	}
}

问题说明

当前项目无权限使用此接口。

解决方案

请在社区群联系 文昌链小助手、技术支持 寻求帮助。

您需要提供以下信息:

  1. API Key
  2. 底层区块链(可以在控制台–我的项目 进行查看)
  3. 调用的接口(可以直接提供请求地址)

{
code:
‘FORBIDDEN’
code_space:
‘NFTP-OPEN-API’
message:
‘api_key is not exist’}

1 个赞

您可以参考该文档:【403】api_key is not exist