0

I'm trying to upload files (xlsx, docx, txt, pdf, img, etc.) saved in AWS cloud storage to OneDrive using the HTTP module (Get a file) in Integromat. enter image description here

enter image description here

enter image description here

The contents of the file are uploaded to OneDrive without any corruption, but the file name is always "file.extension".

Any type of file brought the same result.

When I check the Operation of Integromat, I found that the file name is "file.extension" at the time of Output of Get a file. enter image description here

I'm hoping you can point out what I'm doing wrong.

In addition, my colleague tried uploading a file with the same settings as above, and it was successfully uploaded with the correct file name.

Thank you.

techgirl
  • 21
  • 1

1 Answers1

0

One way would be to grab the file name from the URL. (I don't have enough reputation to embed images as yet, so hopefully the links will work)

Steps involved might look like this:

Step 1

Step 2

Step 3

Step 4

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/31924445) – Emi OB Jun 06 '22 at 14:49