WordPress: Sorry, You Are Not Allowed to Do That
This error usually means the connected account lacks capability for the requested action or the request is being blocked before permissions are evaluated.
Typical causes
- User role is Author/Contributor instead of Editor/Admin
- REST API permissions are restricted by plugin/security policy
- Authentication mismatch (expired or incorrect Application Password)
- Host firewall/WAF blocks request path
Fix checklist
- Confirm connected user role is Editor or Administrator.
- Regenerate Application Password and reconnect integration.
- Verify REST API endpoint:
https://yourdomain.com/wp-json
- Temporarily disable security restrictions that block REST writes.
- Retry a single test publish as draft.
Plugin and host controls to check
- Security plugin REST/login restrictions
- XML-RPC/REST hardening options
- Cloudflare or host WAF custom rules
- Rate limiting or bot protection for API routes
Recovery flow
- Resolve role/capability issue.
- Reconnect Jottler credentials.
- Publish one test item.
- Re-enable protections with allowlist rules if needed.