Hi there,
I keep getting unauthorized (401) in my web application. Below response is returned every time:
<string>return code: 401
<HTML>
<HEAD>
<TITLE>Unauthorized</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Unauthorized</H1>
<H2>Error 401</H2>
</BODY>
</HTML>
</string>
<ns2:HttpErrorCode xmlns:ns2="
http://xml.apache.org/axis/">401</ns2:HttpErrorCode>
I am sharing with you some troubleshooting that I did:
1. cross checked clientId and secret - Both are correct
2. created a new refresh token using GetRefreshToken.java and added that token to ads.properties
still I get same error, anything I missed while troubleshooting at my end?
Could you please suggest something?
Many Thanks