view and data interactive page

view and data interactive page

Anonymous
Not applicable
1,288 Views
4 Replies
Message 1 of 5

view and data interactive page

Anonymous
Not applicable

I found a video online that showed a way to quickly create a token, bucket and see your uploaded model. I tried the website and it couldn't be found. Is this website no longer available?  

 

https://developer.autodesk.com/api/view-and-data-api/interactive/ 

 

https://www.youtube.com/watch?v=UEElt0qm4ik 

Reply
Reply
0 Likes
Accepted solutions (1)
1,289 Views
4 Replies
Replies (4)
Message 2 of 5

shiya.luo
Alumni
Alumni
Hi Danny,

We have opened up a brand new set of APIs that allows you to access file on A360 with the Model Derivative + Data Management API. We encourage you to use the new APIs. The old interactive guide can also be found here: http://developer-autodesk.github.io/LmvQuickStart/

Shiya
Reply
Reply
0 Likes
Message 3 of 5

Anonymous
Not applicable

Hi Shiya, 

 

I've been looking for a video tutorial of how to setup a project on forge.  This is a surprise I just watched your talk on YouTube about Forge yesterday.  Great talk.  

 

I'm interested in using the new APIs. I haven't found any videos on how to set up a project maybe the APIs are to new.  I have gone through the written exercise but I'm getting stuck on getting permissions correct for my bucket.  I thought if I could see how others add this to a terminal I might see what I was doing wrong.  

 

Thank you. 

 

Danny. 

Reply
Reply
0 Likes
Message 4 of 5

shiya.luo
Alumni
Alumni
Accepted solution

Hi Danny,

 

 

Yes, the APIs are very new and we haven't updated all our samples. With that said, when creating a bucket, you now need to add scopes to the access token. 

When requesting the token, add this to the body:

{ "scope" : "bucket:create" }

 

An example can be found here: https://github.com/Developer-Autodesk/model.derivative.api-nodejs-sample/blob/master/routes/config.j...

 

BTW, I actually don't have the link to my talk on Forge. I'd like to watch it myself. Do you still have the link?

 

Thanks!

Reply
Reply
0 Likes
Message 5 of 5

Anonymous
Not applicable

Thank you.  Yes I think I understand now. 

 

Sorry for taking such a long time to respond.  I was out on vacation.  The video which I saw you presenting Forge is below.  

 

 

https://www.youtube.com/watch?v=7QnajmrkD74

Reply
Reply