I’m trying to make a post using node X with OAuth version 2, but I get the following error:
ERROR: The operation requires Twitter Api to be either Basic or Pro.
In the free option is to allow the creation of a twitter.
My node:
Share the output returned by the last node
===========================================================
ERROR: The operation requires Twitter Api to be either Basic or Pro.
Details
Time 16/11/2023, 20:32:49
Stack
NodeOperationError: The operation requires Twitter Api to be either Basic or Pro.
at Object.twitterApiRequest (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-nodes-base\nodes\Twitter\V2\GenericFunctions.ts:48:10)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.execute (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-nodes-base\nodes\Twitter\V2\TwitterV2.node.ts:236:22)
at Workflow.runNode (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-workflow\src\Workflow.ts:1307:8)
at C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-core\src\WorkflowExecute.ts:1048:29
============================================================
Information on your n8n setup
- Database (default: SQLite)
- n8n EXECUTIONS_PROCESS setting (default: own, main)
- Running n8n via (npm):**
- Operating system:Windows
I don’t understand much about it, I’m just trying to automate a few things here. But it’s been more complicated than I imagined. I hope the wording is in line with the community. Thank you.