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-stg.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
<b>
2
+
This README explains how to setup the sample to use the Staging environment vs Production.<br />
3
+
It is a configuration which works only for people having access to the staging environment (Autodesk internal only)
4
+
</b>
5
+
<br />
6
+
7
+
1
8
# Autodesk View and Data API Node.js Basic Sample
2
9
3
10
This setup is only available for people having access to the staging server. If you do not have credentials for the staging server, do not use these instructions.
@@ -8,8 +15,6 @@ A sample demonstrating how to view a model in a web application with the Autodes
8
15
server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below
9
16
to prepare a model to be consumed in this sample.
10
17
11
-
This README explains how to setup the sample to use the Staging environment vs Production.
12
-
13
18
14
19
## Dependencies
15
20
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before running the app by running
@@ -38,13 +43,16 @@ get model URNs - as explained in the Setup/Usage Instructions.
38
43
```
39
44
cp credentials_.js credentials.js
40
45
```
41
-
* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
46
+
* Replace the placeholder with your own keys in credentials.js, line #23 and #24 <br />
0 commit comments