File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ get model URNs - as explained in the Setup/Usage Instructions.
4040 ```
4141* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
4242 ```
43- credentials.ClientId = '<replace with consumer key >';
43+ credentials.ClientId = '<replace with your consumer key >';
4444
45- credentials.ClientSecret = '<replace with consumer secret >';
45+ credentials.ClientSecret = '<replace with your consumer secret >';
4646 ```
4747* In file credentials.js, comment out line #23, and uncomment line #24
4848* Upload one of your models to your account and get its URN using another workflow sample, for example,
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ get model URNs - as explained in the Setup/Usage Instructions.
3636 ```
3737* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
3838 ```
39- credentials.ClientId = '<replace with consumer key >';
39+ credentials.ClientId = '<replace with your consumer key >';
4040
41- credentials.ClientSecret = '<replace with consumer secret >';
41+ credentials.ClientSecret = '<replace with your consumer secret >';
4242 ```
4343* Upload one of your models to your account and get its URN using another workflow sample, for example,
4444 - [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ credentials.BaseUrl = 'https://developer.api.autodesk.com' ;
2626// Replace placeholder below by the Consumer Key and Consumer secret you got from
2727// http://developer.autodesk.com/ for the production server
2828// or http://developer-stg.autodesk.com/ for the staging server
29- credentials . ClientId = '<replace with consumer key>' ;
30- credentials . ClientSecret = '<replace with consumer secret>' ;
29+ credentials . ClientId = '<replace with your consumer key>' ;
30+ credentials . ClientSecret = '<replace with your consumer secret>' ;
3131
3232module . exports = credentials ;
You can’t perform that action at this time.
0 commit comments