Forum Discussion
Even though you can specify that you’re receiving BINARY data, I don’t believe the REST GET snap supports defining the output view as BINARY (triangle shape), which would make it easier.
I have a similar process on my end, and I have to add a Mapper and DocumentToBinary snap like below to get the data into a usable structure.
Then, you can use a CsvParser or ExcelParser snap, depending on your data.
Thanks Christwr. It worked.
- SpiroTaleski4 years agoValued Contributor
401 Unauthorized client error status response code indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.
What type of the authorization are you using?
Regards,
Spiro Taleski- Bhavya_Sharma4 years agoNew Contributor
config_authType=Basic
- SpiroTaleski4 years agoValued Contributor
I am not very familiar with the SAP Hana, but based on the screen(config_AuthType = Basic)I can see that it is a basic authentication used. Ensure that the credentials that you are using are valid ones, or maybe there is additional property that needs to be added apart from basic Auth credentials. I believe that the SAP REST API specification/swagger contains all the details of how the API’s should be used.
Regards,
Spiro Taleski
Related Content
- 10 months ago
- 3 years ago