Skip to content

Commit d7fbea3

Browse files
committed
Removed Aspose.Storage Cloud Dependency
1 parent 2f9f54a commit d7fbea3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Examples/AsposeDiagramCloudSDKExamples/.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/AsposeDiagramCloudSDKExamples/src/main/java/DiagramSDKExamples.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class DiagramSDKExamples {
1616

1717
private static String accesstoken;
1818
private static String grantType = "client_credentials";
19-
private static String clientId = "B01A15E5-1B83-4B9A-8EB3-0F2BFA6AC766"; // Get App key and App SID from https://dashboard.aspose.cloud/
20-
private static String clientSecret = "da77c9f5da014d91faf2961ecec2de66"; // Get App key and App SID from https://dashboard.aspose.cloud/
19+
private static String clientId = ""; // Get App key and App SID from https://dashboard.aspose.cloud/
20+
private static String clientSecret = ""; // Get App key and App SID from https://dashboard.aspose.cloud/
2121
private static String basePath = "https://api.aspose.cloud/v1.1";
2222

2323
public static void main(String[] args) {

0 commit comments

Comments
 (0)