Calling assets from OneDrive

Is it possible to load assets from OneDrive? I know and read that Dropbox is possible on the tutorial.
Thanks!

It is possible but I don’t know how. You need to get an URL to your asset from Onedrive (using their UI or their SDK)

One thing worth noting: Onedrive URL are not persistent, They will be invalidated after a period of time

Hi @FBa,

I found this page that shows you how to get direct links to your assets.

Once you have the http link, you can load the asset into your scene.

Thanks for all your suggestions!