Forum Discussion
whalecloud
3 years agoNew Member
Error: 401 Unauthorized: [no body]
I follow this document create java embed powerbi
But Authorization was not successful
request message:
Error Details:
Error: 401 Unauthorized: [no body]
error line is the following code in com.embedsample.appownsdata.services.PowerBIService.java
ResponseEntity<String> response = getReportRestTemplate.exchange(endPointUrl, HttpMethod.GET, reqEntity, String.class);
I only filled in the parameter values in Config.java
Thanks for your help !
1 Reply
- AnonymousNot applicable
HI whalecloud,
How did you coding these scripts? Can you please share some more detail informations?
How to Get Your Question Answered Quickly
In addition, the error message seems related to the request, perhaps you can double check the 'body' to confirm if any issues in these parts.
Regards,
Xiaoxin Sheng