You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ With the production server, you got 2 options to setup and run this sample.
45
45
* Replace the place holder with your own keys in credentials.js, line #23 and #25 <br />
46
46
```
47
47
credentials.ClientId = '<replace with clientId>';
48
+
48
49
credentials.ClientSecret = '<replace with clientSecret>';
49
50
```
50
51
* Upload one of your model in your account and get its URN using other workflow sample,for example, [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows or [this workflow sample in Mac OS Swift](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) if you are using Mac.
@@ -62,7 +63,8 @@ With the production server, you got 2 options to setup and run this sample.
62
63
* Apply your own credentials from [http://developer-stg.autodesk.com](http://developer-stg.autodesk.com)
63
64
* Replace the place holder with your own keys in credentials-stg.js, line #23 and #25 <br />
64
65
```
65
-
credentials.ClientId = '<replace with clientId>'; <br />
66
+
credentials.ClientId = '<replace with clientId>';
67
+
66
68
credentials.ClientSecret = '<replace with clientSecret>';
67
69
```
68
70
* Upload one of your model in your account and get its URN using other workflow sample,for example, [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows or [this workflow sample in Mac OS Swift](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) if you are using Mac. But please use [staging URL](https://developer-stg.api.autodesk.com) to proceed with the workflows.
@@ -73,7 +75,8 @@ With the production server, you got 2 options to setup and run this sample.
73
75
* In /www/views/index.js, around line #24, make sure the variable staging is true.
74
76
* In /www/views/index.html (line $33 and #34), use viewer3D.min.js and style.css from the staging environment <br />
0 commit comments