Approved Seller App nexora-studio-publisher returns HTTP 403 before OAuth despite active rate limit #1691
Unanswered
vyronashop-blip
asked this question in
Q&A
Replies: 1 comment
|
Thank you for your report. This bug has been fixed and your App and key should be working now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Confirmation
Question / discussion
Problem
Our Etsy Seller App is shown as Approved in the Developer Portal and has an assigned rate limit, but Etsy's Open API backend rejects the application credentials before OAuth can begin.
App details
nexora-studio-publisher1504096018491njlo…aov8(full value intentionally withheld from this public post)https://localhost:3003/oauth/callbackRead-only diagnostic
Before starting OAuth, the client performs:
The implementation sends the keystring and shared secret from the same approved app in the required
keystring:shared_secretformat.Etsy consistently returns:
The keystring was compared character-by-character with the Developer Portal and matches exactly. No OAuth authorization, token exchange, or listing operation is attempted after the preflight fails.
Why this appears to be a provisioning mismatch
The Developer Portal says:
But the Open API backend says the app key is not found or not active. Because the public ping fails before OAuth, this is not caused by the callback URI, scopes, user token, or listing permissions.
This matches recent reports in:
Request
Could Etsy Open API Support please:
The shared secret, OAuth tokens, and authorization codes have not been included in this public report.
All reactions