Discussions
Access to this resource requires scope(s) public.address_validation:write
16 days ago by Yash
Hello trying out example at https://developers.easyship.com/reference/addresses_validation
I get
{
"error": {
"code": "forbidden",
"details": [
"Access to this resource requires scope(s) public.address_validation:write."
],
"links": [
{
"kind": "documentation",
"name": "Errors",
"url": "https://developers.easyship.com/reference/errors"
},
{
"kind": "documentation",
"name": "Scopes",
"url": "https://developers.easyship.com/reference/scopes"
},
{
"kind": "documentation",
"name": "Validate a Single Address",
"url": "https://developers.easyship.com/reference/addresses_validation"
},
{
"kind": "how-to-guide",
"name": "How to Validate Addresses",
"url": "https://developers.easyship.com/docs/how-to-validate-addresses"
}
],
"message": "You do not have permission to access this resource. Please contact our support team or your account manager if you believe you should have access.",
"request_id": "34ccceab41b579c7a19735dffa32eb64",
"type": "invalid_request_error"
}
}
I used production token as well, still doesn't work. Though it seemed like it worked for https://developers.easyship.com/discuss/6728fc563c6197003db90052 ?
But it doesn't for me
This is trail account, trying out integration of easyship for our upcoming launch.
please advise