Can I download addressable asset using dropbox?

Does Addressables support dropbox’s share url?

for example, something like this?

[ Dropbox](http:// Dropbox) (based on Asset Bundles loading from Dropbox - Questions & Answers - Unity Discussions)

if I put this in RemoteLoadPath, will I be able to load up the addressable assets? It’d be great if Unity member can confirm whether Addressable system supports dropbox share URL or not.

EDIT: So far I have not been able to successfully download bundle from dropbox share URL with something that says InvalidKeyException. So I was wondering if Addressables support dropbox share URL at all from the first place.

Hey @VaygrEmpire , I can totally ask for you, I’ll pass this on for you :slight_smile:

did you solve? i have the same question

I was asking me the same question and just tried it out. I works like a charm. Make sure to change the build and load path to the remote path in the addressableAssetSettings. When you build the adressable group, just copy and paste the build folder (you will find it in your unity project folder under server data) to the dropbox folder with the shared link.