403 Forbidden error that says, "You don't have permission to access this."

Hello @Dominic_Frielinghaus

To fix your 403 Forbidden error when updating items in Directus via n8n, try using a static token for authentication, as it provides a reliable, non-expiring key for API access. Learn how to set up static tokens in this Directus TV episode: What are static tokens? | Directus TV. Additionally, ensure the Directus role linked to the token has the proper permissions. Check the role’s access control settings in Directus under Settings → Roles & Permissions → [Your Role], confirming it has Update access for the specific collection and fields you’re targeting. For more on configuring access control, watch this Directus TV episode: What is access control? | Directus TV. These steps should help you resolve the permission issue causing the error.

Thank you Ahmad, I have fixed the problem already. The URL was not 100% right. The collection name was not correct (used small letters instead of capatilized letters). Thanks for your help!