We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2722d commit b7a138fCopy full SHA for b7a138f
src/main/java/com/aspose/words/cloud/ApiClient.java
@@ -1011,7 +1011,7 @@ public void requestToken() throws ApiException {
1011
.addEncoded("client_secret", getClientSecret())
1012
.build();
1013
1014
- String url = baseUrl + "/connect/token";
+ String url = baseUrl + "/v4.0/words/connect/token";
1015
Request request = new Request.Builder()
1016
.url(url)
1017
.post(requestBody)
0 commit comments