Skip to content

Commit ca08e50

Browse files
committed
Update cells cloud client id
1 parent 455ec90 commit ca08e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example_Management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Get Cells Cloud SDK instance
1212
# If no environment variables are configured, please obtain the ClientId and ClientSecret from https://dashboard.aspose.cloud/#/applications and replace the following values:
1313
# cells_cloud = CellsApi('YourClientId','YourClientSecret')
14-
cells_cloud = CellsApi(os.getenv('CellsCloudTestClientId'),os.getenv('CellsCloudTestClientSecret'))
14+
cells_cloud = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'))
1515

1616
# Create blank spreadsheet
1717
cells_cloud.create_spreadsheet( CreateSpreadsheetRequest( format="xlsb"),local_outpath ="blank_spreadsheet.xlsb" )

0 commit comments

Comments
 (0)