Skip to content

Commit 4aff35c

Browse files
committed
Aspose.Cells Cloud SDK 24.5.2.
1 parent aefd074 commit 4aff35c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
Full 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

client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ func (a *APIClient) addAuth(request *http.Request) (err error) {
431431

432432
// RequestOauthToken function for requests OAuth token
433433
func (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
}

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ go 1.15
55
require (
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."

0 commit comments

Comments
 (0)