- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2015 03:21 PM
Hi guys I hope some can Help! What Im actully trying to do is by using a Rest post call upload an attachment, but I am having problems if the user is not admin, I get this
I tried what the wiki says modifying 3 properties in order to allow the role that you want to upload attachments by web services, but it didnt work! first there I found properties quite different regarding the ones in the wiki, and still didnt work! I found that if I set this property to "allow access" it works
but I think this could affect other areas that I dont want to, so any ideas?? thank you very much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 08:00 AM
Hi Tony thank you very much for all of your help! What I did was the next: I created a new role named" rest_attachment" and a ACL that allows users with "rest_attachment" role create records in the table ecc_queue now it is working! thank you very much for your guideliness and time!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 08:07 AM
This is the link : AttachmentCreator SOAP Web Service - ServiceNow Wiki and here is the three properties! none of those exist! in fuji I guess some parch deleted those and created new ones, the new ones I found instead of those were: glide.attachment.extensions, glide.attachment.role, com.glide.attachment.max_size and thats it! and by the way I created a new role for this and added it to glide.attachment.role and still didnt work check below my last thing I did that made it work! thank you very much Tony!