MyWebAR Knowledge Base
Language Eng
Language Eng
  • Knowledge base for MyWebAR developers
  • GETTING STARTED
    • Signing Up
    • Dashboard Overview
    • Editor Overview
  • PLANS AND SUBSCRIPTIONS
    • Free 14-Day Trial
    • Upgrading Your Plan
    • Commercial Plans
    • Plans for Education
  • CREATING WEBAR PROJECTS
    • Project Types
    • Multi-Image Projects (Books)
    • Adding Objects
    • How to add a 3D model from the library of 3D models
    • How to add 3D models from Sketchfab
    • Object Properties
    • Buttons and Actions
    • Video Playback
    • 3D Animations
    • Project Analytics
    • How to make a good trackable image for augmented reality
    • Optimizing And Preparing 3D Models For Loading
    • How to work with plugins
    • How to make AR portal in MyWebAR
    • Video Tutorials
  • WEBAR CUSTOMIZATION
    • Custom WebAR Domain
    • Using External File Server
    • WebAR Embedding
  • PRO EDITOR
    • How the Pro Editor works
      • Interface Description
      • Basic features
    • Current restrictions
      • An Example Of Integration Of A Ready-Made Script
      • Particle Creation In The Pro Editor
      • Working With Video
      • Working With 3D Object Animations
    • Code placement requirements
      • Working With The Camera
      • UI Creation
      • Loading objects using the basic class - loader
    • The Cases
      • Adding Images
      • Lens Flare Effect
Powered by GitBook
On this page
  1. WEBAR CUSTOMIZATION

Using External File Server

PreviousCustom WebAR DomainNextWebAR Embedding

Last updated 3 years ago

Unlimited plan allows you to link augmented reality content from your own file server or cloud storage to avoid the scans and storage limits.

Please note, that the server you are importing your file from should allow Cross-Origin Resource Sharing and should have Access-Control-Allow-Origin: * Click here to learn more.

We will use Dropbox cloud storage to demonstrate how to do this. First, you need to upload your file to the file storage.

Once the file is uploaded, we need to generate its direct link by clicking on the Copy link button.

The link will appear at the bottom of the screen and will be automatically copied to your clipboard.

Your generated link will look like this:

https://www.dropbox.com/s/6xc5g0s811cma71/Image.png?dl=0

However, to make a Dropbox link work directly you would need to replace the www.dropbox.com with dl.dropboxusercontent.com and change the dl attribute to 1 So your final link should look like this:

https://dl.dropboxusercontent.com/s/6xc5g0s811cma71/Image.png?dl=1

Open your MyWebAR project and click on the Use Private File Server toggle in the lower left corner. Please note, that this feature will only be visible if you are on the Unlimited plan or have the Unlimited plan trial.

Select the object type you are going to add on the AR content panel on the left side of the editor and click on the + (plus button) next to it.

Paste the link to your file into the input field and click on the Import button.

Your imported object will appear on the scene.