Https://n8n.io/workflows/681-download-and-post-an-image-on-linkedin/

Describe the problem/error/question

When try to post-an-image-on-linkedin using workflow template getting 403 error please suggest
Note: Mapped LinkedIn credentials via Oauth

What is the error message (if any)?

{
“errorMessage”: “Forbidden - perhaps check your credentials?”,
“errorDescription”: “403 - {"status":403}”,
“errorDetails”: {
“rawErrorMessage”: [
“403 - {"status":403}”
],
“httpCode”: “403”
},
“n8nDetails”: {
“nodeName”: “LinkedIn”,
“nodeType”: “n8n-nodes-base.linkedIn”,
“nodeVersion”: 1,
“resource”: “post”,
“operation”: “create”,
“time”: “2/17/2025, 6:05:53 PM”,
“n8nVersion”: “1.78.1 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“NodeApiError: Forbidden - perhaps check your credentials?”,
" at ExecuteContext.linkedInApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/LinkedIn/GenericFunctions.js:50:15)“,
" at processTicksAndRejections (node:internal/process/task_queues:95:5)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/LinkedIn/LinkedIn.node.js:150:52)“,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:633:19)”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:882:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1216:20"
]
}
}

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:latest
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Balaji_Rajagopal,

That is a very old workflow.
Please try this updated version:

You should also set up your credentials correctly if you don’t already have.
.
:point_right: If my reply answers your question, please remember to mark it as a solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.