Getting "Record doesn't exist or ACL restricts the record retrieval" in Attachment upload API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:15 AM
Trying to upload image against the case for table "sn_customerservice_case", confirmed the "table_sys_id" its correct,
Always getting the error as "Record doesn't exist or ACL restricts the record retrieval"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 01:50 AM
Sounds like the same issue that is resolved here: https://www.servicenow.com/community/developer-forum/servicenow-attachment-api/m-p/1878077
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 01:56 AM
Hi Mark, thanks for the reply, actually I'm trying to attach photo with the case, in the question that you shared the user is trying to fetch the specific attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 03:31 AM
Hi @kahuna_windows
Could you please check it manually (login in as the user which you are trying to authenticate and check is it possible attaching manually)
In the table_sys_id you need to mention the sys_id of the record where you want to attach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 03:36 AM
Hi @kahuna_windows
Could you please check it manually (login in as the user which you are trying to authenticate and check is it possible attaching manually).
In the table_sys_id you need to mention the sys_id of the record where you want to attach.