Hi Suchitra,
Thanks for reaching out to the Google Ads API Support.
Could you confirm if you are indeed following the web app authentication flow?
Whether you are using this flow or the desktop app flow, the client library you
are using should already automatically take care of the authenticati
Hi,
I am trying to build a Java web application based on user authentication. I
have used the below code.
UserAuthorizer userAuthorizer = UserAuthorizer.newBuilder()
.setClientId(
ClientId.of(clientId, clientSecretKey))
.setScopes(Arrays.asList(scope)).setTokenS