我总是得到错误代码57
方法
GET
API
https://books.zoho.com/api/v3/organizations
这是我的背景
标头
Authorization Zoho-oauthtoken 1000.f494xxxxxxxxxxxxxxxxx
返回
{
"code": 57,
"message": "You are not authorized to perform this operation"
}发布于 2022-10-13 19:23:10
有时,错误57是因为错误的服务器被查询。
例如,如果一个帐户与books.zoho.eu相关联,但查询url是指向books.zoho.com的,那么它将抛出57错误。那就去看看吧。
https://stackoverflow.com/questions/74052702
复制相似问题