I need to download a file attached to an object and then upload it to an API that will process it.
I've already tried using Odata, but I always get a 204 error. I also tried creating a web service, but I couldn't. Now I'm trying to convert the file to Base64 using a script task, but I'm still unsuccessful. It's a production environment.
Like
2 comments
15:48 May 21, 2025
Hello,
You can find the instructions on working with files via API in the article below:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…
16:27 May 21, 2025
Mira Dmitruk,
Hello Mira, thanks, finally i can do it, i make an internal web service with API File Management, and with some parameters i can get the document in Base64 and send to AI Bot.
Show all comments