Skip to content

Commit

Permalink
aspose cells cloud 24.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed May 21, 2024
1 parent 8459014 commit e40354d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Full list of issues covering all changes in this release:

- Add merge queries method for loading data of data transformation.
- Optimize chart data model.

- Update obtaining access token address.

## Support file format

Expand Down
3 changes: 2 additions & 1 deletion lib/Api/CellsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5400,7 +5400,8 @@ public function getAccessToken($grant_type, $client_id, $client_secret ,$version
$query = \GuzzleHttp\Psr7\Query::build($queryParams);
$request = new Request(
'POST',
$this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''),
// $this->config->getHost() . $resourcePath . ($query ? "?{$query}" : ''),
'https://id.aspose.cloud' . $resourcePath . ($query ? "?{$query}" : ''),
$headers,
$httpBody
);
Expand Down

0 comments on commit e40354d

Please sign in to comment.