I keep getting this exception:
Exception has occurred: AuthorizationError:
('invalid_client', 'Client authentication failed', 401)
I have created all the IAM User, Role, Policy, and App as per the documentation. And got all the required credentials. But still getting this error. I am really lost on how to debug this.
All the steps were followed to grant access to the IAM role with Seller central app. I also tried with just user ARN instead of user Role ARN. But same.
The only confusion I have is that the Developer central app status is shown in 'Draft' because it's for private purposes I don't want to publish the app. When in Draft status won't it work?
I am really lost why i am getting sp_api.auth.exceptions.AuthorizationError: ('invalid_client', 'Client authentication failed', 401)
I keep getting this exception:
I have created all the IAM User, Role, Policy, and App as per the documentation. And got all the required credentials. But still getting this error. I am really lost on how to debug this.
All the steps were followed to grant access to the IAM role with Seller central app. I also tried with just user ARN instead of user Role ARN. But same.
The only confusion I have is that the Developer central app status is shown in 'Draft' because it's for private purposes I don't want to publish the app. When in Draft status won't it work?
I am really lost why i am getting
sp_api.auth.exceptions.AuthorizationError: ('invalid_client', 'Client authentication failed', 401)