1
votes

Can anyone tell me if this is possible with Autodesk Forge Viewer and Model Derivative

  • User has dwg and rvt files
  • Those files are sent to the Autodesk buckets
  • Those files are then sent jobs to convert them to formats that the autodesk forge viewer can display (f2d,svf)
  • The converted files are downloaded

Is it then possible to store those converted files on the local server and still have the autodesk forge viewer display them?

Any links or docs on the matter would be appreciated. Also we are a java devs

2

2 Answers

1
votes

Yes it is, use the Extractor to generate the files you need "offline" (on your server). See instructions.

EDIT

Updated ReadMe link (seem comments).

0
votes

As Greg Bluntzer has said, The reason related with "Failed to create bucket!" is that the scope is not assigned. In the V2, the scope must be assigned explicitly. I have tested the Extractor on my server and the bucked is created rightly.

But there is a new problem related with the upload process. The console logged that: "Failed to upload XX", "Something wrong happened during upload". I guess this is because of the json file of identifier. There is no "name" attribute in the json file. I have not solveed this problem. Can anyone give some suggestions for me?