
Announcements
Hi.
I have a problem because I am trying to create a chatbot that would download an invoice from the user, e.g. in pdf or docx form. It would download some basic data from this invoice and send it to some e-mail address provided in the chat. I know that Power Virtual Agent itself does not provide file handling capabilities, but you can customize the bot via js, and Microsoft provides some sample apps on their github. I downloaded one repo with the ability to handle attachments and connected my bot to this code. Unfortunately, I have a problem with CORS, when I try to add an attachment in the application, I get an error with the PUT method, something related to CORS. Anybody had a similar problem? To create a custom app, I used this repository:
Thank you in advance for your help.