Issue in Attachment API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 05:28 AM
Hi,
I need help to understand the error we are getting in the postman while testing our attachment API. I had checked all the extension formats are allowed and present in the system properties. Could you please guide me on what am I missing ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 05:32 AM
Hello @Sudiksha Misra ,
Can you please check if the file extension is correct ? it should be your_file_name.csv
Hope this helps
Thanks
Mohith Devatte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 05:58 AM
seems you are giving wrong file name
the file name should end with .csv
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 06:22 AM
Check the system property glide.attachment.extensions. If it's blank, it allows all extensions. If not, then you will need to make sure your extension is allowed.