Hi all,
I am trying to access my files, through generating shared url, which I managed to do using python for my website. I am trying to implement an iframe 3d model viewer, which require a certain file with dxf or dwg extension, which typically generated from CAD file. However, when I provide the url and change the dl=1 or use raw=1, as shown below:
https://www.dropbox.com/s/example/skyline.dxf?dl=1
https://www.dropbox.com/s/example/skyline.dxf?raw=1
I also looked at the dropbox documents regarding to embedding files--that didn;t help me much because it uses dropbox to view the files. my iframe require using a certain viewer which only need direct access to the file.
Is there a better way to access and provide a driect link to the file, to view the model?
Thank you for feebacks in advance