ClickUp Node error 403 only for GET operations

Describe the problem/error/question

Hey! Recently I’ve started getting error from ClickUp Node, only for GET operations. Create, delete and update works fine.

What I’ve tried before reaching out for help:

  1. Checked that I have no rate limitations with Clickup. Also checked that I granted access to the task in Clickup.
  2. Used different credentials (oAuth and personal token).
  3. Used direct HTTP request to ClickUp API (it worked).
    For certain reasons I can’t update current version now so I’d like to know if there’s a possible option to fix the issue on current version. Thanks!

What is the error message (if any)?

ERROR: The request could not be satisfied 403 ERROR The request could not be satisfied. Bad request. We can’t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront) Request ID: K8q3DRf9EvybRZQa3Krh-b_SaNbkbLD4YpSR5O1sa_D8dK_zEuPn9A==

Please share your workflow

:bulb: Double-click a node to see its settings, or paste this workflow’s code into n8n to import it

Information on your n8n setup

  • n8n version: 1.31.1
  • Database: default SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main)
  • Running n8n via: docker compose

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Welcome to the community @Thiago_Severino_da_S !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


The ClickUp node itself hasn’t changed since n8n version 1.31.1. I don’t believe that upgrading can resolve it for you. The error 403 is an indication the user is not authorised to access the resource (in you case to access tasks in the specific space).

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