I am currently developing a sample project in Azure Logic Apps using the Aras Restful APIs.
However while trying to Execute the vault.UploadFile API I am facing the 500 error message:
The Rest API Call Details are as follows :
I am currently developing a sample project in Azure Logic Apps using the Aras Restful APIs.
However while trying to Execute the vault.UploadFile API I am facing the 500 error message:
The Rest API Call Details are as follows :
Hi beginnerInAras,
When you are sending your POST request are you including an Authorization (BearerToken) token as well? Anytime you are using REST API it is necessary to first send a POST request to the OAuthserver, then grab that token and pass it as authorization with your actual request. We have a good example of this covered in a couple of blog posts.
Hope this helps!
Best,
Nithin
Hi beginnerInAras,
When you are sending your POST request are you including an Authorization (BearerToken) token as well? Anytime you are using REST API it is necessary to first send a POST request to the OAuthserver, then grab that token and pass it as authorization with your actual request. We have a good example of this covered in a couple of blog posts.
Hope this helps!
Best,
Nithin
Copyright © 2024 Aras. All rights reserved.