Skip to main content
Solved

How to upload file through https callers

  • October 13, 2023
  • 4 replies
  • 182 views

soly
Contributor
Forum|alt.badge.img+3

Hello ,

i am trying to create connection between FME HTTP callers and azure AD .

 

the connection is succeeded with http caller i

.

what is the next step ?

i have added the requested url with tenant id and client id and client secret .

it seems to me that it is working .

 

what should I do now to upload specific file through http callers ?

could someone advice me ,thanks in advance .

Fme 2021

Best answer by kailinatsafe

Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?

Hello @soly​, hmm.. you may need to refer to your API doc for that information. Would you be able to share the doc perhaps and maybe how you currently have your request set up in the HTTPCaller? If you're newer to working with API's in FME, I might recommend reviewing some of these tutorials. Best, Kailin.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

kailinatsafe
Safer
Forum|alt.badge.img+23

Hello @soly​, if you're looking to send data or requests using the HTTPCaller, you will want to use the POST HTTP Method. Then, you'll need to select 'Upload from File' or 'Multipart / Form Data' as the upload data parameter in the Body section of the HTTPCaller parameters. Let me know if you have any other questions about the HTTPCaller. Happy to help, Kailin.


soly
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • October 18, 2023

Hello @soly​, if you're looking to send data or requests using the HTTPCaller, you will want to use the POST HTTP Method. Then, you'll need to select 'Upload from File' or 'Multipart / Form Data' as the upload data parameter in the Body section of the HTTPCaller parameters. Let me know if you have any other questions about the HTTPCaller. Happy to help, Kailin.

Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?


kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • Best Answer
  • October 19, 2023

Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?

Hello @soly​, hmm.. you may need to refer to your API doc for that information. Would you be able to share the doc perhaps and maybe how you currently have your request set up in the HTTPCaller? If you're newer to working with API's in FME, I might recommend reviewing some of these tutorials. Best, Kailin.


soly
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • October 20, 2023

Thanks for ur reply .

What should I write in request url ?

i have written the url for the destination where should I upload the file but it does not work . What should I do ?

Thanks a lot