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 bef82d8 commit e097e42Copy full SHA for e097e42
test/baseTest.ts
@@ -26,8 +26,8 @@ import * as api from "../src/api";
26
27
let storageApi;
28
29
-const AppSid = "66164C51-693E-4904-A121-545961673EC1";
30
-const AppKey = "536e76768419db9585afdd37bb5f7533";
+const AppSid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
+const AppKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
31
const ApiURL = "https://api.aspose.cloud/v3.0"
32
33
/**
0 commit comments