- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 09:54 AM
Hi,
I am trying to upload an attachment in the incident table using API. But I am getting below error:
status: failure The remote server returned an error: (403) Forbidden. message: Operation Failed detail: ACL Exception Insert Failed due to security constraints
I am using non-admin user and don't know which ACL rules operation should be applied to which table. So, that user can upload the attachments
Could anyone please help me ?.
Thanks!
Solved! Go to Solution.
- Labels:
-
Security Incident Response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021 12:31 AM
Working:
Added below ACL and now able to upload the attachment:
- sys_attachment_doc (create)
- sys_attachment (create)
- ecc_queue (create)
For Downloading attachment provided below ACL:
- sys_attachment_doc (read)
- sys_attachment (read)
- ecc_queue (read)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 01:28 PM
Hi,
Which incident table? Security Incident or normal incident?
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 08:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 09:39 AM
Hi Shubham,
this error occurs when that user doesn't have access to write or create on that table
Since that user is not able to create/edit table record attachment cannot be added.
please ensure this user has valid role that is present on table None Create & Write ACL
Once you give that non-admin user the proper role that user should be able to add attachment
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader