adobe-common-errors

Featured

Diagnose and fix common Adobe API errors across Firefly Services, PDF Services, Photoshop API, and Adobe I/O Events. Use when encountering Adobe errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "adobe error", "fix adobe", "adobe not working", "debug adobe", "adobe 403", "adobe 429".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Adobe Common Errors ## Overview Quick reference for the most common errors across Adobe APIs with real error messages, root causes, and verified fixes. ## Prerequisites - Adobe SDK or API credentials configured - Access to Adobe Developer Console (https://developer.adobe.com/console) - Access to error logs or API responses ## Instructions ### Step 1: Identify the HTTP Status Code and Error Body Adobe APIs return structured error responses: ```json { "error_code": "403003", "message": "Api Key is invalid" } ``` ### Step 2: Match Error Below and Apply Fix --- ### Error 1: `401 Unauthorized` — Token Expired or Invalid ``` {"error":"invalid_token","error_description":"Could not match jwt signature to any of the bindings"} ``` **Cause:** Access token expired (24h TTL) or you are still using deprecated JWT credentials. **Fix:** ```bash # Regenerate OAuth Server-to-Server token curl -X POST 'https://ims-na1.adobelogin.com/ims/token/v3' \ -d "client_id=${ADOBE_CLIENT_ID}&client_secret=${ADOBE_CLIENT_SECRET}&grant_type=client_credentials&scope=${ADOBE_SCOPES}" # If using JWT: migrate immediately — JWT reached EOL June 2025 # See: https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration ``` --- ### Error 2: `403 Forbidden` — API Not Entitled ``` {"error_code":"403003","message":"Api Key is invalid"} ``` **Cause:** Your Developer Console project does not have the API added, or the product profile is missin...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

adobe-advanced-troubleshooting

Apply advanced debugging techniques for Adobe API issues: IMS token introspection, Firefly job failure analysis, PDF Services error codes, and network-layer diagnostics for Adobe endpoints. Trigger with phrases like "adobe hard bug", "adobe mystery error", "adobe impossible to debug", "difficult adobe issue", "adobe deep debug".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-known-pitfalls

Identify and avoid Adobe-specific anti-patterns: using deprecated JWT auth, not caching IMS tokens, ignoring Firefly content policy, missing async job polling, and leaking p8_ secrets. Real code examples with fixes. Trigger with phrases like "adobe mistakes", "adobe anti-patterns", "adobe pitfalls", "adobe what not to do", "adobe code review".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-common-errors

Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500. Use when encountering Webflow API errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "webflow error", "fix webflow", "webflow not working", "debug webflow", "webflow 429", "webflow 401".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-common-errors

Diagnose and fix Fireflies.ai GraphQL API errors by error code. Use when encountering Fireflies.ai errors, debugging failed requests, or troubleshooting authentication and rate limit issues. Trigger with phrases like "fireflies error", "fix fireflies", "fireflies not working", "debug fireflies", "fireflies 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

canva-common-errors

Diagnose and fix Canva Connect API errors and HTTP status codes. Use when encountering Canva errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "canva error", "fix canva", "canva not working", "debug canva", "canva 401", "canva 429".

2,266 Updated today
jeremylongshore