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
* Upload one of your models to your account and get its URN using another workflow sample, for example,
47
-
- [this workflow sample in .Net WPF application](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api) if you are using windows
48
-
- 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
49
-
- or this [WEB page](http://models.autodesk.io/) or this [one](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com/)
46
+
* Upload one of your models to your account and get its URN using another workflow sample, for example:
47
+
- [.NET WPF application workflow sample](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api) on Windows
48
+
- [Mac OS Swift workflow sample](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) on Mac
49
+
- [models.autodesk.io WEB page](http://models.autodesk.io) or this [javalmvwalkthrough WEB page](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com) in the browser
50
50
* Copy the URN which was generated in the previous step in file /www/index.js at line #18 <br />
51
51
```
52
52
var defaultUrn = '<replacewithyourencodedurn>';
@@ -58,19 +58,21 @@ It depends on other workflow samples to upload models and retrieve the model URN
58
58
* Connect to you local server using a WebGL-compatible browser: [http://localhost:3000/](http://localhost:3000/)
59
59
60
60
61
-
This sample can also work with the Autodesk staging server (vs production) or work with someone else's credentials as long you can get a valid token.
62
-
By default, the project is setup with the production server, and use your own credentials. If you are interested by a different setup, see the Options below.
61
+
This sample can also work with the Autodesk staging server (vs. production) or using someone else's credentials as long you can get a valid token.
62
+
By default, the project is setup with the production server, and use your own credentials.
63
+
If you are interested in a different setup, see the Options below.
63
64
64
65
## Options
65
66
66
-
You can work with production or staging Autodesk View and Data environments. By default, the project is setup with the production server.
67
+
You can work with production or staging Autodesk View and Data environments.
68
+
By default, the project is set up with the production server.
67
69
68
70
* Instructions to setup this sample to use the Autodesk View & Data staging server are [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-stg.md)
69
71
70
72
71
-
You can also use someone else credentials to view models using this sample.
73
+
You can also use someone else's credentials to view models using this sample.
72
74
73
-
* Instructions to setup this sample using someone else credentials are available [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-option.md)
75
+
* Instructions to set up this sample using someone else's credentials are available [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-option.md)
74
76
75
77
76
78
## License
@@ -80,6 +82,5 @@ That samples are licensed under the terms of the [MIT License](http://opensource
80
82
81
83
## Written by
82
84
83
-
Written by [Philippe Leefsma](http://adndevblog.typepad.com/cloud_and_mobile/philippe-leefsma.html) <br />
84
-
(Autodesk Developer Network)
85
+
Written by [Philippe Leefsma](http://adndevblog.typepad.com/cloud_and_mobile/philippe-leefsma.html), Autodesk Developer Network.
0 commit comments