File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ Enhance your Go applications with the [Aspose.Cells Cloud](https://products.aspo
2424## There are major problems with v24.5.0 and it does not work properly, please use v24.5.1.
2525
2626
27- ## Feature & Enhancements in Version 24.5.1
27+ ## Feature & Enhancements in Version 24.5.2
2828
2929Full list of issues covering all changes in this release:
3030
3131- Add merge queries method for loading data of data transformation.
3232- Optimize chart data model.
33- - Update obtaining access token address.
33+
34+
3435
3536## Support file format
3637
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ func (a *APIClient) addAuth(request *http.Request) (err error) {
431431
432432// RequestOauthToken function for requests OAuth token
433433func (a * APIClient ) RequestOauthToken () error {
434- // var getAccessTokeUri = a.cfg.BasePath + "/connect/token"
435- var getAccessTokeUri = "https://id.aspose.cloud/connect/token"
434+ var getAccessTokeUri = a .cfg .BasePath + "/connect/token"
435+ // var getAccessTokeUri = "https://id.aspose.cloud/connect/token"
436436 if a .cfg .Version == "v1.1" {
437437 getAccessTokeUri = a .cfg .BasePath + "/oauth2/token"
438438 }
Original file line number Diff line number Diff line change 55require (
66 github.com/jstemmer/go-junit-report v0.9.1 // indirect
77)
8+
9+ retract v24.5.2
10+ reason : " This version authentication failure. Users should migrate to v24.5.3 immediately."
You can’t perform that action at this time.
0 commit comments