- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Not sure if this is the correct spot to post APS questions, feel free to move this around if this is the wrong spot.
I am following the Autodesk APS example here:
https://tutorials.autodesk.io/tutorials/simple-viewer/data
Everything so far has been going well, but when I get to part 3 and the try it out step:
"Start (or restart) the app as usual, and navigate to http://localhost:8080/api/models in the browser. The server should respond with a JSON list with names and URNs of all objects available in your configured bucket."
Navigating to "http://localhost:8080/api/models" results in 403 error code on my end.
Not sure where I've gone wrong. Any ideas?
Full error message:
"AxiosError: Request failed with status code 403
at settle (C:\Users\16142\Desktop\Retug\Own Work\APS Tutorial\node_modules\axios\dist\node\axios.cjs:1967:12)
at IncomingMessage.handleStreamEnd (C:\Users\16142\Desktop\Retug\Own Work\APS Tutorial\node_modules\axios\dist\node\axios.cjs:3066:11)
at IncomingMessage.emit (node:events:530:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (C:\Users\16142\Desktop\Retug\Own Work\APS Tutorial\node_modules\axios\dist\node\axios.cjs:3877:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
application.js:647
Process exited with code 1"
Thanks!
Solved! Go to Solution.