cyrillef / extract.autodesk.io

A sample showing how to extract viewables from the Autodesk OSS storage to your local machine
MIT License
118 stars 74 forks source link

How does the usage disclaimer in v4 of Forge Viewer affect this project and/or offline forge viewer support? #28

Closed lukeify closed 5 years ago

lukeify commented 6 years ago

I am developing an application which needs the ability to run the Autodesk Forge Viewer in an offline capacity. As of the Autodesk Forge Viewer 4.0.0 release, an "Autodesk Forge Viewer Usage Limitations Disclaimer" has been added which states:

The Autodesk Forge viewer can only be used to view files generated by Autodesk Forge services. The Autodesk Forge Viewer JavaScript must be delivered from an Autodesk hosted URL.

Where does this leave this project? Does this put offline Forge Viewer support in a grey area? Please consider making an exception for offline cases.

autodesk-adn commented 5 years ago

Hi, it is perfectly fine to download the bubble locally for viewing files when your internet connection is not working for example - The viewer application itself should be served from the Autodesk CDN as described in the viewer script header in your production/commercial release. It is acceptable to run the viewer locally for debugging and test propose.