概要
The server understood the request but refuses to authorize it. Re-authenticating will not help.
いつ発生するか
Returned when the authenticated user lacks permission for the resource.
よくある原因
- Insufficient user role or permissions
- IP, geo, or firewall (WAF) block
- Missing OAuth scope
- Accessing another user’s resource
解決方法
- Check the user’s role and permissions
- Verify resource ownership
- Review server ACL / WAF rules
- Request the required access or scope